Skip to content

Commit

Permalink
Fix output name processing
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 8, 2024
1 parent e56a3e6 commit 2d311bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def main():
plot_scatter(distMat,
output,
output + " distances")
genome_lengths, ambiguous_bases = get_database_statistics(args.output)
genome_lengths, ambiguous_bases = get_database_statistics(output)
plot_database_evaluations(args.output, genome_lengths, ambiguous_bases)

#******************************#
Expand Down

0 comments on commit 2d311bf

Please sign in to comment.