Skip to content

Commit a05ddfc

Browse files
bpinsardeffigies
andauthored
Update fmriprep/workflows/base.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent e0e260d commit a05ddfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/workflows/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def init_single_subject_wf(subject_id: str):
340340
)
341341

342342
# allow to run with anat-fast-track on fMRI-only dataset
343-
if anatomical_cache and not subject_data['t1w']:
343+
if 't1w_preproc' in anatomical_cache and not subject_data['t1w']:
344344
workflow.connect(
345345
[
346346
(bidssrc, bids_info, [(('bold', fix_multi_T1w_source_name), 'in_file')]),

0 commit comments

Comments
 (0)