Skip to content

Commit

Permalink
FIX: Morphometrics outputs connection
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed Oct 17, 2022
1 parent 64f7610 commit 8075f5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smriprep/workflows/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,8 @@ def init_anat_derivatives_wf(
('source_files', 'source_file')]),
(name_surfs, ds_surfs, [('hemi', 'hemi'),
('suffix', 'suffix')]),
(inputnode, name_morphs, [('surfaces', 'in_file')]),
(inputnode, name_morphs, [('morphometrics', 'in_file'),
('source_files', 'source_file')]),
(name_morphs, ds_morphs, [('hemi', 'hemi'),
('suffix', 'suffix')]),
(inputnode, ds_t1w_fsaseg, [('t1w_fs_aseg', 'in_file'),
Expand Down

0 comments on commit 8075f5c

Please sign in to comment.