Skip to content

Commit

Permalink
Merge pull request #290 from samhorsfield96/poppunk_assign_fix
Browse files Browse the repository at this point in the history
Fix ref network name is assign
  • Loading branch information
johnlees authored Nov 27, 2023
2 parents 6ff3bbb + a36d784 commit 9bd1043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PopPUNK/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

'''PopPUNK (POPulation Partitioning Using Nucleotide Kmers)'''

__version__ = '2.6.1'
__version__ = '2.6.2'

# Minimum sketchlib version
SKETCHLIB_MAJOR = 2
Expand Down
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 9bd1043

Please sign in to comment.