Skip to content

Commit

Permalink
Merge pull request #201 from kaitj/maint/mrtrix-5ttgen
Browse files Browse the repository at this point in the history
Fix mrtrix3 5ttgen descriptor
  • Loading branch information
kaitj authored Feb 12, 2025
2 parents 8a0ce08 + 33884d2 commit b8bc42e
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions descriptors/mrtrix/5ttgen.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"name": "output",
"value-key": "[OUTPUT]",
"description": "The output 5TT image",
"type": "File",
"type": "String",
"optional": false
},
{
Expand Down Expand Up @@ -76,7 +76,7 @@
"name": "output",
"value-key": "[OUTPUT]",
"description": "The output 5TT image",
"type": "File",
"type": "String",
"optional": false
},
{
Expand Down Expand Up @@ -135,7 +135,7 @@
"name": "output",
"value-key": "[OUTPUT]",
"description": "The output 5TT image",
"type": "File",
"type": "String",
"optional": false
}
],
Expand Down Expand Up @@ -167,7 +167,7 @@
"name": "output",
"value-key": "[OUTPUT]",
"description": "The output 5TT image",
"type": "File",
"type": "String",
"optional": false
},
{
Expand All @@ -182,18 +182,28 @@
{
"id": "hippocampi",
"name": "hippocampi",
"command-line-flag": "-hippocampi",
"value-key": "[OPTIONS_HIPPOCAMPI]",
"description": "Select method to be used for hippocampi (& amygdalae) segmentation; options are: subfields,first,aseg",
"value-choices": ["subfields", "first", "aseg"],
"value-choices": [
"subfields",
"first",
"aseg"
],
"type": "String",
"optional": true
},
{
"id": "thalami",
"name": "thalami",
"command-line-flag": "-thalami",
"value-key": "[OPTIONS_THALAMI]",
"description": "Select method to be used for thalamic segmentation; options are: nuclei,first,aseg",
"value-choices": ["nuclei", "first", "aseg"],
"value-choices": [
"nuclei",
"first",
"aseg"
],
"type": "String",
"optional": true
},
Expand Down Expand Up @@ -362,4 +372,4 @@
}
],
"url": "https://www.mrtrix.org/"
}
}

0 comments on commit b8bc42e

Please sign in to comment.