Skip to content

Resolve RAP-224 "Avoid copies"

David Rafferty requested to merge RA-224_avoid_copies into master

All solve and predict steps need read-only access to the the input MS files, so copies that CWL makes by default are not needed. This MR uses InplaceUpdateRequirement and InitialWorkDirRequirement to prevent these copies.

Merge request reports