about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/interval_analyst/GeneUtil.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/interval_analyst/GeneUtil.py b/wqflask/wqflask/interval_analyst/GeneUtil.py
index 780a4db1..1da93b42 100644
--- a/wqflask/wqflask/interval_analyst/GeneUtil.py
+++ b/wqflask/wqflask/interval_analyst/GeneUtil.py
@@ -70,7 +70,7 @@ def loadGenes(chrName, diffCol, startMb, endMb, species='mouse'):
                     cursor.execute(
                         f"SELECT {', '.join(fetchFields)} FROM GeneList WHERE "
                         "SpeciesId = %s AND "
-                        "geneSymbol= '%s' LIMIT 1",
+                        "geneSymbol= %s LIMIT 1",
                         (othSpecId,
                          newdict["GeneSymbol"]))
                     resultsOther = cursor.fetchone()