美文网首页
samtools安装故障解决办法

samtools安装故障解决办法

作者: Walter_Wang | 来源:发表于2020-06-16 14:35 被阅读0次

在安装samtools过程中,总是会遇到“library "libcrypto.so.1.0.0" not found “,此时,我们可以通过以下方式“欺骗”samtools,

ln -s /usr/lib64/libcrypto.so.1.0.1e libcrypto.so.1.0.0

也可以通过“conda install-c bioconda samtools openssl=1.0”解决,但是貌似我一直会出现“Solving environment: failed with initial frozen solve. Retrying with flexible solve.”这一错误。

综上,第一种方法666 plus~

方法来源:https://www.jianshu.com/p/838dffc736f6

相关文章

网友评论

      本文标题:samtools安装故障解决办法

      本文链接:https://www.haomeiwen.com/subject/lrhpkqtx.html