Skip to content

Commit 59c619f

Browse files
committed
feat(frontend): add gnomAD toolbox link to data page
1 parent 3e56a20 commit 59c619f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

browser/src/DataPage/DataPage.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,13 @@ const DataPage = () => {
9595
<ExternalLink href="https://azure.microsoft.com/en-us/services/open-datasets/">
9696
Azure Open Datasets
9797
</ExternalLink>
98-
. We recommend using <ExternalLink href="https://hail.is/">Hail</ExternalLink> and our{' '}
98+
. We recommend using <ExternalLink href="https://hail.is/">Hail</ExternalLink>, our{' '}
9999
<ExternalLink href="https://github.com/broadinstitute/gnomad_methods">
100100
Hail utilities for gnomAD
101+
</ExternalLink>
102+
, and the{' '}
103+
<ExternalLink href="https://github.com/broadinstitute/gnomad-toolbox">
104+
gnomAD toolbox
101105
</ExternalLink>{' '}
102106
to work with this data.
103107
</StyledParagraph>

browser/src/DataPage/__snapshots__/DataPage.spec.tsx.snap

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ exports[`Data Page has no unexpected changes 1`] = `
549549
>
550550
Hail
551551
</a>
552-
and our
552+
, our
553553

554554
<a
555555
className="c7"
@@ -559,6 +559,16 @@ exports[`Data Page has no unexpected changes 1`] = `
559559
>
560560
Hail utilities for gnomAD
561561
</a>
562+
, and the
563+
564+
<a
565+
className="c7"
566+
href="https://github.com/broadinstitute/gnomad-toolbox"
567+
rel="noopener noreferrer"
568+
target="_blank"
569+
>
570+
gnomAD toolbox
571+
</a>
562572

563573
to work with this data.
564574
</p>

0 commit comments

Comments
 (0)