nextflow-io / cwl2nxf

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

Input job settings JSON support #9

Open KevinSayers opened 7 years ago

KevinSayers commented 7 years ago

The input parameters must currently be provided in YAML, though CWL supports both YAML and JSON. Implementing a JSON parser should be easier for the parameters file as the number of levels is more limited.

pditommaso commented 7 years ago

Even it should be so difficult, I would give this very low priority. The important thing is being able to have a prototype give the input in YAML. JSON support can be added in a second step.