Skip to content

Commit e1b8796

Browse files
authored
Merge pull request #181 from MaxUlysse/config
Remove duplicate code
2 parents 248b3ea + 1cc2b61 commit e1b8796

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ Piellorieppe is one of the main massif in the Sarek National Park.
116116
- [#107](https://github.com/nf-core/sarek/pull/107) - `--vepCacheVersion` is now removed, use `--vep_cache_version` instead
117117
- [#152](https://github.com/nf-core/sarek/pull/152) - Removed `Jenkinsfile`
118118
- [#169](https://github.com/nf-core/sarek/pull/169) - Removed omicX from README
119+
- [#181](https://github.com/nf-core/sarek/pull/181) - Remove duplicate code in `nextflow.config`
119120

120121
## [2.5.2] - Jåkkåtjkaskajekna
121122

nextflow.config

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,6 @@ try {
110110
System.err.println("WARNING: Could not load nf-core/config profiles: ${params.custom_config_base}/nfcore_custom.config")
111111
}
112112

113-
// Load nf-core custom profiles from different Institutions
114-
try {
115-
includeConfig "${params.custom_config_base}/nfcore_custom.config"
116-
} catch (Exception e) {
117-
System.err.println("WARNING: Could not load nf-core/config profiles: ${params.custom_config_base}/nfcore_custom.config")
118-
}
119-
120113
// Load nf-core/sarek custom profiles from different Institutions
121114
try {
122115
includeConfig "${params.custom_config_base}/pipeline/sarek.config"

0 commit comments

Comments
 (0)