Skip to content

Commit b74da73

Browse files
committed
Bugfix to nimble resume behavior
1 parent ee9c8f0 commit b74da73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/NimbleHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ private File doAlignment(NimbleGenome genome, File refJson, File bam, PipelineSt
300300
throw new PipelineJobException(e);
301301
}
302302

303-
log.delete();
303+
output.addIntermediateFile(log);
304304

305305
return resultsTsv;
306306
}

0 commit comments

Comments
 (0)