macarthur-lab / gnomad_browser

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

MD5 / SHA1 hashes for downloads #102

Closed mbreese closed 6 years ago

mbreese commented 6 years ago

Would it be possible to post MD5 or SHA1 hashes for the downloadable files someplace on the website? I keep having issues with decompressing the exome VCF file (trying to CrossMap to hg38) and it would be helpful to confirm that I didn't get a corrupted download.

mbreese commented 6 years ago

Nevermind... I figured out how to get this directly from Google Cloud.

For posterity: curl -Li to do a HEAD request. Then the ETag header contains the MD5 for the file.

(Also, the corruption was a problem on our end!)