ANNOVAR Annotation of multiple VCF files error because of the absence of hg38_gnomad211_genome.txt file.
1
0
Entering edit mode
10 months ago

I am trying to perform annotation for the first time but cannot due to some lack of files. I have just downloaded ANNOVAR and I think everything is up-to-date. (Actually, I want to work with the latest version of reference files) Here is my command and I get the following error:

mkdir -p /home/cancam/Desktop/THESIS\ PROJECT/VCF\ CAGI6\ Annotation\ Outputs/
for file in /home/cancam/Desktop/THESIS\ PROJECT/VCF\ CAGI6\ renamed/*.vcf; do
    /home/cancam/Desktop/THESIS\ PROJECT/annovar/table_annovar.pl "$file" /home/cancam/Desktop/THESIS\ PROJECT/annovar/humandb/ -buildver hg38 -out /home/cancam/Desktop/THESIS\ PROJECT/VCF\ CAGI6\ Annotation\ Outputs/"$(basename "$file" .vcf)" -remove -protocol refGene,gnomad211_genome -operation g,f -nastring .
done

NOTICE: the --polish argument is set ON automatically (use --nopolish to change this behavior)
Error: the required database file /home/cancam/Desktop/THESIS PROJECT/annovar/humandb/hg38_gnomad211_genome.txt does not exist.

In ANNOVAR website, it says:

Several very commonly used annotation databases for human genomes are additionally provided below. In general, users can use -downdb -webfrom annovar in ANNOVAR directly to download these databases.

But I could not do it. Can you please help me. Thank you!

hg38 gnomad annovar • 463 views
ADD COMMENT
0
Entering edit mode
10 months ago
Ming Tommy Tang ★ 3.9k

you can download it here https://gnomad.broadinstitute.org/downloads

ADD COMMENT

Login before adding your answer.

Traffic: 1024 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6