Skip to content

Commit e0968cf

Browse files
committed
Fix typo in FSv6 steps
1 parent c2a713c commit e0968cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/freesurfer/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ class ReconAll(CommandLine):
821821
'surf/lh.thickness', 'surf/rh.thickness'], []),
822822
('cortribbon', ['mri/lh.ribbon.mgz', 'mri/rh.ribbon.mgz',
823823
'mri/ribbon.mgz'], []),
824-
('parcstats', ['stats/lh.aparc.astats', 'stats/rh.aparc.stats',
824+
('parcstats', ['stats/lh.aparc.stats', 'stats/rh.aparc.stats',
825825
'label/aparc.annot.ctab'], []),
826826
('cortparc2', ['label/lh.aparc.a2009s.annot',
827827
'label/rh.aparc.a2009s.annot'], []),

0 commit comments

Comments
 (0)