samtools软件安装中 configure: error: libbzip2 development files not found 报错的解决方法
1、安装samtools软件过程中遇到如下错误:
./configure

2、解决办法:
yum -y install bzip2-devel
参考:https://github.com/samtools/htslib/issues/702
1、安装samtools软件过程中遇到如下错误:
./configure

2、解决办法:
yum -y install bzip2-devel
参考:https://github.com/samtools/htslib/issues/702