Skip to content

Commit

Permalink
bench help fix
Browse files Browse the repository at this point in the history
missing a default
  • Loading branch information
ACEnglish committed Jan 27, 2024
1 parent 5d66d46 commit 938201b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truvari/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def parse_args(args):
thresg.add_argument("-t", "--typeignore", action="store_true", default=defaults.typeignore,
help="Don't compare variant types (%(default)s)")
thresg.add_argument("--pick", type=str, default=defaults.pick, choices=PICKERS.keys(),
help="Number of matches reported per-call")
help="Number of matches reported per-call (%(default)s)")
thresg.add_argument("--dup-to-ins", action="store_true",
help="Assume DUP svtypes are INS (%(default)s)")
thresg.add_argument("-C", "--chunksize", type=truvari.restricted_int, default=defaults.chunksize,
Expand Down

0 comments on commit 938201b

Please sign in to comment.