解决samtools: error while loading shared libraries: libcrypto.so.1.0.0/libncurses.so.5的问题

**

解决samtools: error while loading shared libraries: libcrypto.so.1.0.0/libncurses.so.5的问题

**

一般这个问题出现是用conda环境直接安装才出现的:
conda install samtools
然后运行
samtools
会提示: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: libncurses.so.5: cannot open shared object file: No such file or directory

现在samtools的版本已经在1.9以上了,但是conda安装的samtools版本依然是1.7,这是出现问题的根本原因。

解决办法:

https://github.com/merenlab/anvio/issues/1479
这里写的很清楚,重新安装如下:
conda install -c bioconda samtools=1.9 --force-reinstall
或者刚开始安装的时候:
conda install samtools=1.9.
不会再出现上述问题。

评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值