Skip to content
Snippets Groups Projects

Parset files are now collected from stdout.

Merged Matthijs van der Wild requested to merge parset_steps into master

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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading