Skip to content

Commit

Permalink
Add AWS and GCP v4 local ancestry links
Browse files Browse the repository at this point in the history
Azure is deliberately omitted for the moment until the sync process is working again. Similarly, we'll shortly be adding a blog post link to this section once that post is up.
  • Loading branch information
phildarnowsky-broad committed Oct 11, 2024
1 parent f118a9f commit 6625333
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 0 deletions.
14 changes: 14 additions & 0 deletions browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,20 @@ const GnomadV4Downloads = () => {
</FileList>
</DownloadsSection>

<DownloadsSection>
<SectionTitle id="v4-local-ancestry">Local ancestry</SectionTitle>
<FileList>
{/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */}
<ListItem>
<DownloadLinks
label="Sites VCF"
path="/release/4.1/local_ancestry/genomes/gnomad.genomes.v4.1.local_ancestry.afr.vcf.bgz"
includeAzure={false}
/>
</ListItem>
</FileList>
</DownloadsSection>

<DownloadsSection>
<SectionTitle id="v4-constraint">Constraint</SectionTitle>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7729,6 +7729,70 @@ exports[`Downloads Page has no unexpected changes 1`] = `
</li>
</ul>
</section>
<section
className="c15"
>
<span
className="c6"
>
<h2
className="c16"
>
<a
aria-hidden="true"
className="c8 c9"
href="#v4-local-ancestry"
id="v4-local-ancestry"
>
<img
alt=""
aria-hidden="true"
height={12}
src="test-file-stub"
width={12}
/>
</a>
Local ancestry
</h2>
</span>
<ul
className="c19"
>
<li
className="c20"
>
<span>
Sites VCF
</span>
<br />
<span>
Download from

<a
aria-label="Download Sites VCF from Google"
className="c10"
href="https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1/local_ancestry/genomes/gnomad.genomes.v4.1.local_ancestry.afr.vcf.bgz"
onClick={[Function]}
rel="noopener noreferrer"
target="_blank"
>
Google
</a>
/
<a
aria-label="Download Sites VCF from Amazon"
className="c10"
href="https://gnomad-public-us-east-1.s3.amazonaws.com/release/4.1/local_ancestry/genomes/gnomad.genomes.v4.1.local_ancestry.afr.vcf.bgz"
onClick={[Function]}
rel="noopener noreferrer"
target="_blank"
>
Amazon
</a>
</span>
</li>
</ul>
</section>
<section
className="c15"
>
Expand Down

0 comments on commit 6625333

Please sign in to comment.