Skip to content

Commit

Permalink
Update nextflow.config to load custom pipeline configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahepperla authored Apr 12, 2024
1 parent 6e1125d commit 41d20ce
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,12 @@ try {
System.err.println("WARNING: Could not load nf-core/config profiles: ${params.custom_config_base}/nfcore_custom.config")
}

// // Load nf-core/cutandrun custom config
// try {
// includeConfig "${params.custom_config_base}/pipeline/cutandrun.config"
// } catch (Exception e) {
// System.err.println("WARNING: Could not load nf-core/config/cutandrun profiles: ${params.custom_config_base}/pipeline/cutandrun.config")
// }
// Load nf-core/cutandrun custom config
try {
includeConfig "${params.custom_config_base}/pipeline/cutandrun.config"
} catch (Exception e) {
System.err.println("WARNING: Could not load nf-core/config/cutandrun profiles: ${params.custom_config_base}/pipeline/cutandrun.config")
}

profiles {
debug {
Expand Down

0 comments on commit 41d20ce

Please sign in to comment.