Skip to content

Commit

Permalink
slight modification to the parameter help text
Browse files Browse the repository at this point in the history
Co-authored-by: Susanna Kiwala <[email protected]>
  • Loading branch information
ldhtnp and susannasiebert authored Jan 29, 2025
1 parent 864384b commit 3421328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvactools/lib/run_argument_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ def __init__(self, tool_name, input_file_help):
parser.add_argument(
'--percentile-threshold-strategy',
choices=['conservative', 'exploratory'],
help="Specify the candidate inclusion strategy. Conservative requires a candidate to pass BOTH the binding threshold and percentile threshold."
+ " Exploratory requires a candidate to pass EITHER the binding threshold or the percentile threshold.",
help="Specify the candidate inclusion strategy. The 'conservative' option requires a candidate to pass BOTH the binding threshold and percentile threshold (default)."
+ " The 'exploratory' option requires a candidate to pass EITHER the binding threshold or the percentile threshold.",
default="conservative",
)
parser.add_argument(
Expand Down

0 comments on commit 3421328

Please sign in to comment.