Skip to content

Commit

Permalink
updated invocation to comply with newest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiar authored Jan 15, 2018
1 parent 2969226 commit f66ffa3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions boutiques/invocation.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"inputs": [
{ "bids_dir" : "ds001"},
{ "output_dir_name" : "example-output"},
{ "analysis_level": "participant" },
{ "participant_label": "01" }
]
"bids_dir" : "ds001",
"output_dir_name" : "example-output",
"analysis_level": "participant",
"participant_label": ["01"]
}

0 comments on commit f66ffa3

Please sign in to comment.