Closed KevinSayers closed 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}]
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.