Skip to content

Commit a0f12e7

Browse files
authored
Merge pull request #2169 from sitek/probtrackx2-fixes
FIX: update probtrackx2 outputs
2 parents 5a86d1c + 461720a commit a0f12e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,9 +795,11 @@ 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(
800-
os.path.join(out_dir, 'fdt_network_matrix'))
802+
os.path.join(out_dir, 'matrix_seeds_to_all_targets'))
801803
outputs['matrix1_dot'] = os.path.abspath(
802804
os.path.join(out_dir, 'fdt_matrix1.dot'))
803805

0 commit comments

Comments
 (0)