Skip to content

Commit

Permalink
fix(call): help text for --max-reads
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jun 15, 2024
1 parent 42f5ea4 commit 28459f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strkit/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def add_call_parser_args(call_parser):
"--max-reads",
type=int,
default=250,
help="Maximum number of supporting reads before a locus is skipped.")
help="Maximum number of supporting reads to use for a locus. Additional reads will be ignored.")

# Min PHRED score of 13 for 95% confidence avg. in bases; although this may be over-estimated in ONT.
# TODO: cite overest. and put a note in README.
Expand Down

0 comments on commit 28459f8

Please sign in to comment.