Skip to content

Commit

Permalink
chore(browser): add Azure download link to browser tables
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Sep 3, 2024
1 parent e313c00 commit 1ac8a9c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
1 change: 0 additions & 1 deletion browser/src/DownloadsPage/GnomadV2Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ const GnomadV2Downloads = () => {
<GetUrlButtons
label="Browser GRCh37 gene models Hail Table"
path="/resources/grch37/genes/gnomad.genes.GRCh37.GENCODEv19.ht"
includeAzure={false}
/>
</ListItem>
</FileList>
Expand Down
2 changes: 0 additions & 2 deletions browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ const GnomadV4Downloads = () => {
<GetUrlButtons
label="Browser variants Hail Table"
path="/release/4.1/ht/browser/gnomad.browser.v4.1.sites.ht"
includeAzure={false}
/>
</ListItem>
</FileList>
Expand All @@ -295,7 +294,6 @@ const GnomadV4Downloads = () => {
<GetUrlButtons
label="Browser GRCh38 gene models Hail Table"
path="/resources/grch38/genes/gnomad.genes.GRCh38.GENCODEv39.ht"
includeAzure={false}
/>
</ListItem>
</FileList>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7389,6 +7389,15 @@ exports[`Downloads Page has no unexpected changes 1`] = `
>
Amazon
</button>
/
<button
aria-label="Show Microsoft URL for Browser variants Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Microsoft
</button>
</li>
</ul>
<h3>
Expand Down Expand Up @@ -7423,6 +7432,15 @@ exports[`Downloads Page has no unexpected changes 1`] = `
>
Amazon
</button>
/
<button
aria-label="Show Microsoft URL for Browser GRCh38 gene models Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Microsoft
</button>
</li>
</ul>
</section>
Expand Down Expand Up @@ -24621,6 +24639,15 @@ exports[`Downloads Page has no unexpected changes 1`] = `
>
Amazon
</button>
/
<button
aria-label="Show Microsoft URL for Browser GRCh37 gene models Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Microsoft
</button>
</li>
</ul>
</section>
Expand Down

0 comments on commit 1ac8a9c

Please sign in to comment.