官方網(wǎng)站和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