diff options
author | zsloan | 2015-10-12 20:57:45 +0000 |
---|---|---|
committer | zsloan | 2015-10-12 20:57:45 +0000 |
commit | 0310301b30c59eca45235cd1bd1ff8e15923950a (patch) | |
tree | d143662ecceac5e05bd06afee4c87b2beb88859b /wqflask/base/data_set.py | |
parent | e9727c576312c22e3fdc0a7ba153c414ad8e98da (diff) | |
download | genenetwork2-0310301b30c59eca45235cd1bd1ff8e15923950a.tar.gz |
Changed the location filter for correlation page
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 427fd991..d6a46c2e 100755 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -1257,7 +1257,7 @@ class MrnaAssayDataSet(DataSet): Strain.Name """ % (escape(trait), escape(self.name)) results = g.db.execute(query).fetchall() - print("RETRIEVED RESULTS HERE:", results) + #print("RETRIEVED RESULTS HERE:", results) return results |