Happened on gho and p00
Conda install command:
conda create -n mashmap mashmap --channel conda-forge --channel bioconda --strict-channel-priority
Error message:
(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
Happened on
ghoandp00Conda 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: