X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/4b4a0917a967c0ec2dd7b72c9665e0859022f120..418c57bce3aac1a22548e53e1018a1547d9efee4:/sdk/cwl/arvados_cwl/crunch_script.py diff --git a/sdk/cwl/arvados_cwl/crunch_script.py b/sdk/cwl/arvados_cwl/crunch_script.py index 12d74a05c6..aaeffea24b 100644 --- a/sdk/cwl/arvados_cwl/crunch_script.py +++ b/sdk/cwl/arvados_cwl/crunch_script.py @@ -128,6 +128,9 @@ def run(): args.make_fs_access = make_fs_access args.trash_intermediate = False args.intermediate_output_ttl = 0 + args.priority = arvados_cwl.DEFAULT_PRIORITY + args.do_validate = True + args.disable_js_validation = False runner.arv_executor(t, job_order_object, **vars(args)) except Exception as e: