Skip to content
Snippets Groups Projects
Unverified Commit 4c1b3c2e authored by Nicolas Servant's avatar Nicolas Servant Committed by GitHub
Browse files

Update nextflow_schema.json

parent 76126174
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
"properties": { "properties": {
"bin_size": { "bin_size": {
"type": "string", "type": "string",
"pattern": "^(\d+)(,\d+)*$", "pattern": "^(\\d+)(,\\d+)*$",
"default": "'1000000,500000'", "default": "'1000000,500000'",
"description": "Resolution to build the maps (comma separated)" "description": "Resolution to build the maps (comma separated)"
}, },
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
"properties": { "properties": {
"res_dist_decay": { "res_dist_decay": {
"type": "string", "type": "string",
"pattern": "^(\d+)(,\d+)*$", "pattern": "^(\\d+)(,\\d+)*$",
"default": "1000000", "default": "1000000",
"description": "Resolution to build count/distance plot" "description": "Resolution to build count/distance plot"
}, },
...@@ -280,13 +280,13 @@ ...@@ -280,13 +280,13 @@
}, },
"res_tads": { "res_tads": {
"type": "string", "type": "string",
"pattern": "^(\d+)(,\d+)*$", "pattern": "^(\\d+)(,\\d+)*$",
"default": "40000,20000", "default": "40000,20000",
"description": "Resolution to run TADs callers (comma separated)" "description": "Resolution to run TADs callers (comma separated)"
}, },
"res_compartments": { "res_compartments": {
"type": "string", "type": "string",
"pattern": "^(\d+)(,\d+)*$", "pattern": "^(\\d+)(,\\d+)*$",
"default": "250000", "default": "250000",
"description": "Resolution for compartments calling" "description": "Resolution for compartments calling"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment