Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(browser): update v4.1 genomes chr2 md5 on downloads #1514

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading