Skip to content

Commit

Permalink
Bugfix to DeepVariant docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 22, 2024
1 parent a62258d commit 207b83e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ public void execute(File inputBam, File refFasta, File outputGvcf, PipelineOutpu
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 \\");
writer.println("\tgoogle/deepvariant:" + binVersion + " \\");
writer.println("\t/work/" + dockerBashScript.getName());
Expand Down

0 comments on commit 207b83e

Please sign in to comment.