We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45a220 commit 92b0d93Copy full SHA for 92b0d93
nipype/interfaces/robex/preprocess.py
@@ -80,5 +80,5 @@ def _list_outputs(self):
80
def run(self, cwd=None, ignore_exception=None, **inputs):
81
if not isdefined(self.inputs.out_file):
82
_, base, extension = split_filename(self.inputs.in_file)
83
- self.inputs.out_file = base + "_brain_robex_" + extension
+ self.inputs.out_file = base + "_brain_robex" + extension
84
return super(RobexSegment, self).run(cwd, ignore_exception, **inputs)
0 commit comments