From c237b50a13299dc5b4e8bfa3d719f2668f699b6c Mon Sep 17 00:00:00 2001
From: BonfaceKilz
Date: Thu, 20 May 2021 18:51:48 +0300
Subject: db: phenotypes: Add Publication table mapping

---
 gn3/db/phenotypes.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gn3/db')

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,
+}
 }
 
 
-- 
cgit v1.2.3