[ARVADOS] updated: 2411624900867c1ca3884e84a6ad07e30b5d0802

git at public.curoverse.com git at public.curoverse.com
Thu Oct 29 11:32:49 EDT 2015


Summary of changes:
 sdk/cwl/bin/{cwl-runner => arvados-cwl-runner} | 0
 sdk/cwl/setup.py                               | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)
 copy sdk/cwl/bin/{cwl-runner => arvados-cwl-runner} (100%)

       via  2411624900867c1ca3884e84a6ad07e30b5d0802 (commit)
      from  c830508697da4bf896be9ea7cea9c9cbfc5709b6 (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 2411624900867c1ca3884e84a6ad07e30b5d0802
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Oct 29 11:32:24 2015 -0400

    7593: Add arvados-cwl-runner to disambiguate if there is a conflict over what
    should be default cwl-runner.

diff --git a/sdk/cwl/bin/arvados-cwl-runner b/sdk/cwl/bin/arvados-cwl-runner
new file mode 100755
index 0000000..f31aefd
--- /dev/null
+++ b/sdk/cwl/bin/arvados-cwl-runner
@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import sys
+
+from arvados_cwl import main
+
+sys.exit(main(sys.argv[1:], sys.stdout, sys.stderr))
diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py
index 187cce6..7a9f57b 100644
--- a/sdk/cwl/setup.py
+++ b/sdk/cwl/setup.py
@@ -26,7 +26,8 @@ setup(name='arvados-cwl-runner',
       license='Apache 2.0',
       packages=find_packages(),
       scripts=[
-          'bin/cwl-runner'
+          'bin/cwl-runner',
+          'bin/arvados-cwl-runner'
       ],
       install_requires=[
           'cwltool>=1.0.20151014024436',

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list