Entering edit mode
6.6 years ago
grange
•
0
In our processing, we'd like to gather the results of one CommandLineTool that is running in parallel, making groups of a predefined size (say: group every 6 files) and grouped by a meta data value from the data (say: frequency).
What would be the most CWLy way to achieve this? Does the language support (part of this) workflow or should we define it in an inline python/bash script?