From fcf2004da032140a8b1efa7d81a7073ddd362a43 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Wed, 3 Jan 2024 10:25:34 -0500 Subject: [PATCH] small change --- README.md | 2 +- docs/source/managing_data/index.rst | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ab4da8af..f6202147 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Gene Normalizer ## Overview -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. --- diff --git a/docs/source/managing_data/index.rst b/docs/source/managing_data/index.rst index a340b645..feaf7055 100644 --- a/docs/source/managing_data/index.rst +++ b/docs/source/managing_data/index.rst @@ -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 DynamoDB storage backend PostgreSQL storage backend -