Currently, we are by-passing the strict variable parsing used in Nextflow 26 by using export NXF_SYNTAX_PARSER=v1. In the future, the legacy parser will be removed and the strict parser will become the only way to run Nextflow code. We have to prepare for the strict parser by rewriting unsupported code with supported patterns
See link https://docs.seqera.io/nextflow/strict-syntax
Currently, we are by-passing the strict variable parsing used in Nextflow 26 by using
export NXF_SYNTAX_PARSER=v1. In the future, the legacy parser will be removed and the strict parser will become the only way to run Nextflow code. We have to prepare for the strict parser by rewriting unsupported code with supported patternsSee link https://docs.seqera.io/nextflow/strict-syntax