We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbfbd0 commit b323eb0Copy full SHA for b323eb0
fmriprep/workflows/base.py
@@ -305,7 +305,7 @@ def init_single_subject_wf(subject_id: str):
305
# Build the workflow
306
anat_fit_wf = init_anat_fit_wf(
307
bids_root=str(config.execution.bids_dir),
308
- output_dir=str(config.execution.output_dir),
+ output_dir=str(config.execution.fmriprep_dir),
309
freesurfer=config.workflow.run_reconall,
310
hires=config.workflow.hires,
311
longitudinal=config.workflow.longitudinal,
0 commit comments