Feature #12345
Updated by Peter Amstutz over 7 years ago
arvados-cwl-runner uses arvados.commands.run.uploadfiles() to handle file uploads. However, this uploads all files every time. Arv-put has a local metadata cache for resuming uploads that may be usable here to avoid re-uploading local files that have already been uploaded and are unchanged.