Skip to content

Commit

Permalink
Update assign.py
Browse files Browse the repository at this point in the history
Corrects name of reference network file.
  • Loading branch information
samhorsfield96 authored Nov 27, 2023
1 parent 6ff3bbb commit 1d28c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/assign.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ def assign_query_hdf5(dbFuncs,
postpruning_combined_seq, newDistMat = \
prune_distance_matrix(combined_seq, names_to_remove, complete_distMat,
output + "/" + os.path.basename(output) + dists_suffix)
graph_suffix = file_extension_string + '_refs_graph'
graph_suffix = file_extension_string + '.refs_graph'
save_network(genomeNetwork,
prefix = output,
suffix = graph_suffix,
Expand Down

0 comments on commit 1d28c1b

Please sign in to comment.