cloud-pipeline
cloud-pipeline copied to clipboard
[Draft] Provide mapping from nextflow_schema.json to pipeline parameters format
trafficstars
Background
Nextflow allows to describe pipeline parameters as nextflow_schema.json file, Cloud Pipeline uses a similar approach with parameters section in config.json file.
Approach
- Describe current supported format of
parameterssection inconfig.jsonfile as part of platform documentation - Describe pipeline parameters GUI as as part of platform documentation
- Provide a mapping between
nextflow_schema.jsonandparameterssection inconfig.jsonfile as a comment to this issue