Skip to content

Commit

Permalink
Merge pull request #2094 from mashehu/add-conda-defaults
Browse files Browse the repository at this point in the history
add conda channel order to `nextflow.config` template
  • Loading branch information
mashehu authored Jan 9, 2024
2 parents 225ef23 + df48d77 commit ccf1104
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Add a Github Action Workflow to the pipeline template that tests a successful download with 'nf-core download' ([#2618](https://github.com/nf-core/tools/pull/2618))
- Use `pre-commit` to lint files in GitHub CI ([#2635](https://github.com/nf-core/tools/pull/2635))
- Add conda channel order to nextflow.config ([#2094](https://github.com/nf-core/tools/pull/2094))

### Download

Expand Down
1 change: 1 addition & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ profiles {
podman.enabled = false
shifter.enabled = false
charliecloud.enabled = false
channels = ['conda-forge', 'bioconda', 'defaults']
apptainer.enabled = false
}
mamba {
Expand Down

0 comments on commit ccf1104

Please sign in to comment.