Skip to content

Commit

Permalink
feat!: collapse associated_with into xrefs (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Jan 3, 2024
1 parent dc52928 commit c07ffd2
Show file tree
Hide file tree
Showing 28 changed files with 715 additions and 827 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gene Normalizer

## Overview
<!-- description -->
The Gene Normalizer provides tools for resolving ambiguous human gene references to consistently-structured, normalized terms. For gene concepts extracted from [NCBI Gene](https://www.ncbi.nlm.nih.gov/gene/), [Ensembl](https://useast.ensembl.org/index.html), and [HGNC](https://www.genenames.org/), it designates a [CURIE](https://en.wikipedia.org/wiki/CURIE), and provides additional metadata like current and previously-used symbols, aliases, database cross-references and associations, and coordinates.
The Gene Normalizer provides tools for resolving ambiguous human gene references to consistently-structured, normalized terms. For gene concepts extracted from [NCBI Gene](https://www.ncbi.nlm.nih.gov/gene/), [Ensembl](https://useast.ensembl.org/index.html), and [HGNC](https://www.genenames.org/), it designates a [CURIE](https://en.wikipedia.org/wiki/CURIE), and provides additional metadata like current and previously-used symbols, aliases, database cross-references, and coordinates.
<!-- /description -->
---

Expand Down
2 changes: 1 addition & 1 deletion docs/scripts/generate_normalize_figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def gen_norm_figure() -> None:
)
fig.export_html(
(
APP_ROOT.parents[0]
APP_ROOT.parents[2]
/ "docs"
/ "source"
/ "_static"
Expand Down
Loading

0 comments on commit c07ffd2

Please sign in to comment.