Skip to content

Commit

Permalink
fix: include modules config
Browse files Browse the repository at this point in the history
  • Loading branch information
atrigila committed Dec 13, 2024
1 parent 7019c22 commit 25b6327
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ params {

// Load base.config by default for all pipelines
includeConfig 'conf/base.config'
// Load modules.config by default for all pipelines
includeConfig 'conf/modules.config'

profiles {
debug {
Expand Down

0 comments on commit 25b6327

Please sign in to comment.