modules
modules copied to clipboard
Get rid of the DSL2 nextflow declaration in tests main.nf
From Nextflow version 22.4.0, the DSL2 declaration is not needed anymore at the top of the script (i.e. nextflow.enable.dsl = 2). See here. Hence, it can be removed from all the tests main.nf scripts.