Resolve RAP-224 "Avoid copies"
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.