Parset files are now collected from stdout.
This is a small MR that slightly modifies how parset files are created. Rather than copying a temporary file that is generated by CWL at runtime, it prints the contents of this file to stdout
. stdout
is then captured by CWL.
I feel this approach is slightly cleaner, because it removes some overhead (the setup of the arguments
), creates an output file with sensible permissions (rather than read only for the user), and is perhaps a bit more maintainable (as this approach closely follows what is described in the CWL user guide.
Merge request reports
Activity
Filter activity
requested review from @alex
assigned to @wild
added 5 commits
-
b5cf2a40...82681dfc - 3 commits from branch
master
- c9edb853 - Parset files are now collected from stdout.
- 8f1b4cc8 - Moved parset template to baseCommand.
-
b5cf2a40...82681dfc - 3 commits from branch
enabled an automatic merge when the pipeline for 31391e5d succeeds
Please register or sign in to reply