Skip to content

Commit 461720a

Browse files
committed
added probtrackx2 outputs['way_total']
1 parent ba12725 commit 461720a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,8 @@ def _list_outputs(self):
795795
else:
796796
out_dir = self.inputs.out_dir
797797

798+
outputs['way_total'] = os.path.abspath(os.path.join(out_dir, 'waytotal'))
799+
798800
if isdefined(self.inputs.omatrix1):
799801
outputs['network_matrix'] = os.path.abspath(
800802
os.path.join(out_dir, 'matrix_seeds_to_all_targets'))

0 commit comments

Comments
 (0)