From b67e495f7820e0c9c32f2a14361709cfbb3ca2ea Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 26 Mar 2020 19:28:00 +0800 Subject: html_network.py: don't show intermediate result --- Code/html_network.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/html_network.py b/Code/html_network.py index e4f1dd3..22912d0 100644 --- a/Code/html_network.py +++ b/Code/html_network.py @@ -691,7 +691,6 @@ curr_time = datetime.now().strftime('%Y-%m-%d %H:%M:%S') s = '

All genes considered

' s += '

Last updated at %s. A total of %d edges.

' % (curr_time, total_num_edges) for n in sorted(G.nodes()): # for each node in the network, find its neighbours. - print('[html_network.py] Check %s' % (n)) t = n.split()[0] + '.html' filepath = os.path.join(DIR_NAME, t) -- cgit v1.2.1