Write results to cwl.output.json to bypass size restrictions
Compare changes
+ 3
− 4
@@ -22,16 +22,15 @@ outputs:
@@ -55,7 +54,7 @@ requirements:
This MR modifies the way LINC collects the output in the filter_ms_group step. The output is written to cwl.output.json
, which is then parsed as part of the collection of the outputs. This the loadContents
field to circumvent size restrictions.
Solves #63 (closed).