Skip to content

Commit ade4b7a

Browse files
author
Marcel Falkiewicz
committed
Removed the extension
1 parent aa4868e commit ade4b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ def _list_outputs(self):
17021702
class GLMInputSpec(FSLCommandInputSpec):
17031703
in_file = File(exists=True, argstr='-i %s', mandatory=True, position=1,
17041704
desc='input file name (text matrix or 3D/4D image file)')
1705-
out_file = File(name_template="%s_glm.nii.gz", argstr='-o %s', position=3,
1705+
out_file = File(name_template="%s_glm", argstr='-o %s', position=3,
17061706
desc=('filename for GLM parameter estimates'
17071707
+ ' (GLM betas)'),
17081708
name_source="in_file", keep_extension=True)

0 commit comments

Comments
 (0)