Skip to content

Commit

Permalink
Dont set tmpdir for DeepVariant/docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 22, 2024
1 parent c522d20 commit 97ace2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ public void execute(File inputBam, File refFasta, File outputGvcf, PipelineOutpu
writer.println("\t-v \"${WD}:/work\" \\");
writer.println("\t-v \"${HOME}:/homeDir\" \\");
writer.println("\t-u $UID \\");
writer.println("\t-e TMPDIR=/work/tmpDir \\");
writer.println("\t-e USERID=$UID \\");
writer.println("\t--entrypoint /bin/bash \\");
writer.println("\t-w /work \\");
Expand Down

0 comments on commit 97ace2f

Please sign in to comment.