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
(mashmap) xw66@p00:~/nextflow$ mashmap -h
mashmap: error while loading shared libraries: libblis.so.4: cannot open shared object file: No such file or directory
A temporary solution:
Compile from source on gho, following INSTALL.txt (no need to install other dependencies).
Add the compiled binary to PATH.
Run mashmap on gho. If run on p00, the error below will be raised:
xw66@p00:~/nextflow$ mashmap -h
mashmap: error while loading shared libraries: libgsl.so.25: cannot open shared object file: No such file or directory
The text was updated successfully, but these errors were encountered:
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: bioconda/bioconda-recipes#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.
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:The text was updated successfully, but these errors were encountered: