Are failOnDuplicate and failOnMismatch of the join operator only set to true by default with the (deprecated) nextflow.enable.strict mode, or also with NXF_SYNTAX_PARSER=v2?
Having trouble determining this both from the documentation and from the code.
Alright. So, if I don’t want to use the “strict” mode (nextflow.enable.strict) since it’s being removed, but only the v2 parser, I would still need to set failOnDuplicate: true, failOnMismatch: true in every join?