Skip to content
Snippets Groups Projects
Commit ffcb693f authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

arg tweak

parent 33b1b5d4
No related branches found
No related tags found
No related merge requests found
......@@ -55,10 +55,11 @@ parser.add_argument(
parser.add_argument(
"--percent-rank-calibration-num-peptides-per-length",
type=int,
metavar="N",
default=int(1e5),
help="Number of peptides per length to use to calibrate percent ranks. "
"Set to 0 to disable percent rank calibration. The resulting models will "
"not support percent ranks")
"not support percent ranks. Default: %(default)s.")
parser.add_argument(
"--n-models",
type=int,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment