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

相關文章
相關標籤/搜索