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.
2 parents 064edcc + d674601 commit ffc69a8Copy full SHA for ffc69a8
nibabies/workflows/base.py
@@ -373,6 +373,7 @@ def init_single_subject_wf(
373
anat_only=config.workflow.anat_only,
374
anat_derivatives=anatomical_cache or None,
375
subject_id=subject_id,
376
+ require_t1w=False,
377
),
378
name='bidssrc',
379
)
pyproject.toml
@@ -25,7 +25,7 @@ dependencies = [
25
"nireports >= 23.2.0",
26
"nitime",
27
"nitransforms >= 24.1.1",
28
- "niworkflows >= 1.12.1",
+ "niworkflows >= 1.12.2",
29
"numpy >= 1.21.0",
30
"packaging",
31
"pandas",
0 commit comments