The -c conda-forge repository needs to be set at top priority and -c bioconda as second priority. This wouldn't raise an error if conda config --set channel_priority flexible is set, but for me I always have my configuration on conda config --set channel_priority strict to make sure all environments are reproducible.
Dear JiaYu,
I wanted to report a small channel priority issue for conda installation of PhaBox2 that I've managed to fix. I would recommend updating your Wiki!
This installation works:
This installation gives an error:
The
-c conda-forge
repository needs to be set at top priority and-c bioconda
as second priority. This wouldn't raise an error ifconda config --set channel_priority flexible
is set, but for me I always have my configuration onconda config --set channel_priority strict
to make sure all environments are reproducible.Final Solution, run:
Hope this helps! I wanted to post it here incase someone runs into a similar issue.
Best, Erfan