Skip to content

Commit 5049933

Browse files
committed
Set paragraph temp dir
1 parent 4a66ff3 commit 5049933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ else if (!svVcf.exists())
228228
ctx.getFileManager().addIntermediateFile(coverageFile);
229229

230230
DockerWrapper dockerWrapper = new DockerWrapper("ghcr.io/bimberlabinternal/paragraph:latest", ctx.getLogger(), ctx);
231+
dockerWrapper.setTmpDir(new File(SequencePipelineService.get().getJavaTempDir()));
231232
List<String> paragraphArgs = new ArrayList<>();
232233
paragraphArgs.add("/opt/paragraph/bin/multigrmpy.py");
233234

0 commit comments

Comments
 (0)