Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema validation - don't warn about camelCase -> camel-case params #1035

Closed
ewels opened this issue Apr 25, 2021 · 1 comment
Closed

Schema validation - don't warn about camelCase -> camel-case params #1035

ewels opened this issue Apr 25, 2021 · 1 comment
Labels
bug Something isn't working high-priority schema
Milestone

Comments

@ewels
Copy link
Member

ewels commented Apr 25, 2021

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.

@ewels ewels added bug Something isn't working high-priority schema labels Apr 25, 2021
@ewels ewels added this to the 1.14 milestone Apr 25, 2021
@ewels
Copy link
Member Author

ewels commented May 2, 2021

Now fixed in Nextflow, but I think it's still worth adding code to handle this as will be around in existing versions for quite some time yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high-priority schema
Projects
None yet
Development

No branches or pull requests

1 participant