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

Change "download" to "show/copy" for v4.1 joint hts #1521

Merged
merged 1 commit into from
Apr 25, 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 @@ -159,7 +159,7 @@ const GnomadV4Downloads = () => {
<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
<GetUrlButtons
label="Joint sites Hail Table"
path="/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
/>
Expand Down
61 changes: 28 additions & 33 deletions browser/src/DownloadsPage/__snapshots__/DownloadsPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4750,39 +4750,34 @@ exports[`Downloads Page has no unexpected changes 1`] = `
Joint sites Hail Table
</span>
<br />
<span>
Download from

<a
aria-label="Download Joint sites Hail Table from Google"
className="c10"
href="https://storage.googleapis.com/gcp-public-data--gnomad/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
rel="noopener noreferrer"
target="_blank"
>
Google
</a>
/
<a
aria-label="Download Joint sites Hail Table from Amazon"
className="c10"
href="https://gnomad-public-us-east-1.s3.amazonaws.com/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
rel="noopener noreferrer"
target="_blank"
>
Amazon
</a>
/
<a
aria-label="Download Joint sites Hail Table from Microsoft"
className="c10"
href="https://datasetgnomad.blob.core.windows.net/dataset/release/4.1/ht/joint/gnomad.joint.v4.1.sites.ht"
rel="noopener noreferrer"
target="_blank"
>
Microsoft
</a>
</span>
Show URL for

<button
aria-label="Show Google URL for Joint sites Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Google
</button>
/
<button
aria-label="Show Amazon URL for Joint sites Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Amazon
</button>
/
<button
aria-label="Show Microsoft URL for Joint sites Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Microsoft
</button>
</li>
</ul>
</section>
Expand Down
Loading