安装新版本samtools和bcftools(1.3.1版本)
2016-11-24 本文已影响405人
leoatchina
官方网站和github上的INSTALL/README有问题,要按照下面的方法安装
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