There was an error while loading. Please reload this page.
2 parents 8f64fff + 76dd888 commit c997d41Copy full SHA for c997d41
nipype/algorithms/misc.py
@@ -113,7 +113,7 @@ def _list_outputs(self):
113
outputs["thresholded_volumes"] = []
114
for fname in self.inputs.volumes:
115
_, base, _ = split_filename(fname)
116
- outputs["thresholded_volumes"].append(base + '_thresholded.nii')
+ outputs["thresholded_volumes"].append(os.path.abspath(base + '_thresholded.nii'))
117
return outputs
118
119
class ModifyAffineInputSpec(TraitedSpec):
0 commit comments