From f960b380329c45502a5d2b994ecc54efb6539b04 Mon Sep 17 00:00:00 2001
From: Nicolas Servant <nicolas.servant@curie.fr>
Date: Sat, 21 Jan 2023 12:29:12 +0100
Subject: [PATCH] Update nextflow_schema.json

---
 nextflow_schema.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/nextflow_schema.json b/nextflow_schema.json
index 7ae4b55..a0c4330 100644
--- a/nextflow_schema.json
+++ b/nextflow_schema.json
@@ -93,7 +93,6 @@
             "properties": {
                 "digestion": {
                     "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"]
                 },
-- 
GitLab