aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base/data_set.py
diff options
context:
space:
mode:
authorZachary Sloan2013-03-19 20:09:58 +0000
committerZachary Sloan2013-03-19 20:09:58 +0000
commit45cefba200ad7d0d39495aaf71de217bda3e41a3 (patch)
tree7bb3d398a76c2a4cc801b3cd6201b955c790e036 /wqflask/base/data_set.py
parentd896bfa5b19069ef4dab94e7f9d681c6b96816e8 (diff)
downloadgenenetwork2-45cefba200ad7d0d39495aaf71de217bda3e41a3.tar.gz
Searches work for the full access human datasets with mRNA assay
searches, and the trait page can be loaded Need to get marker regression page working with human data now
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-xwqflask/base/data_set.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 10f047f8..71efc9b2 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -185,9 +185,8 @@ class DataSet(object):
self.group = DatasetGroup(self) # sets self.group and self.group_id and gets genotype
self.species = species.TheSpecies(self)
-
-
-
+
+
def get_desc(self):
"""Gets overridden later, at least for Temp...used by trait's get_given_name"""
return None