Skip to content

Commit

Permalink
add variant co-occurence preprint to publication page
Browse files Browse the repository at this point in the history
  • Loading branch information
elissa-alarmani committed Nov 19, 2023
1 parent c5d15a9 commit 36b72b4
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
14 changes: 14 additions & 0 deletions browser/src/PublicationsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,20 @@ export default () => (
<p>
Remaining publications:{/* @ts-expect-error */}
<List>
{/* @ts-expect-error */}
<ListItem>
<Citation>
Guo, M. H.†, Francioli, L. C.†, Stenton, S. L., Goodrich, J. K., Watts, N. A.,
Singer-Berk, M., Groopman, E., Darnowsky, P. W., Solomonson, M., Baxter, S., gnomAD
Project Consortium, Tiao, G., Neale, B. M., Hirschhorn, J. N., Rehm, H., Daly, M. J.,
O’Donnell-Luria, A., Karczewski, K., MacArthur, D. G., Samocha, K. E. Inferring compound
heterozygosity from large-scale exome sequencing data.{' '}
<em>Cold Spring Harbor Laboratory</em>. {/* @ts-expect-error */}
<ExternalLink href="https://doi.org/10.1101/2023.03.19.533370">
https://doi.org/10.1101/2023.03.19.533370
</ExternalLink>
</Citation>
</ListItem>
{/* @ts-expect-error */}
<ListItem>
<Citation>
Expand Down
22 changes: 22 additions & 0 deletions browser/src/__snapshots__/PublicationsPage.spec.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,28 @@ exports[`Publications Page has no unexpected changes 1`] = `
<ul
className="c3"
>
<li
className="c4"
>
<cite
className="c5"
>
Guo, M. H.†, Francioli, L. C.†, Stenton, S. L., Goodrich, J. K., Watts, N. A., Singer-Berk, M., Groopman, E., Darnowsky, P. W., Solomonson, M., Baxter, S., gnomAD Project Consortium, Tiao, G., Neale, B. M., Hirschhorn, J. N., Rehm, H., Daly, M. J., O’Donnell-Luria, A., Karczewski, K., MacArthur, D. G., Samocha, K. E. Inferring compound heterozygosity from large-scale exome sequencing data.
<em>
Cold Spring Harbor Laboratory
</em>
.
<a
className="c6"
href="https://doi.org/10.1101/2023.03.19.533370"
rel="noopener noreferrer"
target="_blank"
>
https://doi.org/10.1101/2023.03.19.533370
</a>
</cite>
</li>
<li
className="c4"
>
Expand Down

0 comments on commit 36b72b4

Please sign in to comment.