Skip to content

Commit 440d3e2

Browse files
committed
rf: Use HMC boldref saved to output for further processing
1 parent 9b7ded1 commit 440d3e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fmriprep/workflows/bold/fit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,12 +407,12 @@ def init_bold_fit_wf(
407407
ds_hmc_boldref_wf.inputs.inputnode.source_files = [bold_file]
408408

409409
workflow.connect([
410+
(hmc_boldref_wf, ds_hmc_boldref_wf, [('outputnode.boldref', 'inputnode.boldref')]),
411+
(ds_hmc_boldref_wf, hmcref_buffer, [('outputnode.boldref', 'boldref')]),
410412
(hmc_boldref_wf, hmcref_buffer, [
411413
('outputnode.bold_file', 'bold_file'),
412-
('outputnode.boldref', 'boldref'),
413414
('outputnode.skip_vols', 'dummy_scans'),
414415
]),
415-
(hmcref_buffer, ds_hmc_boldref_wf, [('boldref', 'inputnode.boldref')]),
416416
(hmc_boldref_wf, summary, [('outputnode.algo_dummy_scans', 'algo_dummy_scans')]),
417417
(hmc_boldref_wf, func_fit_reports_wf, [
418418
('outputnode.validation_report', 'inputnode.validation_report'),

0 commit comments

Comments
 (0)