Skip to content

Commit

Permalink
FIX: hcp_morphometrics_wf connection
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 19, 2023
1 parent 25a9769 commit 5edd05f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smriprep/workflows/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ def init_anat_preproc_wf(
('outputnode.subject_id', 'inputnode.subject_id'),
('outputnode.sulc', 'inputnode.sulc'),
('outputnode.thickness', 'inputnode.thickness'),
('outputnode.midthickness', 'inputnode.midthickness'),
]),
(surface_derivatives_wf, hcp_morphometrics_wf, [
('outputnode.curv', 'inputnode.curv'),
Expand Down

0 comments on commit 5edd05f

Please sign in to comment.