aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn3/db/phenotypes.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/gn3/db/phenotypes.py b/gn3/db/phenotypes.py
index ddcd11e..ee523ad 100644
--- a/gn3/db/phenotypes.py
+++ b/gn3/db/phenotypes.py
@@ -97,15 +97,15 @@ class Publication:
publication_mapping = {
"id_": "id",
- "PubMed_ID": "pubmed_id",
- "Abstract": "abstract",
- "Authors": "authors",
- "Title": "title",
- "Journal": "journal",
- "Volume": "volume",
- "Pages": "pages",
- "Month": "month",
- "Year": "year",
+ "pubmed_id": "PubMed_ID",
+ "abstract": "Abstract",
+ "authors": "Authors",
+ "title": "Title",
+ "journal": "Journal",
+ "volume": "Volume",
+ "pages": "Pages",
+ "month": "Month",
+ "year": "Year",
}