Skip to content

Commit

Permalink
Fix strict mode docs (nextflow-io#4150)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman authored and abhi18av committed Oct 28, 2023
1 parent f0e4298 commit f32bb84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -1713,11 +1713,11 @@ Some features can be enabled using the `nextflow.enable` and `nextflow.preview`

- When merging params from a config file with params from the command line, Nextflow will fail if a param is specified from both sources but with different types

- When using the `join` operator, the `failOnDuplicate` option is `true` by default
- When using the `join` operator, the `failOnDuplicate` option is `true` regardless of any user setting

- When using the `join` operator, the `failOnMismatch` option is `true` by default (unless `remainder` is also `true`)
- When using the `join` operator, the `failOnMismatch` option is `true` (unless `remainder` is also `true`) regardless of any user setting

- When using the `publishDir` process directive, the `failOnError` option is `true` by default
- When using the `publishDir` process directive, the `failOnError` option is `true` regardless of any user setting

- In a process definition, Nextflow will fail if an input or output tuple has only one element

Expand Down

0 comments on commit f32bb84

Please sign in to comment.