Skip to content

Commit

Permalink
bug fix --filter_min_frs should be float (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt authored Jun 13, 2024
1 parent 3eb5c0c commit ee82101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minos/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main(args=None):
)
subparser_adjudicate.add_argument(
"--filter_min_frs",
type=int,
type=float,
help="Minimum value to be used for MIN_FRS filter in output VCF file [%(default)s]",
default=0.9,
)
Expand Down

0 comments on commit ee82101

Please sign in to comment.