From ea97a90af2da9e1f2d92a1244d3fa7d15362c7f9 Mon Sep 17 00:00:00 2001
From: Nicolas Servant <nicolas.servant@curie.fr>
Date: Fri, 20 Jan 2023 21:57:36 +0100
Subject: [PATCH] Update nextflow_schema.json

---
 nextflow_schema.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/nextflow_schema.json b/nextflow_schema.json
index f3cb8fe..7ae4b55 100644
--- a/nextflow_schema.json
+++ b/nextflow_schema.json
@@ -95,8 +95,7 @@
                     "type": "string",
                     "default": null,
                     "description": "Name of restriction enzyme to automatically set the restriction_site and ligation_site options (hindiii, mboi, dpnii, arima)",
-                    "enum": ["hindiii", "mboi", "dpnii", "arima"],
-
+                    "enum": ["hindiii", "mboi", "dpnii", "arima"]
                 },
                 "restriction_site": {
                     "type": "string",
-- 
GitLab