Skip to content

Commit 0c7af6a

Browse files
committed
FIX: Disconnect sbref_file for multiecho
1 parent 9770f7b commit 0c7af6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,8 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
573573
# Replace reference with the echo selected with FirstEcho
574574
workflow.disconnect([
575575
(inputnode, bold_reference_wf, [
576-
('bold_file', 'inputnode.bold_file')]),
576+
('bold_file', 'inputnode.bold_file'),
577+
('sbref_file', 'inputnode.sbref_file')]),
577578
(bold_reference_wf, boldbuffer, [
578579
('outputnode.bold_file', 'bold_file')]),
579580
])

0 commit comments

Comments
 (0)