diff options
author | zsloan | 2020-04-06 17:41:19 -0500 |
---|---|---|
committer | zsloan | 2020-04-06 17:41:19 -0500 |
commit | 9e6b8a2b2adfb4b41867ecd6932ce899872eea9e (patch) | |
tree | 3bfbcbd862fa8c935ded7bab0399e4beec795f4e /wqflask/base/data_set.py | |
parent | 984030cbff9c8f49a664df7c693f852f6d09b2e5 (diff) | |
download | genenetwork2-9e6b8a2b2adfb4b41867ecd6932ce899872eea9e.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', |