[ARVADOS] updated: 414ab8bf556c08065d8235a80822344ab5265aae
Git user
git at public.curoverse.com
Mon Mar 28 10:06:41 EDT 2016
Summary of changes:
crunch_scripts/cwl-runner | 2 ++
sdk/cwl/setup.py | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
via 414ab8bf556c08065d8235a80822344ab5265aae (commit)
from 5c1410e60eb06769207dbafd77501bf2fa45a29b (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 414ab8bf556c08065d8235a80822344ab5265aae
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Mon Mar 28 10:06:32 2016 -0400
8654: Bump cwltool version dependency and print cwl version string in cwl-runner crunch script.
diff --git a/crunch_scripts/cwl-runner b/crunch_scripts/cwl-runner
index d4d61d4..8071303 100755
--- a/crunch_scripts/cwl-runner
+++ b/crunch_scripts/cwl-runner
@@ -13,6 +13,8 @@ import argparse
from arvados.api import OrderedJsonModel
from cwltool.process import adjustFiles
+print cwltool.main.versionstring()
+
api = arvados.api("v1")
try:
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 24d9102..c061309 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -30,7 +30,7 @@ setup(name='arvados-cwl-runner',
'bin/arvados-cwl-runner'
],
install_requires=[
- 'cwltool>=1.0.20160322201127',
+ 'cwltool>=1.0.20160325200114',
'arvados-python-client>=0.1.20160322001610'
],
test_suite='tests',
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list