aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Chen2019-05-20 06:03:27 -0500
committerHao Chen2019-05-20 06:03:27 -0500
commit34a6fff465e1db989005866843318a805191e9d4 (patch)
treed52ca816142226fb8beeeb132bc9e96bd50d5b1e
parentf59382c42757eef3744ca8f3c7a8085e527873f6 (diff)
downloadgenecup-34a6fff465e1db989005866843318a805191e9d4.tar.gz
legend updated
-rwxr-xr-xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index 7bdd3f2..a54dab2 100755
--- a/server.py
+++ b/server.py
@@ -102,7 +102,7 @@ def search():
@app.route('/cytoscape')
def cytoscape():
- message2="<h4> Gene vs Keywords</h4>This graph is interactive: <li>Click on a line to see the sentences <i>in a new window</i><li> Click on a gene to search its relations with top 200 addiction genes<li>Click on a keyword to see the terms included in the search <i> in a new window</i><p>"
+ message2="<b> This <i>Genes vs Keywords</i> graph is interactive: </b><li>Click on a line to see the indicated number of sentences <li> Click on a gene to search its relations with top 200 addiction genes<li>Click on a keyword to see the terms included in the search<li>Hover your pointer over a node will hide other links <li>Nodes can be moved around for better visibility, reload the page will restore the original layout<p>"
with open(session['path']+"_cy","r") as f:
elements=f.read()
with open(session['path']+"_0link","r") as z: