Skip to content

Commit

Permalink
Merge pull request #2664 from nf-core/config_tyop
Browse files Browse the repository at this point in the history
Fix tyop in pipeline template nextflow.config
  • Loading branch information
mashehu authored Jan 17, 2024
2 parents 110d99f + 85bab14 commit 6a0173b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- Use pdiff also on gitpod for nf-test ([#2640](https://github.com/nf-core/tools/pull/2640))
- switch to new image syntax in readme ([#2645](https://github.com/nf-core/tools/pull/2645))
- Add conda channel order to nextflow.config ([#2094](https://github.com/nf-core/tools/pull/2094))
- Fix tyop in pipeline nextflow.config ([#2664](https://github.com/nf-core/tools/pull/2664))

### Download

Expand Down
2 changes: 1 addition & 1 deletion nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ try {
}

// Load {{ name }} custom profiles from different institutions.
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs!
// Warning: Uncomment only if a pipeline-specific institutional config already exists on nf-core/configs!
// try {
// includeConfig "${params.custom_config_base}/pipeline/{{ short_name }}.config"
// } catch (Exception e) {
Expand Down

0 comments on commit 6a0173b

Please sign in to comment.