cwl2nxf icon indicating copy to clipboard operation
cwl2nxf copied to clipboard

JS inputs from a scatter step

Open KevinSayers opened this issue 7 years ago • 0 comments

When the JS inputs get parsed currently they do not work correctly. In CWL the scatter results in a single input for a given name. The parser currently parses everything at once so this results in a single array of files which do not have the JS attributes (e.g. nameroot).

read:[[class:File, path:tutorial/reads/SRR493366.fastq], [class:File, path:tutorial/reads/SRR493367.fastq], [class:File, path:tutorial/reads/SRR493368.fastq], [class:File, path:tutorial/reads/SRR493369.fastq], [class:File, path:tutorial/reads/SRR493370.fastq], [class:File, path:tutorial/reads/SRR493371.fastq]]

This should have each read separately with associated information.

KevinSayers avatar Jul 12 '17 13:07 KevinSayers