Skip to content

Commit 0151c9c

Browse files
authored
RF: Adapt to less T1w-centric smriprep (#3333)
Companion to nipreps/smriprep#433
2 parents 994a8e2 + 1c9c4a8 commit 0151c9c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fmriprep/workflows/base.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,10 @@ def init_single_subject_wf(subject_id: str):
387387
]),
388388
(anat_fit_wf, ds_std_volumes_wf, [
389389
('outputnode.t1w_valid_list', 'inputnode.source_files'),
390-
('outputnode.t1w_preproc', 'inputnode.t1w_preproc'),
391-
('outputnode.t1w_mask', 'inputnode.t1w_mask'),
392-
('outputnode.t1w_dseg', 'inputnode.t1w_dseg'),
393-
('outputnode.t1w_tpms', 'inputnode.t1w_tpms'),
390+
('outputnode.t1w_preproc', 'inputnode.anat_preproc'),
391+
('outputnode.t1w_mask', 'inputnode.anat_mask'),
392+
('outputnode.t1w_dseg', 'inputnode.anat_dseg'),
393+
('outputnode.t1w_tpms', 'inputnode.anat_tpms'),
394394
]),
395395
(template_iterator_wf, ds_std_volumes_wf, [
396396
('outputnode.std_t1w', 'inputnode.ref_file'),

0 commit comments

Comments
 (0)