It would be nice if nf-schema could validate the pipeline nextflow_schema.json against the nf-schema parameters_meta_schema.json. If there are any failures these can be logged to the console as a warning (non-blocking).
This will require the meta-schema to be kept up to date, but that's no bad thing as we're hoping to use it elsewhere as well anyway ('cc @mashehu).
It would be nice if nf-schema could validate the pipeline
nextflow_schema.jsonagainst the nf-schemaparameters_meta_schema.json. If there are any failures these can be logged to the console as a warning (non-blocking).This will require the meta-schema to be kept up to date, but that's no bad thing as we're hoping to use it elsewhere as well anyway ('cc @mashehu).