Nextflow has some odd behaviour with camelCase parameters: nextflow-io/nextflow#2061
At 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.