diff --git a/fmriprep/workflows/base.py b/fmriprep/workflows/base.py index 23588637..01664861 100644 --- a/fmriprep/workflows/base.py +++ b/fmriprep/workflows/base.py @@ -387,10 +387,10 @@ def init_single_subject_wf(subject_id: str): ]), (anat_fit_wf, ds_std_volumes_wf, [ ('outputnode.t1w_valid_list', 'inputnode.source_files'), - ('outputnode.t1w_preproc', 'inputnode.t1w_preproc'), - ('outputnode.t1w_mask', 'inputnode.t1w_mask'), - ('outputnode.t1w_dseg', 'inputnode.t1w_dseg'), - ('outputnode.t1w_tpms', 'inputnode.t1w_tpms'), + ('outputnode.t1w_preproc', 'inputnode.anat_preproc'), + ('outputnode.t1w_mask', 'inputnode.anat_mask'), + ('outputnode.t1w_dseg', 'inputnode.anat_dseg'), + ('outputnode.t1w_tpms', 'inputnode.anat_tpms'), ]), (template_iterator_wf, ds_std_volumes_wf, [ ('outputnode.std_t1w', 'inputnode.ref_file'),