-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CWLProv: add option exclude raw copies of the data #1586
Comments
Thanks for creating the ticket for me personally only the metadata (rdf files, workflows files) are needed. As the input and output files are preserved on a cloud store. |
Areas to investigate, (add flag to skip the copying, but still calculate and store the checksums) Line 790 in a1e3449
Line 929 in a1e3449
Line 741 in a1e3449
Line 1413 in a1e3449
Line 894 in a1e3449
|
To update this, when providing Directory or Files as input it will copy the entire content to /tmp. Solution for now is to use Strings instead of Directory when possible. |
FYI, while that may work for now, that will break mulit-node execution of the workflow |
https://matrix.to/#/!RQMxrGNGkeDmWHOaEs:gitter.im/$AJGFCdt6jVAn3aR5lQ0PK3_0SGgvFrubf5SMClsOgGA (a.k.a https://gitter.im/common-workflow-language/common-workflow-language?at=61d6a7bfbfe2f54b2e04661d )
--prov-exclude-inputs
Skips copying the input files into the CWLProv ResearchObject--prov-exclude-intermediates
Skips copying the intermediate files into the CWLProv ResearchObject--prov-exclude-outputs
Skips copying the output files into the CWLProv ResearchObjectThe text was updated successfully, but these errors were encountered: