Skip to content

Commit

Permalink
Move the modules.config line below the base.config line
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyAnderssonLee committed Nov 28, 2024
1 parent 1a27aaa commit 05e4f2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.2.1 - Bouncy Basenji Patch [2024-11-27]
## v1.2.1 - Bouncy Basenji Patch [2024-11-28]

### `Added`

Expand Down
5 changes: 2 additions & 3 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ params {

// Load base.config by default for all pipelines
includeConfig 'conf/base.config'
// Load modules.config for DSL2 module specific options
includeConfig 'conf/modules.config'

profiles {
debug {
Expand Down Expand Up @@ -414,6 +416,3 @@ validation {
afterText = validation.help.afterText
}
}

// Load modules.config for DSL2 module specific options
includeConfig 'conf/modules.config'

0 comments on commit 05e4f2e

Please sign in to comment.