Skip to content

Commit c1d9e11

Browse files
committed
FIX: Connect derivatives mask to mcribs recon
1 parent 9293858 commit c1d9e11

File tree

1 file changed

+3
-0
lines changed
  • nibabies/workflows/anatomical

1 file changed

+3
-0
lines changed

nibabies/workflows/anatomical/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,9 @@ def init_infant_single_anat_wf(
848848
else:
849849
# TODO: Use MCRIBS segmentation
850850
...
851+
852+
if mask:
853+
workflow.connect(mask_buffer, 'anat_mask', surface_recon_wf, 'inputnode.anat_mask')
851854
else:
852855
raise NotImplementedError
853856

0 commit comments

Comments
 (0)