Skip to content

Commit

Permalink
Merge pull request #381 from nf-core/default_institutional_config
Browse files Browse the repository at this point in the history
change(config) use institutional config by default
  • Loading branch information
fevac committed Aug 25, 2023
2 parents 16ae4ef + 4c277dd commit a978a80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Use institutional configs by default [#381](https://github.com/nf-core/rnafusion/pull/381)

### Fixed

- Tail trimming for reverse reads [#379](https://github.com/nf-core/rnafusion/pull/379)
Expand Down
10 changes: 5 additions & 5 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ try {

// Load nf-core/rnafusion custom profiles from different institutions.
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs!
// try {
// includeConfig "${params.custom_config_base}/pipeline/rnafusion.config"
// } catch (Exception e) {
// System.err.println("WARNING: Could not load nf-core/config/rnafusion profiles: ${params.custom_config_base}/pipeline/rnafusion.config")
// }
try {
includeConfig "${params.custom_config_base}/pipeline/rnafusion.config"
} catch (Exception e) {
System.err.println("WARNING: Could not load nf-core/config/rnafusion profiles: ${params.custom_config_base}/pipeline/rnafusion.config")
}


profiles {
Expand Down

0 comments on commit a978a80

Please sign in to comment.