aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorLei Yan2014-07-18 17:31:27 +0000
committerLei Yan2014-07-18 17:31:27 +0000
commitee0769c22472ea9dc1addd3886afd62d54ff2c00 (patch)
tree1f9477bd801e7555f0554466d78b13a8e3f77047 /wqflask/base
parente810ca62b8e39d85974c7fbc4b6bd64638c793a3 (diff)
downloadgenenetwork2-ee0769c22472ea9dc1addd3886afd62d54ff2c00.tar.gz
Correlation table for phenotypes is working
Diffstat (limited to 'wqflask/base')
-rwxr-xr-xwqflask/base/data_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 2a79dc9c..a9a8beb2 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -564,7 +564,7 @@ class DataSet(object):
if self.type == "Publish":
query += """
- WHERE {}XRef.PublicationId = {}Freeze.Id
+ WHERE {}XRef.InbredSetId = {}Freeze.InbredSetId
and {}Freeze.Name = '{}'
and {}.Id = {}XRef.{}Id
order by {}.Id