Skip to content

Commit 5300339

Browse files
committed
update unrecognised params explanation
1 parent 012cbfb commit 5300339

File tree

1 file changed

+2
-1
lines changed
  • examples/validationFailUnrecognisedParams

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Fail unrecognised parameters
22

3-
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.
45

56
There's one example log file provided in this directory:
67
- `log.txt`: This log file shows the output when running the pipeline with unrecognized parameters, which results in an error message.

0 commit comments

Comments
 (0)