Project

General

Profile

Bug #12764

Updated by Peter Amstutz over 6 years ago

> 2. Mount points underneath output_path must not use "writable":true. If any of them are set as writable, the API will refuse to create/update the container request, and crunch-run will fail the container. 

 Proposed alternate behavior, to support CWL writable file staging. 

 > 2. Mount points underneath output_path which have "writable":true will be copied into the target output_path and may be updated by the container. 

 The implementation should be easy - if a file or directory is marked writable and mounted under the output path, it should be copied into place after arv-mount is set up but before the container starts. 

Back