VCF比对工具的安装及使用

过程参考https://vcftools.github.io/examples.htmlhtml

  • 首先下载并编译安装vcftools
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

相关文章
相关标签/搜索