diff options
author | Lei Yan | 2014-07-18 17:31:27 +0000 |
---|---|---|
committer | Lei Yan | 2014-07-18 17:31:27 +0000 |
commit | ee0769c22472ea9dc1addd3886afd62d54ff2c00 (patch) | |
tree | 1f9477bd801e7555f0554466d78b13a8e3f77047 /wqflask/base | |
parent | e810ca62b8e39d85974c7fbc4b6bd64638c793a3 (diff) | |
download | genenetwork2-ee0769c22472ea9dc1addd3886afd62d54ff2c00.tar.gz |
Correlation table for phenotypes is working
Diffstat (limited to 'wqflask/base')
-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 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 |