Skip to content

Commit

Permalink
revert nf-core#3301 until we add linting from nf-core#2508
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 13, 2024
1 parent eed09ba commit a2c2339
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ process {
}
{%- endif %}

{% if modules -%}
// Load modules.config for DSL2 module specific options
includeConfig 'conf/modules.config'
{%- endif %}

profiles {
debug {
dumpHashes = true
Expand Down Expand Up @@ -336,3 +331,8 @@ validation {
}{% endif %}
}
{%- endif %}

{% if modules -%}
// Load modules.config for DSL2 module specific options
includeConfig 'conf/modules.config'
{%- endif %}

0 comments on commit a2c2339

Please sign in to comment.