File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nipype/interfaces/freesurfer Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ class ReconAllInputSpec(CommandLineInputSpec):
627
627
flags = traits .Str (argstr = '%s' , desc = 'additional parameters' )
628
628
629
629
630
- class ReconAllIOutputSpec (FreeSurferSource .output_spec ):
630
+ class ReconAllOutputSpec (FreeSurferSource .output_spec ):
631
631
subjects_dir = Directory (exists = True , desc = 'Freesurfer subjects directory.' )
632
632
subject_id = traits .Str (desc = 'Subject name for whom to retrieve data' )
633
633
@@ -653,7 +653,7 @@ class ReconAll(CommandLine):
653
653
_cmd = 'recon-all'
654
654
_additional_metadata = ['loc' , 'altkey' ]
655
655
input_spec = ReconAllInputSpec
656
- output_spec = ReconAllIOutputSpec
656
+ output_spec = ReconAllOutputSpec
657
657
_can_resume = True
658
658
659
659
_steps = [
You can’t perform that action at this time.
0 commit comments