Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 52c0e32

Browse files
committed
fix: space in datasink subs
1 parent b098aae commit 52c0e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def rang(b):
106106
datasink.inputs.substitutions = [("vol0000_flirt_merged.nii.gz", dwi_filename+'.nii.gz'),
107107
("stats.vol0000_flirt_merged.txt", dwi_filename+".art.json"),
108108
("motion_parameters.par", dwi_filename+".motion.txt"),
109-
("_rotated.bvec ", ".bvec"),
109+
("_rotated.bvec", ".bvec"),
110110
("derivatives/dwi", "derivatives/{}/dwi".format(bids_subject_name))]
111111

112112
wf.connect(art, "statistic_files", datasink, "dwi.@artstat")

0 commit comments

Comments
 (0)