[ARVADOS] updated: 5de2c81394973231568f1116b8c8da4645459ce0
Git user
git at public.curoverse.com
Tue Feb 23 11:32:12 EST 2016
Summary of changes:
sdk/cwl/arvados_cwl/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 5de2c81394973231568f1116b8c8da4645459ce0 (commit)
from 1f2fa77dfbcf03c5af8c504994bff2799acd922a (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 5de2c81394973231568f1116b8c8da4645459ce0
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Feb 23 11:32:07 2016 -0500
8488: Update default arvados branch to master
diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 9a792cb..0d95ac4 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -149,7 +149,7 @@ class ArvadosJob(object):
response = self.arvrunner.api.jobs().create(body={
"script": "crunchrunner",
"repository": "arvados",
- "script_version": "8488-cwl-crunchrunner-collection", #"master",
+ "script_version": "master",
"script_parameters": {"tasks": [script_parameters], "crunchrunner": crunchrunner_pdh+"/crunchrunner"},
"runtime_constraints": runtime_constraints
}, find_or_create=kwargs.get("enable_reuse", True)).execute(num_retries=self.arvrunner.num_retries)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list