Skip to content

Commit c6c1753

Browse files
committed
updated schema
1 parent 4ab09c4 commit c6c1753

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nextflow_schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
},
8282
"max_protein_combinations_per_ddi": {
8383
"type": ["integer", "null"],
84-
"default": 15,
84+
"default": null,
8585
"minimum": 1,
86-
"description": "Cap on protein-pair instantiations per DDI domain pair for ML / RF training and prediction. Sampled without replacement; if fewer combinations exist than the cap, all are used. Leave null / unset to use every available combination.",
86+
"description": "Cap on protein-pair instantiations per DDI domain pair for ML / RF training and prediction. Sampled without replacement; if fewer combinations exist than the cap, all are used. Leave null / unset to use every available combination. Default: 15.",
8787
"fa_icon": "fas fa-random"
8888
},
8989
"modeljson": {

0 commit comments

Comments
 (0)