File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,13 @@ const DataPage = () => {
95
95
< ExternalLink href = "https://azure.microsoft.com/en-us/services/open-datasets/" >
96
96
Azure Open Datasets
97
97
</ 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{ ' ' }
99
99
< ExternalLink href = "https://github.com/broadinstitute/gnomad_methods" >
100
100
Hail utilities for gnomAD
101
+ </ ExternalLink >
102
+ , and the{ ' ' }
103
+ < ExternalLink href = "https://github.com/broadinstitute/gnomad-toolbox" >
104
+ gnomAD toolbox
101
105
</ ExternalLink > { ' ' }
102
106
to work with this data.
103
107
</ StyledParagraph >
Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ exports[`Data Page has no unexpected changes 1`] = `
549
549
>
550
550
Hail
551
551
</a>
552
- and our
552
+ , our
553
553
554
554
<a
555
555
className="c7"
@@ -559,6 +559,16 @@ exports[`Data Page has no unexpected changes 1`] = `
559
559
>
560
560
Hail utilities for gnomAD
561
561
</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>
562
572
563
573
to work with this data.
564
574
</p>
You can’t perform that action at this time.
0 commit comments