Skip to content
Snippets Groups Projects
Commit 15f3b580 authored by nservant's avatar nservant
Browse files

[JSON] update schema

parent 9fca40e5
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,11 @@
"type": "string",
"default": "40000,20000",
"description": "Resolution to run TADs callers (comma separated)"
},
"res_compartments": {
"type": "integer",
"default": 250000,
"description": "Resolution for compartments calling"
}
}
},
......@@ -308,6 +313,10 @@
"description": "Do not run TADs calling",
"default": "False"
},
"skip_compartments": {
"type": "string",
"description": "Do not run compartments calling"
},
"skip_balancing": {
"type": "string",
"description": "Do not run cooler balancing normalization",
......
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