diff options
author | Zachary Sloan | 2013-11-26 00:09:26 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-11-26 00:09:26 +0000 |
commit | 8f91205970bfbce7bbe049889a31dfa98c9ef168 (patch) | |
tree | 2ad463f086a614cbd6adccc0eb4ad2cb6626d58e /wqflask/base/data_set.py | |
parent | e069e5dd7a8f007a4bdf248f733f4003baf65ca2 (diff) | |
download | genenetwork2-8f91205970bfbce7bbe049889a31dfa98c9ef168.tar.gz |
Made some progress towards getting the traits inside a collection to display on hover
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-x | wqflask/base/data_set.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 8296adea..fbe78d5d 100755 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -629,7 +629,7 @@ class PhenotypeDataSet(DataSet): description = this_trait.pre_publication_description - this_trait.description_display = description + this_trait.description_display = description.strip() if not this_trait.year.isdigit(): this_trait.pubmed_text = "N/A" |