samtools報錯
現(xiàn)在samtools的版本已經(jīng)在1.9以上了,但是conda安裝的samtools版本依然是1.7脚曾,這是出現(xiàn)問題的根本原因启具。
(ERR): Description of arguments failed!
Exiting now ...
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
samtools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
sambamba 0.7.1
by Artem Tarasov and Pjotr Prins (C) 2012-2019
LDC 1.20.0 / DMD v2.090.1 / LLVM7.0.0 / bootstrap LDC - the LLVM D compiler (0.17.6)
解決辦法:
https://github.com/merenlab/anvio/issues/1479
(py38) vip9t07@tpm9-desktop:~/project/atac/align$ conda install -c bioconda samtools=1.12 --force-reinstall
然而這條路注定不平坦
解決samtools報錯之后sambamba又撂挑子了
(py38) vip9t07@tpm9-desktop:~/project/atac/align$ sambamba
sambamba: error while loading shared libraries: libphobos2-ldc-shared.so.81: cannot open shared object file: No such file or directory
參考conda 環(huán)境變量conda管理C源代碼程序的時候總是出現(xiàn)庫文件沖突或者缺失殺手海王的博客-CSDN博客
(py38) vip9t07@tpm9-desktop:~/project/atac/align$ conda install sambamba=0.6.6
解決