Skip to content

Commit

Permalink
Remove obsolete node labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Nov 15, 2024
1 parent 575b87b commit 4eb6c83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PopPUNK/visualise.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,11 +708,10 @@ def generate_visualisations(query_db,
sys.exit(1)
# If network has been pruned then only use the appropriate subset of names - otherwise use all names
# for full network
node_labels = viz_subset if use_partial_query_graph is not None else combined_seq
sys.stderr.write('Preparing outputs for cytoscape\n')
outputsForCytoscape(genomeNetwork,
mst_graph,
node_labels,
combined_seq,
isolateClustering,
output,
info_csv,
Expand Down

0 comments on commit 4eb6c83

Please sign in to comment.