Skip to content

Commit c224592

Browse files
committed
Ensure nimble alignment file copied locally for docker
1 parent 2cfc078 commit c224592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public void processFilesRemote(List<SequenceOutputFile> inputFiles, JobContext c
115115
}
116116

117117
// This will update these files in-place:
118-
File alignmentFileLocal = NimbleHelper.ensureLocalCopy(alignmentFile);
118+
File alignmentFileLocal = NimbleHelper.ensureLocalCopy(alignmentFile, output, ctx);
119119
File reportFile = NimbleHelper.runNimbleReport(alignmentFileLocal, so.getLibrary_id(), output, ctx);
120120
if (!reportFile.exists())
121121
{

0 commit comments

Comments
 (0)