aboutsummaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index d9e3551..0a97413 100755
--- a/server.py
+++ b/server.py
@@ -127,7 +127,7 @@ def sentences():
@app.route("/showTopGene")
def showTopGene():
topGene=request.args.get('topGene')
- topGeneSentFile="gene_addiction_sentences_cnt.tab"
+ topGeneSentFile="gene_addiction_sentences.tab"
with open(topGeneSentFile, "r") as sents:
catCnt={}
for sent in sents: