Skip to content

Commit 8a6fc42

Browse files
committed
FIX: Update msm_sulc connections
1 parent c807c7f commit 8a6fc42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

smriprep/workflows/surfaces.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,9 @@ def init_surface_derivatives_wf(
688688
('outputnode.sphere_reg', 'inputnode.sphere_reg'),
689689
]),
690690
(gifti_spheres_wf, msm_sulc_wf, [('outputnode.sphere', 'inputnode.sphere')]),
691-
(fsLR_reg_wf, msm_sulc_wf, [('outputnode.sphere_reg', 'inputnode.sphere_reg')]),
691+
(fsLR_reg_wf, msm_sulc_wf, [
692+
('outputnode.sphere_reg_fsLR', 'inputnode.sphere_reg_fsLR'),
693+
]),
692694
(gifti_morph_wf, msm_sulc_wf, [('outputnode.sulc', 'inputnode.sulc')]),
693695
(inputnode, aseg_to_native_wf, [
694696
('subjects_dir', 'inputnode.subjects_dir'),

0 commit comments

Comments
 (0)