We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9231f2 commit 0a5f2a7Copy full SHA for 0a5f2a7
nibabies/workflows/anatomical/surfaces.py
@@ -145,9 +145,8 @@ def init_mcribs_surface_recon_wf(
145
(aparc2nii, outputnode, [('out_file', 'out_aparc')]),
146
(norm2nii, fsnative2t1w_xfm, [('out_file', 'source_file')]),
147
(fsnative2t1w_xfm, t1w2fsnative_xfm, [('out_reg_file', 'in_lta')]),
148
- (inputnode, gifti_surface_wf, [
149
- ("subjects_dir", "inputnode.subjects_dir"),
150
- ("subject_id", "inputnode.subject_id")]),
+ (inputnode, gifti_surface_wf, [("subject_id", "inputnode.subject_id")]),
+ (mcribs_recon, gifti_surface_wf, [("subjects_dir", "inputnode.subjects_dir")]),
151
(fsnative2t1w_xfm, gifti_surface_wf, [
152
('out_reg_file', 'inputnode.fsnative2t1w_xfm')]),
153
(fsnative2t1w_xfm, outputnode, [('out_reg_file', 'fsnative2t1w_xfm')]),
0 commit comments