nextflow-io / cwl2nxf

Import a CWL workflow specification to Nextflow script (experimental)
Apache License 2.0
27 stars 5 forks source link

Add support for a list as an input #11

Closed KevinSayers closed 7 years ago

KevinSayers commented 7 years ago

Currently cwl2nxf does not support a list as show below as an input. The parser should check if an input is a list and then look for class and parse each element of the list as it would be natively for a given class.

    - [{class: File, path: bar.file}]