Skip to content

Instantly share code, notes, and snippets.

View GhorbaniAli's full-sized avatar
💪
Never Give up . . .

Ali Ghorbani GhorbaniAli

💪
Never Give up . . .
  • USA
View GitHub Profile
@GhorbaniAli
GhorbaniAli / gist:cf51f19f219d6e7ea4171e0c16fc2742
Created July 25, 2023 20:48 — forked from brentp/gist:819611
install annovar and use it to annotate a vcf with hg19
wget http://www.openbioinformatics.org/annovar/download/annovar.latest.tar.gz.mirror
tar xzvf annovar.tar.gz
cd annovar
# download databases (goes to UCSC)
./annotate_variation.pl -buildver hg19 -downdb 1000g2010nov humandb
./annotate_variation.pl -buildver hg19 -downdb avsift humandb
./annotate_variation.pl -buildver hg19 -downdb refGene humandb
./annotate_variation.pl -buildver hg19 -downdb mce46way humandb/
./annotate_variation.pl -buildver hg19 -downdb snp131 humandb/