Skip to content

Commit a7abcb9

Browse files
committed
Bugfix to sawfish
1 parent 3c454e3 commit a7abcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/SawfishJointCallingHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ private File runSawfishCall(JobContext ctx, List<File> inputs, ReferenceGenome g
177177

178178
private File getExe()
179179
{
180-
return SequencePipelineService.get().getExeForPackage("PBSVPATH", "pbsv");
180+
return SequencePipelineService.get().getExeForPackage("SAWFISHPATH", "sawfish");
181181
}
182182
}
183183
}

0 commit comments

Comments
 (0)