Skip to content

Commit

Permalink
Add network argument to function call
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 11, 2024
1 parent 52dde86 commit 948f468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PopPUNK/lineages.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ def query_db(args):
accessory,
args.gpu_dist,
args.gpu_graph,
save_partial_query_graph = False)
save_partial_query_graph = False,
use_full_network = True)
overall_lineage[strain] = createOverallLineage(rank_list, lineageClustering)

# Print combined strain and lineage clustering
Expand Down

0 comments on commit 948f468

Please sign in to comment.