Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Bug: channels are in the wrong order #16

Open
clintval opened this issue Jan 5, 2019 · 0 comments
Open

Bug: channels are in the wrong order #16

clintval opened this issue Jan 5, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@clintval
Copy link
Owner

clintval commented Jan 5, 2019

Bioconda requires this channel ordering (with conda-forge as highest priority):

❯ conda config --add channels defaults
❯ conda config --add channels bioconda
❯ conda config --add channels conda-forge
❯ conda config --show channels

channels:
  - conda-forge
  - bioconda
  - defaults

Or else problems like this occur: bioconda/bioconda-recipes#12100

Currently ansible-conda has no command for addition of channels, only append.

I opened a ticket for the feature request but may have to implement the channel ordering manually through a .condarc or other patching the plugin in the library directly: UDST/ansible-conda#26

@clintval clintval added the bug Something isn't working label Jan 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant