Skip to content

Commit bb31798

Browse files
committed
FIX: Remove duplicated connections
1 parent 8994800 commit bb31798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nibabies/workflows/anatomical/registration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,6 @@ def init_coregistration_wf(
203203
("reverse_invert_flags", "invert_transform_flags")]),
204204
(map_mask, thr_mask, [("output_image", "in_file")]),
205205
(map_mask, final_n4, [("output_image", "weight_image")]),
206-
(final_n4, apply_mask, [("output_image", "in_file")]),
207-
(final_n4, outputnode, [("output_image", "t1w_preproc")]),
208206
(thr_mask, outputnode, [("out_mask", "t1w_mask")]),
209207
(thr_mask, apply_mask, [("out_mask", "in_mask")]),
210208
])

0 commit comments

Comments
 (0)