Skip to content

Commit bf6e784

Browse files
committed
Copy bbmap index to correct dir
1 parent 988600e commit bf6e784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/alignment/BBMapWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public AlignmentOutput performAlignment(Readset rs, List<File> inputFastqs1, @Nu
9191
throw new PipelineJobException("ref dir not found: " + localIdx);
9292
}
9393

94-
File refDir = new File(getPipelineCtx().getWorkingDirectory(), "ref");
94+
File refDir = new File(outputDirectory, "ref");
9595
try
9696
{
9797
if (refDir.exists())

0 commit comments

Comments
 (0)