Skip to content

Commit

Permalink
add precluster_distance to standard args
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Oct 25, 2024
1 parent 2b39294 commit 9485cd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions binchicken/binchicken.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def set_standard_args(args):
args.abundance_weighted_samples_list = None
args.abundance_weighted_samples = []
args.kmer_precluster = PRECLUSTER_NEVER_MODE
args.precluster_distances = None
args.precluster_size = 100
args.prodigal_meta = False

Expand Down

0 comments on commit 9485cd9

Please sign in to comment.