Skip to content

Commit 9a4feeb

Browse files
committed
Pass tmpDir to nimble using environment
1 parent d01899d commit 9a4feeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,8 @@ private static boolean runUsingDocker(List<String> nimbleArgs, PipelineStepOutpu
567567
}
568568
}
569569
output.addIntermediateFile(tmpDir);
570-
wrapper.setTmpDir(tmpDir);
570+
wrapper.setTmpDir(null);
571+
wrapper.addToEnvironment("TMPDIR", tmpDir.getPath());
571572

572573
wrapper.addToEnvironment("RUST_BACKTRACE", "1");
573574

0 commit comments

Comments
 (0)