Skip to content

Commit

Permalink
FIX: Refinement connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Jul 25, 2024
1 parent cf884d9 commit 33d3c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smriprep/workflows/surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def init_refinement_wf(
('subjects_dir', 'inputnode.subjects_dir'),
('subject_id', 'inputnode.subject_id'),
('reference_image', 'inputnode.in_file'),
('fsnative2t1w_xfm', 'inputnode.fsnative2anat_xfm'),
('fsnative2anat_xfm', 'inputnode.fsnative2anat_xfm'),
]),
(inputnode, refine, [('reference_image', 'in_anat'),
('ants_segs', 'in_ants')]),
Expand Down

0 comments on commit 33d3c1a

Please sign in to comment.