Schema validation - don't warn about camelCase
-> camel-case
params
#1035
Labels
Milestone
camelCase
-> camel-case
params
#1035
Nextflow has some odd behaviour with
camelCase
parameters: nextflow-io/nextflow#2061At the moment the schema validation throws warnings about unexpected params here. We should add some custom code to check unexpected params for their
camelCase
equivalents and not warn if found.The text was updated successfully, but these errors were encountered: