Skip to content

Commit 8d2322f

Browse files
committed
FIX: ds_tpms_wf connections
1 parent 45fd797 commit 8d2322f

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
@@ -961,8 +961,8 @@ def init_anat_fit_wf(
961961
workflow.connect([
962962
(fast, fast2bids, [('partial_volume_files', 'inlist')]),
963963
(sourcefile_buffer, ds_tpms_wf, [('source_files', 'inputnode.source_files')]),
964-
(fast2bids, ds_tpms_wf, [('out', 'inputnode.t1w_tpms')]),
965-
(ds_tpms_wf, seg_buffer, [('outputnode.t1w_tpms', 't1w_tpms')]),
964+
(fast2bids, ds_tpms_wf, [('out', 'inputnode.anat_tpms')]),
965+
(ds_tpms_wf, seg_buffer, [('outputnode.anat_tpms', 't1w_tpms')]),
966966
])
967967
# fmt:on
968968
else:

0 commit comments

Comments
 (0)