Skip to content

Commit b034778

Browse files
committed
FIX: Refinement connection
1 parent 4b7e22f commit b034778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smriprep/workflows/surfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def init_refinement_wf(
409409
('subjects_dir', 'inputnode.subjects_dir'),
410410
('subject_id', 'inputnode.subject_id'),
411411
('reference_image', 'inputnode.in_file'),
412-
('fsnative2t1w_xfm', 'inputnode.fsnative2anat_xfm'),
412+
('fsnative2anat_xfm', 'inputnode.fsnative2anat_xfm'),
413413
]),
414414
(inputnode, refine, [('reference_image', 'in_anat'),
415415
('ants_segs', 'in_ants')]),

0 commit comments

Comments
 (0)