Open mxwang66 opened 3 days ago
I encountered this error in the verkko recipe as well. This is an issue caused by bioconda maintenance updates which released a new build version 1 month ago breaking the artifacts: https://github.com/bioconda/bioconda-recipes/issues/52321. Not sure if there is a way to request build0 for the same version or you could just request an older MashMap as a workaround.
Thanks @skoren ! I tried to install build0 and it worked @bkille
conda create -n mashmap mashmap=3.1.3=h07ea13f_0 --channel conda-forge --channel bioconda --strict-channel-priority
The build string can be found at https://anaconda.org/bioconda/mashmap/files
So it seems the dependency should be linked to libblas
but now it's linked to libblis
? I noticed libgsl
is not found either (in your bioconda issue), which was the error I got when I compiled from source from one of our servers.
Happened on
gho
andp00
Conda install command:Error message:
A temporary solution:
gho
, followingINSTALL.txt
(no need to install other dependencies).PATH
.gho
. If run onp00
, the error below will be raised: