diff --git a/browser/src/DownloadsPage/GnomadV2Downloads.tsx b/browser/src/DownloadsPage/GnomadV2Downloads.tsx index d184d4405..163168cd7 100644 --- a/browser/src/DownloadsPage/GnomadV2Downloads.tsx +++ b/browser/src/DownloadsPage/GnomadV2Downloads.tsx @@ -15,6 +15,8 @@ import { StyledParagraph, } from './downloadsPageStyles' +import Link from '../Link' + const exomeChromosomeVcfs = [ { chrom: '1', size: '5.77 GiB', md5: '9817acdf1d9600efb3355e4cb4b7ee1f' }, { chrom: '2', size: '4.2 GiB', md5: 'c2822d7a914d06ede28d1078970336ac' }, @@ -284,6 +286,29 @@ const GnomadV2Downloads = () => { + + Browser Tables + +

+ In addition to our variants tables, we release two data tables underlying the gnomAD + browser. These tables enable our users to more easily incorporate gnomAD data into + external pipelines and analyses in a manner consistent with what they see in the browser. + For more information, see our + help text +

+ +

Browser gene models

+ + {/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */} + + + + +
+ Coverage diff --git a/browser/src/DownloadsPage/GnomadV4Downloads.tsx b/browser/src/DownloadsPage/GnomadV4Downloads.tsx index 877ccf691..7828a5229 100644 --- a/browser/src/DownloadsPage/GnomadV4Downloads.tsx +++ b/browser/src/DownloadsPage/GnomadV4Downloads.tsx @@ -265,6 +265,40 @@ const GnomadV4Downloads = () => { + + Browser Tables + +

+ In addition to our variants tables, we release two data tables underlying the gnomAD + browser. These tables enable our users to more easily incorporate gnomAD data into + external pipelines and analyses in a manner consistent with what they see in the browser. + For more information, see our + help text +

+ +

Browser variants

+ + {/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */} + + + + + +

Browser gene models

+ + {/* @ts-expect-error TS(2745) FIXME: This JSX tag's 'children' prop expects type 'never... Remove this comment to see the full error message */} + + + + +
+ Coverage diff --git a/browser/src/DownloadsPage/__snapshots__/DownloadsPage.spec.tsx.snap b/browser/src/DownloadsPage/__snapshots__/DownloadsPage.spec.tsx.snap index 642f4eb33..3589a6284 100644 --- a/browser/src/DownloadsPage/__snapshots__/DownloadsPage.spec.tsx.snap +++ b/browser/src/DownloadsPage/__snapshots__/DownloadsPage.spec.tsx.snap @@ -7310,6 +7310,129 @@ exports[`Downloads Page has no unexpected changes 1`] = ` +
+ +

+ + Browser Tables +

+
+

+ In addition to our variants tables, we release two data tables underlying the gnomAD browser. These tables enable our users to more easily incorporate gnomAD data into external pipelines and analyses in a manner consistent with what they see in the browser. For more information, see our + + help text + +

+

+ Browser variants +

+
    +
  • + + Browser variants Hail Table + +
    + Show URL for + + + / + + / + +
  • +
+

+ Browser gene models +

+
    +
  • + + Browser gene models Hail Table + +
    + Show URL for + + + / + + / + +
  • +
+
@@ -24426,6 +24549,86 @@ exports[`Downloads Page has no unexpected changes 1`] = `
+
+ +

+ + Browser Tables +

+
+

+ In addition to our variants tables, we release two data tables underlying the gnomAD browser. These tables enable our users to more easily incorporate gnomAD data into external pipelines and analyses in a manner consistent with what they see in the browser. For more information, see our + + help text + +

+

+ Browser gene models +

+
    +
  • + + Browser gene models Hail Table + +
    + Show URL for + + + / + + / + +
  • +
+