File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -387,10 +387,10 @@ def init_single_subject_wf(subject_id: str):
387
387
]),
388
388
(anat_fit_wf , ds_std_volumes_wf , [
389
389
('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 ' ),
394
394
]),
395
395
(template_iterator_wf , ds_std_volumes_wf , [
396
396
('outputnode.std_t1w' , 'inputnode.ref_file' ),
You can’t perform that action at this time.
0 commit comments