Skip to content

Commit

Permalink
fix(browser): update v4.1 genomes chr2 md5 on downloads
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Apr 24, 2024
1 parent afca46a commit 5eea734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Link from '../Link'

const exomeChromosomeVcfs = [
{ chrom: '1', size: '17.50 GiB', md5: '848be4d85c953bc73a8e4f0c97026a72' },
{ chrom: '2', size: '13.30 GiB', md5: 'e2f5d891a3374e88d1c3136f94bed0ea' },
{ chrom: '2', size: '13.30 GiB', md5: '518ca01e6757a68bc0abe76f85af644d' },
{ chrom: '3', size: '10.79 GiB', md5: 'a35b949b32453b4b5abd7b1de42e298a' },
{ chrom: '4', size: '7.18 GiB', md5: 'c7c7008a73acbb8fea68b82951842832' },
{ chrom: '5', size: '7.91 GiB', md5: 'c1016f56be62deb2e947fed4d31302dd' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ exports[`Downloads Page has no unexpected changes 1`] = `
<span>
13.30 GiB
, MD5: 
e2f5d891a3374e88d1c3136f94bed0ea
518ca01e6757a68bc0abe76f85af644d
</span>
<br />
<span>
Expand Down

0 comments on commit 5eea734

Please sign in to comment.