Skip to content

Commit

Permalink
Update argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher committed Oct 8, 2024
1 parent fce1a21 commit 5b4eb67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PopPUNK/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ def sparse_mat_to_network(sparse_mat, rlist, use_gpu = False):
return G


def prune_graph(prefix, reflist, passed, output_db_name, threads, use_gpu):
def prune_graph(prefix, reflist, samples_to_keep, output_db_name, threads, use_gpu):
"""Keep only the specified sequences in a graph
Args:
Expand Down

0 comments on commit 5b4eb67

Please sign in to comment.