From 4c1b3c2e54cd3e94183bc53578bafe8de8f53e3b Mon Sep 17 00:00:00 2001
From: Nicolas Servant <nicolas.servant@curie.fr>
Date: Mon, 24 May 2021 18:51:43 +0200
Subject: [PATCH] Update nextflow_schema.json

---
 nextflow_schema.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nextflow_schema.json b/nextflow_schema.json
index 86e10ce..a4cabc4 100644
--- a/nextflow_schema.json
+++ b/nextflow_schema.json
@@ -227,7 +227,7 @@
             "properties": {
                 "bin_size": {
                     "type": "string",
-                    "pattern": "^(\d+)(,\d+)*$",
+                    "pattern": "^(\\d+)(,\\d+)*$",
                     "default": "'1000000,500000'",
                     "description": "Resolution to build the maps (comma separated)"
                 },
@@ -269,7 +269,7 @@
             "properties": {
                 "res_dist_decay": {
                     "type": "string",
-                    "pattern": "^(\d+)(,\d+)*$",
+                    "pattern": "^(\\d+)(,\\d+)*$",
                     "default": "1000000",
                     "description": "Resolution to build count/distance plot"
                 },
@@ -280,13 +280,13 @@
                 },
                 "res_tads": {
                     "type": "string",
-                    "pattern": "^(\d+)(,\d+)*$",
+                    "pattern": "^(\\d+)(,\\d+)*$",
                     "default": "40000,20000",
                     "description": "Resolution to run TADs callers (comma separated)"
                 },
                 "res_compartments": {
                     "type": "string",
-                    "pattern": "^(\d+)(,\d+)*$",
+                    "pattern": "^(\\d+)(,\\d+)*$",
                     "default": "250000",
                     "description": "Resolution for compartments calling"
                 }
-- 
GitLab