Remove IUC conda channel from default configuration#10608
Remove IUC conda channel from default configuration#10608mvdbeek merged 1 commit intogalaxyproject:devfrom
Conversation
|
Can you please run |
3c90060 to
ec8643b
Compare
Done. Wondering if building (mulled) containers needs to be adapted accordingly? |
|
The reason we added this channel is to have a fallback for anything that is too |
|
I understand .. seems reasonable. But with the current channel order its not a fallback, but the default -- isn't it? Maybe a bit more background. I was trying to install rnaquast (https://github.com/bioconda/bioconda-recipes/blob/master/recipes/rnaquast/meta.yaml) and for some reason it used emboss 5.0.0. from the IUC channel instead of a newer one from bioconda. So I was thinking that the IUC package causes the problems.
So I see that removing the cannel seems not the best idea at the moment. Maybe a different channel priority would be an idea. |
|
We could remove the EMBOSS package from the IUC channel, without changing anything? |
I think this would help for my problem. But to be 100% sure one would need to test he emboss tools with the bioconda package.
Since I'm not sure about the other packages .. the safer change would be to change the channel priority... or? |
|
It's easy enough to add the channel back with a lower priority, should the need arise. |
I suggest to drop the IUC conda channel. My initial motivation an error caused by the emboss package in this channel:
But I guess its not needed anymore.