Skip to content

Commit 45fd797

Browse files
committed
FIX: ds_dseg_wf connections
1 parent 0025971 commit 45fd797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smriprep/workflows/anatomical.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,8 @@ def init_anat_fit_wf(
953953
workflow.connect([
954954
(fast, lut_t1w_dseg, [('partial_volume_map', 'in_dseg')]),
955955
(sourcefile_buffer, ds_dseg_wf, [('source_files', 'inputnode.source_files')]),
956-
(lut_t1w_dseg, ds_dseg_wf, [('out', 'inputnode.t1w_dseg')]),
957-
(ds_dseg_wf, seg_buffer, [('outputnode.t1w_dseg', 't1w_dseg')]),
956+
(lut_t1w_dseg, ds_dseg_wf, [('out', 'inputnode.anat_dseg')]),
957+
(ds_dseg_wf, seg_buffer, [('outputnode.anat_dseg', 't1w_dseg')]),
958958
])
959959
if not have_tpms:
960960
ds_tpms_wf = init_ds_tpms_wf(output_dir=output_dir)

0 commit comments

Comments
 (0)