Skip to content

Commit

Permalink
Update smst module
Browse files Browse the repository at this point in the history
  • Loading branch information
Marysteph authored Jan 21, 2025
1 parent f3240c2 commit 1fc1bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kleborate/modules/klebsiella__smst/klebsiella__smst.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def add_cli_options(parser):
group.add_argument('--klebsiella__smst_required_exact_matches', type=int, default=2,
help='At least this many exact matches are required to call an ST')
group.add_argument('--klebsiella__smst_min_gene_count', type=int, default=2,
help='At least this many exact alleles required to report a novel allele)
help='At least this many exact alleles required to report a novel allele')
return group


Expand Down

0 comments on commit 1fc1bd9

Please sign in to comment.