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 @@
"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"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment