diff options
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, +} } |