cruizperez / MicrobeAnnotator

Pipeline for metabolic annotation of microbial genomes
Artistic License 2.0
133 stars 27 forks source link

conda config --add channels cruizperez: should be append #72

Open ERRMoody opened 1 year ago

ERRMoody commented 1 year ago

The following line in the instructions:

conda config --add channels cruizperez

can cause some dependency issues depending on the priority list,

In order to avoid this, I would use:

conda config --append channels cruizperez

morgansobol commented 1 year ago

I am having the same issue. My conda seems "broken" and I can no longer create environments. Did you have to completely uninstall and then reinstall conda? I cannot seem to find how to delete a channel...

morgansobol commented 1 year ago

Nevermind, I solved it by going into my .condarc file and deleting the channel.