summaryrefslogtreecommitdiff
path: root/Code/html_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/html_network.py')
-rw-r--r--Code/html_network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/html_network.py b/Code/html_network.py
index 56296ab..9c7fc27 100644
--- a/Code/html_network.py
+++ b/Code/html_network.py
@@ -593,7 +593,7 @@ def make_html_page(node, G, fname, agi2name_dict):
name = d2[k][1]
n = d2[k][2] # display name
RMSE = d2[k][3]
- #s1 += '<a href=\'%s\' title=\'%s\'>%s</a> <a href=\'%s\'>%s</a><br/>' % (info_page, RMSE, t.rjust(12, '_'), name, n)
+ #s1 += '<a href=\'/brain/edges/%s\' title=\'%s\'>%s</a> <a href=\'%s\'>%s</a><br/>' % (info_page, RMSE, t.rjust(12, '_'), name, n)
lst = n.split()
geneid = lst[0]
genename = '-'