Skip to content

Commit 356c659

Browse files
authored
Update nextflow_schema.json
missing default
1 parent a9ab74a commit 356c659

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nextflow_schema.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,13 @@
4242
"properties": {
4343
"use_preqc": {
4444
"type": "boolean",
45+
"default": false,
4546
"description": "Set it to true, if you want to use the output of the preqc. Needs to be combined with profile run_qc",
4647
"fa_icon": "fas fa-brain"
4748
},
4849
"use_fodf": {
4950
"type": "boolean",
51+
"default": false,
5052
"description": "Set it to true if you want to fODF instead of QBall reconstruction.",
5153
"fa_icon": "fas fa-brain"
5254
},
@@ -207,4 +209,4 @@
207209
"$ref": "#/$defs/tracking_options"
208210
}
209211
]
210-
}
212+
}

0 commit comments

Comments
 (0)