Skip to content

Commit 655c47a

Browse files
committed
Mark index folder for deletion
1 parent 0a38278 commit 655c47a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public AlignmentOutput performAlignment(Readset rs, List<File> inputFastqs1, @Nu
101101
}
102102

103103
FileUtils.moveDirectory(localIdx, refDir);
104+
output.addIntermediateFile(refDir);
104105
}
105106
catch (IOException e)
106107
{

0 commit comments

Comments
 (0)