aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-02-14 21:31:07 +0000
committerzsloan2022-02-14 15:48:05 -0600
commit91691799956450cac4e763f96e2152aa1cd44f3b (patch)
treea36b5ab20550dd15637ba16962e7cb1840de9be2 /wqflask
parent2c22e593c59a9b4f9129a2e669443709d9c5154a (diff)
downloadgenenetwork2-91691799956450cac4e763f96e2152aa1cd44f3b.tar.gz
Fix CisTrans search bug
', Geno' was being added to the FROM clause, which is wrong becausee Geno is included in the query via a JOIN (and caused an error making those searches not work)
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/do_search.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/wqflask/wqflask/do_search.py b/wqflask/wqflask/do_search.py
index ee5a4d91..5c182260 100644
--- a/wqflask/wqflask/do_search.py
+++ b/wqflask/wqflask/do_search.py
@@ -609,9 +609,6 @@ class PhenotypeLrsSearch(LrsSearch, PhenotypeSearch):
class CisTransLrsSearch(DoSearch):
- def get_from_clause(self):
- return ", Geno"
-
def get_where_clause(self, cis_trans):
self.mb_buffer = 5 # default
chromosome = None