aboutsummaryrefslogtreecommitdiff
path: root/wqflask/base
diff options
context:
space:
mode:
authorzsloan2020-05-07 19:38:27 -0500
committerzsloan2020-05-07 19:38:27 -0500
commitecb0a828de3ba744da82a45e1dc7a55906fd5fb1 (patch)
treec384b40aa8c1fab0e5ad5706a81e3f661dd33323 /wqflask/base
parent67ecc774ac70c5ba528f0ac1536d8d35f7301dac (diff)
downloadgenenetwork2-ecb0a828de3ba744da82a45e1dc7a55906fd5fb1.tar.gz
Fixed blatseq issue and geno correlation issueblatseq_fix
Diffstat (limited to 'wqflask/base')
-rw-r--r--wqflask/base/data_set.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index 5f08c34c..1457ba8d 100644
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -165,12 +165,11 @@ Publish or ProbeSet. E.g.
geno_query = """
SELECT
- GenoFreezeId
+ GenoFreeze.Id
FROM
GenoFreeze
WHERE
GenoFreeze.Name = "{0}"
- {1}
""".format(name)
results = g.db.execute(geno_query).fetchall()