diff options
author | zsloan | 2020-04-06 17:41:19 -0500 |
---|---|---|
committer | GN2 | 2020-04-06 17:41:58 -0500 |
commit | dce4f524ae9640553eb8aa319ed593de9d603231 (patch) | |
tree | 3bfbcbd862fa8c935ded7bab0399e4beec795f4e /wqflask/base/data_set.py | |
parent | 05c172a8330f28c9c81300448d9f2630a6d7ff0f (diff) | |
download | genenetwork2-dce4f524ae9640553eb8aa319ed593de9d603231.tar.gz |
Added Mean column for phenotype traits in search and global search result tables
Diffstat (limited to 'wqflask/base/data_set.py')
-rw-r--r-- | wqflask/base/data_set.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 5b32c5ae..ebf3f021 100644 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -710,6 +710,7 @@ class PhenotypeDataSet(DataSet): 'Phenotype.Pre_publication_description', 'Phenotype.Pre_publication_abbreviation', 'Phenotype.Post_publication_abbreviation', + 'PublishXRef.mean', 'Phenotype.Lab_code', 'Publication.PubMed_ID', 'Publication.Abstract', @@ -725,6 +726,7 @@ class PhenotypeDataSet(DataSet): 'original_description', 'pre_publication_abbreviation', 'post_publication_abbreviation', + 'mean', 'lab_code', 'submitter', 'owner', 'authorized_users', |