From 24732c07fb63091ec944e87df8645731d7c90bb4 Mon Sep 17 00:00:00 2001 From: BonfaceKilz Date: Tue, 25 May 2021 14:09:47 +0300 Subject: db: phenotypes: Fix publication_mapping --- gn3/db/phenotypes.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'gn3') 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", } -- cgit v1.2.3