Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jan 3, 2024
1 parent deec92d commit fcf2004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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
3 changes: 1 addition & 2 deletions docs/source/managing_data/index.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Managing data
=============

The current iteration of the Gene Normalizer stores millions of symbols, names, cross-references, and other associations. This section describes how to load and refresh data, and details usage of specific backend storage implementations.
The current iteration of the Gene Normalizer stores millions of symbols, names, cross-references, and other information. This section describes how to load and refresh data, and details usage of specific backend storage implementations.

.. toctree::

Loading and updating data<loading_and_updating_data>
DynamoDB storage backend<dynamodb>
PostgreSQL storage backend<postgresql>

0 comments on commit fcf2004

Please sign in to comment.