File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -867,7 +867,7 @@ class ReconAllInputSpec(CommandLineInputSpec):
867867 argstr = "-FLAIR %s" ,
868868 min_ver = "5.3.0" ,
869869 desc = "Convert FLAIR image to orig directory" ,
870- requires = ["subject_id" ]
870+ requires = ["subject_id" ],
871871 )
872872 use_T2 = traits .Bool (
873873 argstr = "-T2pial" ,
@@ -903,7 +903,8 @@ class ReconAllInputSpec(CommandLineInputSpec):
903903 desc = ("For use in subjects with enlarged " "ventricles" ),
904904 )
905905 brainstem = traits .Bool (
906- argstr = "-brainstem-structures" , desc = "Segment brainstem structures" ,
906+ argstr = "-brainstem-structures" ,
907+ desc = "Segment brainstem structures" ,
907908 requires = ["subject_id" ],
908909 )
909910 hippocampal_subfields_T1 = traits .Bool (
You can’t perform that action at this time.
0 commit comments