leoatchina的博客

安装新版htslib、bcftools、samtools

官方网站和github上的INSTALL/README有问题,要按照下面的方法安装develop版本的
1
2
3
4
5
git clone --branch=develop git://github.com/samtools/htslib.git
git clone --branch=develop git://github.com/samtools/bcftools.git
git clone --branch=develop git://github.com/samtools/samtools.git
cd bcftools && make && make install
cd ../samtools && make && make install