I'm trying to run the ANNOVAR script summarize_annovar.pl, but I'm having trouble downloading the avsift table. As per the instructions, I'm using:
Which tells me that the avsift.txt.gz file doesn't exist. When looking at http://hgdownload.cse.ucsc.edu/golde...hg19/database/, there is no file that matches the pattern "sift".
Where can I find this data?
Code:
$ mkdir hg19 $ annotate_variation.pl -buildver hg19 -downdb avsift hg19 NOTICE: The --sift_threshold is set as 0.05 by default NOTICE: Web-based checking to see whether ANNOVAR new version is available ... Done NOTICE: Downloading annotation database http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/avsift.txt.gz ... Failed WARNING: Some files cannot be downloaded, including http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/avsift.txt.gz
Where can I find this data?
Comment