Skip to content

Commit

Permalink
fix: bad command def
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Oct 9, 2024
1 parent ea61b44 commit 5df517d
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 @@ -272,7 +272,7 @@ def add_mi_parser_args(mi_parser):

mi_parser.add_argument(
"--only-phased",
type="store_true",
action="store_true",
help="Whether to only compare phasing-supported (SNVs, haplotags) STR loci. Available for strkit-vcf only.",
)

Expand Down

0 comments on commit 5df517d

Please sign in to comment.