diff --git a/nextflow_schema.json b/nextflow_schema.json index 2a07979..432c31c 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -113,7 +113,8 @@ "threshold": { "type": "number", "description": "Comparison score threshold value", - "default": 1.0 + "default": 1.0, + "minimum": 0 } } },