diff --git a/qsirecon/workflows/base.py b/qsirecon/workflows/base.py index c71fdfdb..b3c2b4af 100644 --- a/qsirecon/workflows/base.py +++ b/qsirecon/workflows/base.py @@ -255,7 +255,7 @@ def init_single_subject_recon_wf(subject_id): ) workflow.connect([ (file_anat_ingress_node, ds_report_about, [ - (('t1w_preproc', fix_multi_T1w_source_name), 'source_file'), + (('outputnode.t1w_preproc', fix_multi_T1w_source_name), 'source_file'), ]), (about, ds_report_about, [('out_report', 'in_file')]), ]) # fmt:skip