Skip to content

Commit ecbea3d

Browse files
committed
fix parameter config in KellyKapowski
1 parent 615d88a commit ecbea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/segmentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,7 @@ class KellyKapowskiInputSpec(ANTSCommandInputSpec):
12121212
desc="Maximum number of iterations for estimating the invert \n"
12131213
"displacement field.")
12141214

1215-
cortical_thickness = File(argstr='--output "%s"', genfile=True, keep_extension=True,
1215+
cortical_thickness = File(argstr='--output "%s"', keep_extension=True,
12161216
name_source=["segmentation_image"], name_template='%s_cortical_thickness',
12171217
desc='Filename for the cortical thickness.', hash_files=False)
12181218

0 commit comments

Comments
 (0)