diff options
author | Zachary Sloan | 2015-01-30 17:21:19 +0000 |
---|---|---|
committer | Zachary Sloan | 2015-01-30 17:21:19 +0000 |
commit | e48ec8826ec48bd4ba53f681796a235737ab0d29 (patch) | |
tree | 4345363ab32d69a899bf4ee21e726075bc749d3a /wqflask/base | |
parent | c05b56d96d0a86a0c88daea6ec5c68c5856741cd (diff) | |
download | genenetwork2-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-x | wqflask/base/data_set.py | 4 |
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' |