Skip to content

Commit

Permalink
Update Downloads page v4 checksums and sizes (#1296)
Browse files Browse the repository at this point in the history
Co-authored-by: Riley Grant <[email protected]>
  • Loading branch information
mike-w-wilson and rileyhgrant authored Nov 16, 2023
1 parent 9797aca commit b971c99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const exomeChromosomeVcfs = [
{ chrom: '21', size: '3.27 GiB', md5: '206afe8d9dbe544697e1b67eee6d2f7f' },
{ chrom: '22', size: '7.31 GiB', md5: '3084349c03194e8cf5063a1e46473248' },
{ chrom: 'X', size: '7.96 GiB', md5: '6d33a288735eda242c473905ccb6743b' },
{ chrom: 'Y', size: '860.03 MiB', md5: '8c231b75745b6670555915847c9999e8' },
{ chrom: 'Y', size: '163.66 MiB', md5: 'c8414744cf75fa498e2497a9391eb1ad' },
]

const genomeChromosomeVcfs = [
Expand All @@ -66,7 +66,7 @@ const genomeChromosomeVcfs = [
{ chrom: '21', size: '11.47 GiB', md5: '4d2e808cbaafcd2ddc7692be0a45a924' },
{ chrom: '22', size: '12.77 GiB', md5: 'd6ba3b18b07423e3a1af56e8405a26c2' },
{ chrom: 'X', size: '37.05 GiB', md5: 'b77d8f0219fa9a033a6f747d5fef12d9' },
{ chrom: 'Y', size: '890.03 MiB', md5: 'b39443d98eeb5f6735aa57e37d378edf' },
{ chrom: 'Y', size: '890.03 MiB', md5: '8c231b75745b6670555915847c9999e8' },
]

const svChromosomeVcfs = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2176,9 +2176,9 @@ exports[`Downloads Page has no unexpected changes 1`] = `
</span>
<br />
<span>
860.03 MiB
163.66 MiB
, MD5: 
8c231b75745b6670555915847c9999e8
c8414744cf75fa498e2497a9391eb1ad
</span>
<br />
<span>
Expand Down Expand Up @@ -3680,7 +3680,7 @@ exports[`Downloads Page has no unexpected changes 1`] = `
<span>
890.03 MiB
, MD5: 
b39443d98eeb5f6735aa57e37d378edf
8c231b75745b6670555915847c9999e8
</span>
<br />
<span>
Expand Down

0 comments on commit b971c99

Please sign in to comment.