Skip to content

Commit

Permalink
2prev
Browse files Browse the repository at this point in the history
  • Loading branch information
mikessh committed Dec 17, 2014
1 parent f0efb6a commit 7805a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/igblastwrp/blast/BlastRunner.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class BlastRunner implements Runnable {

def jRefSearcher = new JRefSearcher(species, gene, chain, new File("$IGBLAST_DATA/jref.txt"))
def shmExtractor = new SHMExtractor("$IGBLAST_DB_PATH/${species}_${gene}_${chain}_V.fa",
"$IGBLAST_DB_PATH/internal_data/$species/${species}.ndm.imgt")
"$IGBLAST_DATA/internal_data/$species/${species}.ndm.imgt")
this.processor = new BlastProcessor(chain, jRefSearcher, shmExtractor)
this.clonotypeMap = clonotypeMap
}
Expand Down

0 comments on commit 7805a05

Please sign in to comment.