Skip to content

Commit

Permalink
Add mrconvert to exceptions for auto-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Sep 19, 2024
1 parent a6029f7 commit 7ed9b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion descriptors/mrtrix/mrconvert.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"optional": true,
"integer": true,
"list": true,
"list-separator": ","
"list-seperator": ","
},
{
"id": "scaling",
Expand Down
3 changes: 3 additions & 0 deletions extraction/mrtrix/mrt2bt.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,9 @@ for (const file of fs.readdirSync(jsonPath)) {
]
};
}
else if (descriptor.name == 'mrconvert') {
descriptor.inputs[4]["list-seperator"] = ",";
}

console.log(" done");

Expand Down

0 comments on commit 7ed9b8a

Please sign in to comment.