File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
121114try {
122115 includeConfig " ${ params.custom_config_base} /pipeline/sarek.config"
You can’t perform that action at this time.
0 commit comments