Skip to content

Commit

Permalink
Set working directory for GLNexus docker
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 2, 2024
1 parent 70e256b commit 3bd8e95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ public void execute(List<File> inputGvcfs, File outputVcf, PipelineOutputTracker
writer.println("sudo $DOCKER run --rm=true \\");
writer.println("\t-v \"${WD}:/work\" \\");
writer.println("\t-v \"${HOME}:/homeDir\" \\");
writer.println("\t -w /work \\");
if (!StringUtils.isEmpty(System.getenv("TMPDIR")))
{
writer.println("\t-v \"${TMPDIR}:/tmp\" \\");
Expand Down

0 comments on commit 3bd8e95

Please sign in to comment.