nextflow-io / cwl2nxf

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

Add inputs to JS engine #16

Open KevinSayers opened 7 years ago

KevinSayers commented 7 years ago

Update the input parsing such that inputs are added as keys into the JS dictionary. This enables the evaluation of code such as the below.

$(inputs.foo)