We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b4516 commit 0d33739Copy full SHA for 0d33739
nf_core/pipeline-template/nextflow.config
@@ -76,6 +76,11 @@ params {
76
includeConfig 'conf/base.config'
77
{%- else %}
78
79
+{% if modules -%}
80
+// Load modules.config for DSL2 module specific options
81
+includeConfig 'conf/modules.config'
82
+{%- endif %}
83
+
84
process {
85
// TODO nf-core: Check the defaults for all processes
86
cpus = { 1 * task.attempt }
@@ -316,8 +321,3 @@ validation {
316
321
}{% endif %}
317
322
}
318
323
{%- endif %}
319
-
320
-{% if modules -%}
-// Load modules.config for DSL2 module specific options
-includeConfig 'conf/modules.config'
-{%- endif %}
0 commit comments