nextflow-io / cwl2nxf

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

Inputs parsing incorrect #2

Closed KevinSayers closed 7 years ago

KevinSayers commented 7 years ago

Input parsing currently is based on the step, some workflows may not use all inputs of a step. The parsing should be changed so that each input form a step is cross referenced in the workflow to see if it is utilized.