Skip to content

Commit 77c941d

Browse files
committed
Fix depth issue
1 parent 83d7946 commit 77c941d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nextflow_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"default": "",
8686
"properties": {
8787
"depth": {
88-
"type": "integer",
88+
"type": "number",
89+
"minimum": 0,
8990
"description": "Depth of coverage for the simulated data",
9091
"default": 1,
9192
"fa_icon": "fas fa-list-ol"

0 commit comments

Comments
 (0)