Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Lax BIDSDataGrabber anatomical requirement #435

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
FIX: Lax BIDSDataGrabber anatomical requirement
mgxd committed Jan 23, 2025
commit 562ce1b00b8d0cab267c7089a53a9681e47d5458
1 change: 1 addition & 0 deletions nibabies/workflows/base.py
Original file line number Diff line number Diff line change
@@ -373,6 +373,7 @@ def init_single_subject_wf(
anat_only=config.workflow.anat_only,
anat_derivatives=anatomical_cache or None,
subject_id=subject_id,
require_t1w=False,
),
name='bidssrc',
)