nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

Config schema

Open bentsherman opened this issue 10 months ago • 4 comments

Close #4200

Adds a helper method to check a config scope for invalid options. Since config options are defined in a dynamic and distributed manner, this approach allows them to be validated in the same way.

Enabled with NXF_ENABLE_STRICT_CONFIG. Use NXF_ENABLE_STRICT to turn the warning into an error.

TODO:

  • [x] docker, singularity, etc
  • [ ] executor
  • [ ] mail
  • [ ] notification
  • [ ] wave

bentsherman avatar Aug 18 '23 15:08 bentsherman