Skip to content

Commit

Permalink
remove defaults channel for conda
Browse files Browse the repository at this point in the history
https://www.theregister.com/2024/08/08/anaconda_puts_the_squeeze_on/

According to the FAQs on https://repo.anaconda.com/pkgs/ this includes
`pkgs/main`, `pkgs/r`, and `pkgs/msys2`.

Seems also to be a good idea because for `mulled_channels` we apparently never used it (consistency).
  • Loading branch information
bernt-matthias committed Sep 2, 2024
1 parent 9f3ed27 commit 8bf7c8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/galaxy/config/sample/galaxy.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ galaxy:

# conda channels to enable by default
# (https://conda.io/docs/user-guide/tasks/manage-channels.html)
#conda_ensure_channels: conda-forge,bioconda,defaults
#conda_ensure_channels: conda-forge,bioconda

# Use locally-built conda packages.
#conda_use_local: false
Expand Down
2 changes: 1 addition & 1 deletion lib/galaxy/config/schemas/config_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ mapping:
conda_ensure_channels:
type: str
default: conda-forge,bioconda,defaults
default: conda-forge,bioconda
required: false
desc: |
conda channels to enable by default
Expand Down

0 comments on commit 8bf7c8b

Please sign in to comment.