Write results to cwl.output.json to bypass size restrictions
Compare changes
+ 9
− 17
@@ -21,19 +21,16 @@ outputs:
@@ -50,23 +47,18 @@ 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).