You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example demonstrates how to fail when unrecognized parameters are used in a pipeline using the nf-schema plugin.
3
+
This example demonstrates how the nf-schema plugin logging, when unrecognized parameters are given to a pipeline by a user, can be configured. In this case the validation will fail if there are any unrecognized parameters.
4
+
See the [logging configuration](https://nextflow-io.github.io/nf-schema/latest/configuration/configuration/#logging) documentation for more information.
4
5
5
6
There's one example log file provided in this directory:
6
7
-`log.txt`: This log file shows the output when running the pipeline with unrecognized parameters, which results in an error message.
0 commit comments