Skip to content

Commit e2b23d2

Browse files
committed
Add _list_outputs to MRIsCombine.
1 parent 7f38790 commit e2b23d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

nipype/interfaces/freesurfer/utils.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,6 +1000,10 @@ class MRIsCombine(FSCommand):
10001000
_cmd = 'mris_convert'
10011001
input_spec = MRIsCombineInputSpec
10021002
output_spec = MRIsCombineOutputSpec
1003+
1004+
def _list_outputs(self):
1005+
outputs = self.output_spec().get()
1006+
outputs['out_file'] = self.inputs.out_file
10031007

10041008

10051009
class MRITessellateInputSpec(FSTraitedSpec):

0 commit comments

Comments
 (0)