Skip to content

Commit ba12725

Browse files
committed
updated target file for probtrackx2 outputs['network_matrix']
1 parent 32e724c commit ba12725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/dti.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,7 @@ def _list_outputs(self):
797797

798798
if isdefined(self.inputs.omatrix1):
799799
outputs['network_matrix'] = os.path.abspath(
800-
os.path.join(out_dir, 'fdt_network_matrix'))
800+
os.path.join(out_dir, 'matrix_seeds_to_all_targets'))
801801
outputs['matrix1_dot'] = os.path.abspath(
802802
os.path.join(out_dir, 'fdt_matrix1.dot'))
803803

0 commit comments

Comments
 (0)