Skip to content

Commit

Permalink
Missed argument
Browse files Browse the repository at this point in the history
  • Loading branch information
aghozlane committed Jun 24, 2024
1 parent 40457db commit 6bcda32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meteor/meteor.py
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ def get_arguments() -> Namespace: # pragma: no cover
)
tree_parser.add_argument(
"-s",
dest="info_sites",
dest="min_info_sites",
default=TreeBuilder.DEFAULT_MIN_INFO_SITES,
type=isborned01,
help="Minimum number of informative sites in the alignment (default: >= %(default)d).",
Expand Down

0 comments on commit 6bcda32

Please sign in to comment.