about summary refs log tree commit diff
path: root/wqflask/base
diff options
context:
space:
mode:
authorZachary Sloan2015-01-30 17:21:19 +0000
committerZachary Sloan2015-01-30 17:21:19 +0000
commite48ec8826ec48bd4ba53f681796a235737ab0d29 (patch)
tree4345363ab32d69a899bf4ee21e726075bc749d3a /wqflask/base
parentc05b56d96d0a86a0c88daea6ec5c68c5856741cd (diff)
downloadgenenetwork2-e48ec8826ec48bd4ba53f681796a235737ab0d29.tar.gz
Fixed several bugs
Added legend to bar chart color by trait function
Added scatterplot matrix figure
Fixed database timeout problem
Diffstat (limited to 'wqflask/base')
-rwxr-xr-xwqflask/base/data_set.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 15a8c7cc..8965e1d1 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -640,7 +640,7 @@ class PhenotypeDataSet(DataSet):
                             'Year',
                             'Max LRS',
                             'Max LRS Location',
-                            'Add. Effect']
+                            'Add. Effect<a href="http://genenetwork.org//glossary.html#A" target="_blank"><sup style="color:#f00">  ?</sup></a>']
 
         self.type = 'Publish'
 
@@ -901,7 +901,7 @@ class MrnaAssayDataSet(DataSet):
                              'Mean Expr',
                              'Max LRS',
                              'Max LRS Location',
-                             'Add. Effect']
+                             'Add. Effect<a href="http://genenetwork.org//glossary.html#A" target="_blank"><sup style="color:#f00">  ?</sup></a>']
 
         # Todo: Obsolete or rename this field
         self.type = 'ProbeSet'