Gather sorting by parameter in the metadata of input file
1
0
Entering edit mode
6.0 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?

cwl gather • 728 views
ADD COMMENT
0
Entering edit mode
6.0 years ago
  1. Expose the frequency as a separate output.
  2. Write an ExpressionTool to batch and sort the arrays of files and frequencies
ADD COMMENT

Login before adding your answer.

Traffic: 2585 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6