Skip to content

Commit

Permalink
Revert "don't remove base.config when removing nf-core components"
Browse files Browse the repository at this point in the history
This reverts commit 68dab6e.
  • Loading branch information
mirpedrol committed Aug 27, 2024
1 parent bed7b37 commit 6a5d830
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ params {
validate_params = true

}
{% if modules %}
// Load base.config by default for all pipelines
includeConfig 'conf/base.config'
{% endif %}
{% if nf_core_configs -%}
// Load nf-core custom profiles from different Institutions
try {
Expand Down
2 changes: 2 additions & 0 deletions nf_core/pipelines/create/templatefeatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ fastqc:
custom_pipelines: True
modules:
skippable_paths:
- "conf/base.config"
- "conf/modules.config"
- "modules.json"
- "modules"
Expand All @@ -259,6 +260,7 @@ modules:
base_config: False
modules_config: False
files_exist:
- "conf/base.config"
- "conf/modules.config"
- "modules.json"
nextflow_config:
Expand Down

0 comments on commit 6a5d830

Please sign in to comment.