macarthur-lab / gnomad_browser

gnomAD browser pre-ASHG 2018
MIT License
33 stars 16 forks source link

http:// (...)/gnomad.genomes.r2.0.1.sites.1.vcf.gz returns a XML doc 'The specified key does not exist' #59

Closed lindenb closed 7 years ago

lindenb commented 7 years ago

Hi, FYI:

I'm trying to download: https://storage.googleapis.com/gnomad-public/release-170228/vcf/genomes/gnomad.genomes.r2.0.1.sites.1.vcf.gz

May be it's a temporary problem, but for now my browser just returns a XML document:

<Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message></Error>

Best, PL

jsh2134 commented 7 years ago

It looks like the URLs changed but the downloads page was not updated.

changerelease-170228 to release/2.0.1 in all the URLs.

example: https://storage.googleapis.com/gnomad-public/release/2.0.1/vcf/genomes/gnomad.genomes.r2.0.1.sites.1.vcf.gz

mattsolo1 commented 7 years ago

Fixed