-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading annotation database ....Failed #237
Comments
You can add '-webfrom annovar' to the command line.
…On Thu, Jan 4, 2024 at 7:26 AM Acetyl-ZHOU ***@***.***> wrote:
I want to get gnomad211,and I runannotate_variation.pl -downdb gnomad211
humandb -buildver hg19
but
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/gnomad211.txt.gz
... Failed WARNING: Some files cannot be downloaded, including
http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/gnomad211.txt.gz
can you give me some help?
—
Reply to this email directly, view it on GitHub
<#237>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3OH4PWJ6WKUHPCNPLTDYM2NYTAVCNFSM6AAAAABBM3HFGOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DKNJXGE4TONA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello, I am also having this issue and wanted to mention that I think it is because UCSC changed their path from 'hgdownload.cse.ucsc.edu' to 'hgdownload.soe.cse.ucsc.edu'. While I acknowledge that your solution also works for many files, could you potentially update Annovar to look in this new location? |
That particular file for gnomad is compiled and provided in annovar, which
is why the '-webfrom annovar' is needed.
For UCSC provided files, I will update annovar to look into this new
location; also a user-specified URL can be provided in the command line as
a temporary fix.
…On Wed, Feb 7, 2024 at 1:44 PM mdanzi ***@***.***> wrote:
Hello, I am also having this issue and wanted to mention that I think it
is because UCSC changed their path from 'hgdownload.cse.ucsc.edu' to '
hgdownload.soe.cse.ucsc.edu'. While I acknowledge that your solution also
works for many files, could you potentially update Annovar to look in this
new location?
—
Reply to this email directly, view it on GitHub
<#237 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNG3ODDH6AUK62PGKXL2BTYSPDRFAVCNFSM6AAAAABBM3HFGOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZSGY2TOOJRGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks! I'll try the user-specified URL approach in the meantime. I didn't know about that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to get gnomad211,and I run
annotate_variation.pl -downdb gnomad211 humandb -buildver hg19
but
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/gnomad211.txt.gz ... Failed WARNING: Some files cannot be downloaded, including http://hgdownload.cse.ucsc.edu/goldenPath/hg19/database/gnomad211.txt.gz
can you give me some help?
The text was updated successfully, but these errors were encountered: