Skip to content

Commit

Permalink
Remove debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Nov 6, 2024
1 parent 808f0be commit 8f28b0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PopPUNK/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ def outputsForCytoscape(G, G_mst, isolate_names, clustering, outPrefix, epiCsv,
else:
suffix = suffix + '_cytoscape'
if use_partial_query_graph is None:
sys.stderr.write('In here\n')
save_network(G, prefix = outPrefix, suffix = suffix, use_graphml = True)

# Save each component too (useful for very large graphs)
Expand Down

0 comments on commit 8f28b0f

Please sign in to comment.