File tree 2 files changed +7
-5
lines changed
nf_core/pipeline-template
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
### Modules
12
12
13
+ - fix including modules.config ([ #3356 ] ( https://github.com/nf-core/tools/pull/3356 ) )
14
+
13
15
### Subworkflows
14
16
15
17
### General
Original file line number Diff line number Diff line change @@ -77,11 +77,6 @@ params {
77
77
includeConfig ' conf/base.config'
78
78
{%- else % }
79
79
80
- {% if modules -% }
81
- // Load modules.config for DSL2 module specific options
82
- includeConfig ' conf/modules.config'
83
- {%- endif % }
84
-
85
80
process {
86
81
// TODO nf-core: Check the defaults for all processes
87
82
cpus = { 1 * task. attempt }
@@ -336,3 +331,8 @@ validation {
336
331
}{% endif % }
337
332
}
338
333
{%- endif % }
334
+
335
+ {% if modules -% }
336
+ // Load modules.config for DSL2 module specific options
337
+ includeConfig ' conf/modules.config'
338
+ {%- endif % }
You can’t perform that action at this time.
0 commit comments