19070: Add --copy-deps/--no-copy-deps
authorPeter Amstutz <peter.amstutz@curii.com>
Tue, 3 May 2022 21:01:26 +0000 (17:01 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 11 May 2022 21:27:13 +0000 (17:27 -0400)
commitb5d0e0ad775eb822b9ab4bed5b57c2e9072f4c0b
treeff73831cb8c9f644d5e1a6f428f1d5b42c3e2721
parentbe6d658dd95d3a0d63bb3441e50877a4916a5b8e
19070: Add --copy-deps/--no-copy-deps

Copies dependencies by default using --create-workflow and --update
workflow

Keeps old behavior by default when running from the command line (can
get new behavior with --copy-deps).

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>
sdk/cwl/arvados_cwl/__init__.py
sdk/cwl/arvados_cwl/arvcontainer.py
sdk/cwl/arvados_cwl/arvdocker.py
sdk/cwl/arvados_cwl/context.py
sdk/cwl/arvados_cwl/executor.py
sdk/cwl/arvados_cwl/runner.py