diff options
author | BonfaceKilz | 2021-05-20 18:51:48 +0300 |
---|---|---|
committer | zsloan | 2021-06-18 22:08:04 +0000 |
commit | c237b50a13299dc5b4e8bfa3d719f2668f699b6c (patch) | |
tree | ce84175ca7a38b756568ef1e4f5872d84fde84b5 /gn3 | |
parent | c0b617858f36de8e1c15172b36f2a17742c1658c (diff) | |
download | genenetwork3-c237b50a13299dc5b4e8bfa3d719f2668f699b6c.tar.gz |
db: phenotypes: Add Publication table mapping
Diffstat (limited to 'gn3')
-rw-r--r-- | gn3/db/phenotypes.py | 2 |
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, +} } |