Skip to content

Commit 6386b27

Browse files
committed
Merge branch 'master' of github.com:glatard/example
2 parents abcb10e + 97a25ac commit 6386b27

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

boutiques/bids-app-example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
}, {
4242
"id" : "participant_label",
4343
"name" : "Participant label",
44-
"type" : "Number",
44+
"type" : "String",
4545
"value-key": "[PARTICIPANT_LABEL]",
46-
"command-line-flag": "--participant_label<",
46+
"command-line-flag": "--participant_label",
4747
"minimum": 1,
4848
"integer": true,
4949
"list" : true,

boutiques/invocation.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
"inputs": [
33
{ "bids_dir" : "ds001"},
44
{ "output_dir_name" : "example-output"},
5-
{ "analysis_level": "participant" }]
5+
{ "analysis_level": "participant" },
6+
{ "participant_label": "01" }
7+
]
68
}

0 commit comments

Comments
 (0)