aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-20 18:51:48 +0300
committerzsloan2021-06-18 22:08:04 +0000
commitc237b50a13299dc5b4e8bfa3d719f2668f699b6c (patch)
treece84175ca7a38b756568ef1e4f5872d84fde84b5 /gn3
parentc0b617858f36de8e1c15172b36f2a17742c1658c (diff)
downloadgenenetwork3-c237b50a13299dc5b4e8bfa3d719f2668f699b6c.tar.gz
db: phenotypes: Add Publication table mapping
Diffstat (limited to 'gn3')
-rw-r--r--gn3/db/phenotypes.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gn3/db/phenotypes.py b/gn3/db/phenotypes.py
index 9e40692..514037d 100644
--- a/gn3/db/phenotypes.py
+++ b/gn3/db/phenotypes.py
@@ -112,6 +112,8 @@ publication_mapping = {
TABLEMAP = {
"Phenotype": phenotype_mapping,
"PublishXRef": publish_x_ref_mapping,
+ "Publication": publication_mapping,
+}
}