Skip to content
Snippets Groups Projects
Commit b714ea6c authored by Matthijs van der Wild's avatar Matthijs van der Wild
Browse files

Prevent CWL from copying input MSs

CWL places clipper input MSs in the working directory, but does
so by copying the original data. The can be prevented by adding
the InplaceUpdateRequirement to the hints field
parent 2a2fddfa
No related branches found
No related tags found
1 merge request!58Draft: Resolve "Disk space used triples after DP3 A-Team clipping"
Pipeline #88535 passed
......@@ -97,6 +97,8 @@ inputs:
high I/O or memory.
requirements:
- class: InplaceUpdateRequirement
inplaceUpdate: true
- class: InitialWorkDirRequirement
listing:
- entry: $(inputs.msin)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment