Skip to content

Commit

Permalink
Remove v4 constraint section on Downloads page
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Nov 1, 2023
1 parent fc46cd7 commit ec6aaec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 107 deletions.
27 changes: 0 additions & 27 deletions browser/src/DownloadsPage/GnomadV4Downloads.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,33 +213,6 @@ const GnomadV4Downloads = () => {
</FileList>
</DownloadsSection>

<DownloadsSection>
<SectionTitle id="v4-constraint">Constraint</SectionTitle>
<p>
For information on constraint, see our <Link to="/help/constraint">help text</Link>
</p>
<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>
<GetUrlButtons
label="Constraint metrics Hail Table"
path="/release/4.0/constraint/metrics/gnomad.v4.0.constraint_metrics.ht"
includeAWS={false}
includeAzure={false}
/>
</ListItem>
{/* @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>
<GenericDownloadLinks
label="Constraint metrics TSV"
path="/release/4.0/constraint/metrics/gnomad.v4.0.constraint_metrics.tsv.bgz"
includeAWS={false}
includeAzure={false}
/>
</ListItem>
</FileList>
</DownloadsSection>

<DownloadsSection>
<SectionTitle id="v4-structural-variants">Structural variants</SectionTitle>
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2792,86 +2792,6 @@ exports[`Downloads Page has no unexpected changes 1`] = `
</li>
</ul>
</section>
<section
className="c15"
>
<span
className="c6"
>
<h2
className="c16"
>
<a
aria-hidden="true"
className="c8 c9"
href="#v4-constraint"
id="v4-constraint"
>
<img
alt=""
aria-hidden="true"
height={12}
src="test-file-stub"
width={12}
/>
</a>
Constraint
</h2>
</span>
<p>
For information on constraint, see our
<a
className="-Link c13"
href="/help/constraint"
onClick={[Function]}
>
help text
</a>
</p>
<ul
className="c19"
>
<li
className="c20"
>
<span>
Constraint metrics Hail Table
</span>
<br />
Show URL for

<button
aria-label="Show Google URL for Constraint metrics Hail Table"
className="c21"
onClick={[Function]}
type="button"
>
Google
</button>
</li>
<li
className="c20"
>
<span>
Constraint metrics TSV
</span>
<br />
<span>
Download from

<a
aria-label="Download Constraint metrics TSV from Google"
className="c10"
href="https://storage.googleapis.com/gcp-public-data--gnomad/release/4.0/constraint/metrics/gnomad.v4.0.constraint_metrics.tsv.bgz"
rel="noopener noreferrer"
target="_blank"
>
Google
</a>
</span>
</li>
</ul>
</section>
<section
className="c15"
>
Expand Down

0 comments on commit ec6aaec

Please sign in to comment.