Skip to content

Commit 5bda07a

Browse files
committed
fix OASIS template name
1 parent 3e40b37 commit 5bda07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fmriprep/cli/run.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def get_parser():
180180

181181
# ANTs options
182182
g_ants = parser.add_argument_group('Specific options for ANTs registrations')
183-
g_ants.add_argument('--skull-strip-template', action='store', default='OASIS',
184-
choices=['OASIS', 'NKI'],
185-
help='select ANTs skull-stripping template (default: OASIS))')
183+
g_ants.add_argument('--skull-strip-template', action='store', default='OASIS30ANTs',
184+
choices=['OASIS30ANTs', 'NKI'],
185+
help='select ANTs skull-stripping template (default: OASIS30ANTs))')
186186
g_ants.add_argument('--skull-strip-fixed-seed', action='store_true',
187187
help='do not use a random seed for skull-stripping - will ensure '
188188
'run-to-run replicability when used with --omp-nthreads 1')

0 commit comments

Comments
 (0)