Skip to content

Commit

Permalink
Fix positional argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 11, 2024
1 parent a97e75b commit df4dfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/lineages.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def query_db(args):
args.gpu_dist,
args.gpu_graph,
save_partial_query_graph = False,
True) # Use full network - does not make sense to use references for lineages
use_full_network = True) # Use full network - does not make sense to use references for lineages

# Process clustering
query_strains = {}
Expand Down

0 comments on commit df4dfec

Please sign in to comment.