This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Description
When a parameter has been set in the nextflow.config file, but not yet in the schema, the pipeline will fail with this weird error (project is the name of the parameter added to the config):
N E X T F L O W ~ version 23.04.0
Launching `main.nf` [sick_boltzmann] DSL2 - revision: bfa6b06e83
ERROR ~ JSONObject["project"] not found.
I think it would be best if a warning is returned instead stating that the parameter isn't in the schema instead of failing the pipeline entirely. (@mirpedrol?)