Skip to content

Commit 3b82cf3

Browse files
committed
FIX: Forgotten connection (thanks tests!)
1 parent be12977 commit 3b82cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabies/workflows/bold/registration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ def init_fsl_bbr_wf(
603603
flt_bbr.inputs.schedule = data.load('flirtsch/bbr.sch')
604604
# fmt:off
605605
workflow.connect([
606-
(inputnode, wm_mask, [('t1w_dseg', 'in_seg')]),
606+
(inputnode, wm_mask, [('anat_dseg', 'in_seg')]),
607607
(inputnode, flt_bbr, [('in_file', 'in_file')]),
608608
(lta_to_fsl, flt_bbr, [('out_fsl', 'in_matrix_file')]),
609609
])

0 commit comments

Comments
 (0)