Skip to content

Commit 76366f9

Browse files
committed
FIX: Output name
1 parent f4cfce0 commit 76366f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/bold/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def init_bold_reference_wf(omp_nthreads, bold_file=None, name='bold_reference_wf
116116
(validate, outputnode, [('out_file', 'bold_file'),
117117
('out_report', 'validation_report')]),
118118
(gen_ref, outputnode, [('n_volumes_to_discard', 'skip_vols')]),
119-
(validate_ref, outputnode, [('ref_image', 'raw_ref_image')]),
119+
(validate_ref, outputnode, [('out_file', 'raw_ref_image')]),
120120
(enhance_and_skullstrip_bold_wf, outputnode, [
121121
('outputnode.bias_corrected_file', 'ref_image'),
122122
('outputnode.mask_file', 'bold_mask'),

0 commit comments

Comments
 (0)