Closed lindenb closed 7 months ago
Hiya, sorry for the incredible delay on this.
I hope you've managed to get the data from one of the other providers in the meantime. It looks like we'll have to re-sync this data then this link should work, the data appears to be there in AWS and GCS.
As I understand it, when the methods team copies the data to AWS, the sync to Azure is typically automatic. It appears something went wrong for this one.
Hi @lindenb, @rileyhgrant , I don't think the table is actually missing here... It's just that hail tables are technically just folders with many other files in them, so wget
ing that top-level folder isn't actually a meaningful request. There's a lot of detail here in how object stores work, and why this particular problem gets presented this way, which I won't go into. Long story short, you'll need to issue a request that indicates you want to download all the objects that start with this exomes_phased_counts_0.05_3_prime_UTR_variant_vp.ht
filepath.
If you need to use wget, you'll have to dig through its (and Azure's) documentation to figure out the right incantation. azcopy is the tool that we recommend using on the Downloads page, and you can pull that hail table down into your current directory via:
azcopy copy --recursive "https://datasetgnomad.blob.core.windows.net/dataset/release/2.1.1/ht/exomes_phased_counts_0.05_3_prime_UTR_variant_vp.ht" .
Hi Gnomad Team
in https://gnomad.broadinstitute.org/downloads#v2-variant-cooccurrence
the link for microsoft https://datasetgnomad.blob.core.windows.net/dataset/release/2.1.1/ht/exomes_phased_counts_0.05_3_prime_UTR_variant_vp.ht
returns a 404
What you did: