File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1352,20 +1352,18 @@ def init_anat_fit_wf(
1352
1352
LOGGER .info ('ANAT Stage 11: Creating cortical surface mask' )
1353
1353
1354
1354
cortex_masks_wf = init_cortex_masks_wf ()
1355
- workflow .connect ([
1356
- (surfaces_buffer , cortex_masks_wf , [
1357
- ('midthickness' , 'inputnode.midthickness' ),
1358
- ('thickness' , 'inputnode.thickness' ),
1359
- ]),
1360
- ]) # fmt:skip
1361
-
1362
1355
ds_cortex_masks_wf = init_ds_surface_masks_wf (
1363
1356
output_dir = output_dir ,
1364
1357
mask_type = 'cortex' ,
1365
1358
name = 'ds_cortex_masks_wf' ,
1366
1359
entities = {'extension' : '.label.gii' },
1367
1360
)
1361
+
1368
1362
workflow .connect ([
1363
+ (surfaces_buffer , cortex_masks_wf , [
1364
+ ('midthickness' , 'inputnode.midthickness' ),
1365
+ ('thickness' , 'inputnode.thickness' ),
1366
+ ]),
1369
1367
(cortex_masks_wf , ds_cortex_masks_wf , [
1370
1368
('outputnode.cortex_masks' , 'inputnode.mask_files' ),
1371
1369
('outputnode.source_files' , 'inputnode.source_files' ),
You can’t perform that action at this time.
0 commit comments