Skip to content

Commit

Permalink
Add full network variable to lineage assignment call
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 11, 2024
1 parent 5a14b8d commit eb2249d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion PopPUNK/lineages.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,9 @@ def query_db(args):
accessory,
args.gpu_dist,
args.gpu_graph,
save_partial_query_graph = False)
save_partial_query_graph = False,
True # Use full network - does not make sense to use references for lineages
)

# Process clustering
query_strains = {}
Expand Down

0 comments on commit eb2249d

Please sign in to comment.