VEP 注释工具 Ubuntu 安装

屡次尝试后的vep高效安装方式如下:

Note VEP官网:https://asia.ensembl.org/info/genome/variation/index.html

curl -L -O https://github.com/Ensembl/ensembl-vep/archive/release/92.zip
unzip 92.zip
cd ensembl-vep-release-92/
apt-get update
#Note :修改INSTALL.pl 的$BIOPERL_URL,原网址已经不存在。改为http://www.cpan.org/authors/id/C/CJ/CJFIELDS/BioPerl-1.6.924.tar.gz
apt-get install bioperl #prepare
perl INSTALL.pl --NO_HTSLIB
#Note:接下来 准备数据库,以b37为例:
wget ftp://ftp.ensembl.org/pub/release-92/variation/VEP/homo_sapiens_merged_vep_92_GRCh37.tar.gz 
tar xzf homo_sapiens_merged_vep_92_GRCh37.tar.gz
cp -r homo_sapiens_merged/ cache/
#Note:接下来可以运行

input=/l3bioinfo/test-data/NA12878.HC.snps.indels.VQSR.vcf.gz
outfile=NA12878.HC.snps.indels.VQSR.vep.vcf.gz
/opt/ensembl-vep-release-92/vep -i ${input} -o ${outfile} --offline --vcf --merged --hgvs --force_overwrite --everything --compress_output gzip  --fasta /opt/ref/ucsc.hg19.fasta --dir_cache /opt/ensembl-vep-release-92/cache/GRCh37/ --fork 16 

Note: 欢迎评论交流,转载请注明来源,谢谢。

转载于:https://www.cnblogs.com/koujiaodahan/p/9106552.html

  • 0
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值