You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love this plugin, so first off, thanks for the time you took to create and publish it!
Currently the channels parameter allows one to append channels to the channel list when using conda. The code for this is here and although the language suggests addition, the action is an append:
Would you be willing to support overriding of the channel order via configuration? If you have a good idea on how to achieve this I would be willing to submit a PR!
The text was updated successfully, but these errors were encountered:
I love this plugin, so first off, thanks for the time you took to create and publish it!
Currently the
channels
parameter allows one to append channels to the channel list when using conda. The code for this is here and although the language suggests addition, the action is an append:ansible-conda/conda.py
Lines 175 to 189 in f26ac9f
Using the Bioconda channel requires addition of channels in a known order so installation is predictable and dependencies are matched correctly:
So the channels order become:
Would you be willing to support overriding of the channel order via configuration? If you have a good idea on how to achieve this I would be willing to submit a PR!
The text was updated successfully, but these errors were encountered: