This repository contains example workflows in CWL.
wf_dir_to_array.cwl
: Source = Directory, Sink = File[], no scatterwf_dir_to_array_scatter.cwl
: Source = Directory, Sink = File[], but tool in Sink takes File. Solution 1 = nested workflow (maybe not the best practice).
ls_dir.cwl
: Tool which takes file array as input and converts this to a Directory before execution.
Apache-2.0