Skip to content

Commit

Permalink
adjust param description
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasscheid committed May 12, 2024
1 parent ccd0c70 commit 465c903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,20 +293,20 @@
"type": "string",
"fa_icon": "fas fa-file-code",
"default": "Immuno-HCD",
"description": "Specify the ms2pip model that should be used for rescoring. Checkout the ms2pip documentation for available models."
"description": "Specify the MS²PIP model that should be used for rescoring. Checkout the MS²PIP documentation for available models."
},
"ms2pip_model_dir": {
"type": "string",
"format": "directory-path",
"fa_icon": "fas fa-file-code",
"hidden": true,
"description": "Specify the ms2pip model that should be used for rescoring. Checkout the ms2pip documentation for available models."
"description": "Specify a local directory holding at least the MS²PIP models specified in `ms2pip_model`."
},
"deeplc_calibration_set_size": {
"type": "number",
"fa_icon": "fas fa-file-code",
"default": 0.15,
"description": "Specify the number or percentage of PSMs that should be used for calibration of the deeplc model."
"description": "Specify the number or percentage of PSMs that should be used for calibration of the DeepLC model."
},
"refine_fdr_on_predicted_subset": {
"type": "boolean",
Expand Down

0 comments on commit 465c903

Please sign in to comment.