Issue:
Currently, the documentation says the user only requires a Nextflow v20.04+. This statement was based on the Nextflow documentation and the Nextflow features used. However, in 2021 somethings changed on the execution level of Nextflow e.g.
the -dsl2 parameter usage for DSL2 language features
singularity env variables (not yet relevant but will be in case we support containerized execution)
Solution:
I think something like v22.04+ is appropriate. This can be precisely verified with a version matrix in GH Actions.
Issue: Currently, the documentation says the user only requires a Nextflow v20.04+. This statement was based on the Nextflow documentation and the Nextflow features used. However, in 2021 somethings changed on the execution level of Nextflow e.g.
-dsl2
parameter usage for DSL2 language featuresSolution: I think something like v22.04+ is appropriate. This can be precisely verified with a version matrix in GH Actions.