Skip to content

Commit

Permalink
Bump ADAM container to point at hotfix.Resolves BD2KGenomics#117.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Feb 26, 2016
1 parent 52b401e commit 14e072a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil_scripts/adam_pipeline/spark_toil_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def call_adam(masterIP, inputs, arguments):

docker_call(no_rm = True,
work_dir = os.getcwd(),
tool = "quay.io/ucsc_cgl/adam:cd6ef41",
tool = "quay.io/ucsc_cgl/adam:962-ehf",
docker_parameters = ["--net=host"],
tool_parameters = default_params + arguments,
sudo = inputs['sudo'])
Expand Down

0 comments on commit 14e072a

Please sign in to comment.