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 default flag #3

Closed KevinSayers closed 7 years ago

KevinSayers commented 7 years ago

Currently there is no support for a default value in a cwl step. If a default value is present for a given input, and no input is present the default value should be placed into the command string.