[ARVADOS] updated: 1.1.4-318-g52be099

Git user git at public.curoverse.com
Fri May 25 22:10:51 EDT 2018


Summary of changes:
 sdk/cwl/arvados_cwl/crunch_script.py | 1 +
 1 file changed, 1 insertion(+)

       via  52be0992a572473171d3fe9f0b4182f67201f052 (commit)
      from  cc36a001007e753bf413e55bdb52daf048ad05c4 (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 52be0992a572473171d3fe9f0b4182f67201f052
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Fri May 25 22:04:21 2018 -0400

    Fix crunch_script for jobs api refs #13516
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/cwl/arvados_cwl/crunch_script.py b/sdk/cwl/arvados_cwl/crunch_script.py
index bf940ec..5024e95 100644
--- a/sdk/cwl/arvados_cwl/crunch_script.py
+++ b/sdk/cwl/arvados_cwl/crunch_script.py
@@ -132,6 +132,7 @@ def run():
         args.priority = arvados_cwl.DEFAULT_PRIORITY
         args.do_validate = True
         args.disable_js_validation = False
+        args.tmp_outdir_prefix = "tmp"
 
         runner.arv_executor(t, job_order_object, **vars(args))
     except Exception as e:

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list