Skip to content

Commit a59b7e8

Browse files
authored
Merge pull request #323 from nipreps/docker/single-anat
FIX: Connect derivatives mask to mcribs recon
2 parents 9293858 + c1d9e11 commit a59b7e8

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)