diff options
author | Zachary Sloan | 2013-03-19 20:09:58 +0000 |
---|---|---|
committer | Zachary Sloan | 2013-03-19 20:09:58 +0000 |
commit | 45cefba200ad7d0d39495aaf71de217bda3e41a3 (patch) | |
tree | 7bb3d398a76c2a4cc801b3cd6201b955c790e036 /wqflask/base | |
parent | d896bfa5b19069ef4dab94e7f9d681c6b96816e8 (diff) | |
download | genenetwork2-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')
-rwxr-xr-x | wqflask/base/data_set.py | 5 |
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 |