From a695092cf0d10121e3b899c25c7babc5b327da9f Mon Sep 17 00:00:00 2001 From: Nicolas Servant <nicolas.servant@curie.fr> Date: Fri, 20 Jan 2023 15:20:46 +0100 Subject: [PATCH] Update nextflow_schema.json Co-authored-by: Edmund Miller <edmund.a.miller@gmail.com> --- nextflow_schema.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nextflow_schema.json b/nextflow_schema.json index 96e9e09..f3cb8fe 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -94,7 +94,9 @@ "digestion": { "type": "string", "default": null, - "description": "Name of restriction enzyme to automatically set the restriction_site and ligation_site options (hindiii, mboi, dpnii, arima)" + "description": "Name of restriction enzyme to automatically set the restriction_site and ligation_site options (hindiii, mboi, dpnii, arima)", + "enum": ["hindiii", "mboi", "dpnii", "arima"], + }, "restriction_site": { "type": "string", -- GitLab