From 449269fa5262d9c4d3eaa2cea457f78471a14234 Mon Sep 17 00:00:00 2001 From: Hui Lan Date: Thu, 12 Dec 2019 10:47:46 +0800 Subject: update_network_by_force.py: summarize the association strength in the edge file It would be interesting to see how edges' association strengths change over time, as time is an input variable for the function that computes the association strength. --- Code/draw_subnetwork.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Code/draw_subnetwork.py') diff --git a/Code/draw_subnetwork.py b/Code/draw_subnetwork.py index d05f2d4..d4a774a 100644 --- a/Code/draw_subnetwork.py +++ b/Code/draw_subnetwork.py @@ -262,7 +262,7 @@ draw_graph2(G0, '../Data/temp/graph-%s.pdf' % ('20160101'), '') graph_lst = [] graph_names = [] for fname in sorted(glob.glob('../Analysis/edges.txt.2019*')): - if fname == '../Analysis/edges.txt.20190801': + if fname == '../Analysis/edges.txt.20190801' or '.gz' in fname: continue print(fname) graph_names.append(fname) -- cgit v1.2.1