Skip to content

Commit

Permalink
[Bug] no matrixplot image or GEXF when full network == visualized net…
Browse files Browse the repository at this point in the history
…work
  • Loading branch information
ThierryMondeel committed Dec 7, 2017
1 parent dde4974 commit ef8cebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi-bin/generate_json_interactome.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def main(arguments,output_filename):
######################################################
# FILTER NODES TO MANAGEABLE VISUALIZATION

if (filter_flag) and (len(nodes) > max_nodes):
if (filter_flag):
start_filter = timeit.default_timer()
len_interactome = len(interactome)

Expand Down

0 comments on commit ef8cebc

Please sign in to comment.