過程參考https://vcftools.github.io/examples.htmlhtml
git clone https://github.com/vcftools/vcftools.git cd vcftools ./autogen.sh ./configure make make install
遇到的問題包括:git
(1)./autogen.sh時報autoreconf: not found 安裝apt-get install autoconfgithub
(2)缺乏zlib sudo apt-get install zlib1g-devcode
顯示版本信息:htm
vcftools
比對兩個vcf文件ip
vcftools --vcf input_data.vcf --diff other_data.vcf --out compare
tips:sudo apt install vcftoolsget