[ARVADOS] updated: 9c3de7371b820b1cecf1f3b0117773a11c5f5883
Git user
git at public.curoverse.com
Tue Apr 12 09:13:43 EDT 2016
Summary of changes:
crunch_scripts/cwl-runner | 1 +
1 file changed, 1 insertion(+)
via 9c3de7371b820b1cecf1f3b0117773a11c5f5883 (commit)
from d5a21b4c6198d861a09ebeefec02bf78395f2e4e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9c3de7371b820b1cecf1f3b0117773a11c5f5883
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Apr 11 16:57:17 2016 -0400
Add args.ignore_docker_for_reuse=False to cwl-runner crunch script. refs #8857
diff --git a/crunch_scripts/cwl-runner b/crunch_scripts/cwl-runner
index d628f1c..8a4de24 100755
--- a/crunch_scripts/cwl-runner
+++ b/crunch_scripts/cwl-runner
@@ -47,6 +47,7 @@ try:
args.submit = False
args.debug = True
args.quiet = False
+ args.ignore_docker_for_reuse = False
outputObj = runner.arvExecutor(t, job_order_object, "", args, cwl_runner_job={"uuid": arvados.current_job()["uuid"], "state": arvados.current_job()["state"]})
files = {}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list