Skip to content

Commit

Permalink
update help string
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Jan 8, 2025
1 parent 517f937 commit 9e82117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jcvi/compara/blastfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def main(args):
type=float,
default=0.7,
help="retain hits that have good bitscore. a value of 0.5 means "
"keep all values that are 50% or greater of the best hit. "
"keep all values that are 50%% or greater of the best hit. "
"higher is more stringent",
)
p.add_argument("--exclude", help="Remove anchors from a previous run")
Expand Down

0 comments on commit 9e82117

Please sign in to comment.