Actions
Feature #9817
closed[CWL] Having a shared collection to output to
Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
-
Target version:
-
Story points:
-
Description
Not sure if this will happen in crunch v2, but using CWL, I typically do a scatter on a bunch of input files to create n jobs. Each job has an output collection, and sometimes I want to merge all those outputs together, by either running a command or using cat. Now, I have to make a new job to do that processing, but it would be nice if there was an option in CWL to merge these outputs together to one collection.
Actions