Skip to content

Commit

Permalink
Move parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 11, 2024
1 parent eb2249d commit a97e75b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PopPUNK/lineages.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,8 +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
)
True) # Use full network - does not make sense to use references for lineages

# Process clustering
query_strains = {}
Expand Down

0 comments on commit a97e75b

Please sign in to comment.