File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ def init_infant_anat_apply_wf(
62
62
'white' ,
63
63
'pial' ,
64
64
'midthickness' ,
65
+ 'cortex_mask' ,
65
66
reg_sphere ,
66
67
# template workflow inputs
67
68
'std_t1w' ,
@@ -235,6 +236,7 @@ def init_infant_anat_apply_wf(
235
236
(reg_sphere , 'inputnode.sphere_reg_fsLR' ),
236
237
]),
237
238
(inputnode , morph_grayords_wf , [
239
+ ('cortex_mask' , 'inputnode.roi' ),
238
240
('midthickness' , 'inputnode.midthickness' ),
239
241
(reg_sphere , 'inputnode.sphere_reg_fsLR' ),
240
242
]),
Original file line number Diff line number Diff line change @@ -534,6 +534,7 @@ def init_single_subject_wf(
534
534
('outputnode.white' , 'inputnode.white' ),
535
535
('outputnode.pial' , 'inputnode.pial' ),
536
536
('outputnode.midthickness' , 'inputnode.midthickness' ),
537
+ ('outputnode.cortex_mask' , 'inputnode.cortex_mask' ),
537
538
(f'outputnode.{ reg_sphere } ' , f'inputnode.{ reg_sphere } ' ),
538
539
('outputnode.sulc' , 'inputnode.sulc' ),
539
540
('outputnode.subjects_dir' , 'inputnode.subjects_dir' ),
You can’t perform that action at this time.
0 commit comments