aboutsummaryrefslogtreecommitdiff
path: root/gn3
diff options
context:
space:
mode:
authorBonfaceKilz2021-05-20 18:51:48 +0300
committerBonfaceKilz2021-05-20 23:25:59 +0300
commit0134a72d4a076b5aca43ce2838a9cd28fe2b65b4 (patch)
treebbfb996d0f5f9e70d6ab6f08667156ad268d08ac /gn3
parent413244dffca4220f2e91422ae813dc95da9118a6 (diff)
downloadgenenetwork3-0134a72d4a076b5aca43ce2838a9cd28fe2b65b4.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,
+}
}