We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abcb10e + 97a25ac commit 6386b27Copy full SHA for 6386b27
2 files changed
boutiques/bids-app-example.json
@@ -41,9 +41,9 @@
41
}, {
42
"id" : "participant_label",
43
"name" : "Participant label",
44
- "type" : "Number",
+ "type" : "String",
45
"value-key": "[PARTICIPANT_LABEL]",
46
- "command-line-flag": "--participant_label<",
+ "command-line-flag": "--participant_label",
47
"minimum": 1,
48
"integer": true,
49
"list" : true,
boutiques/invocation.json
@@ -2,5 +2,7 @@
2
"inputs": [
3
{ "bids_dir" : "ds001"},
4
{ "output_dir_name" : "example-output"},
5
- { "analysis_level": "participant" }]
+ { "analysis_level": "participant" },
6
+ { "participant_label": "01" }
7
+ ]
8
}
0 commit comments