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 8e81cf9 commit 5ff1c0aCopy full SHA for 5ff1c0a
petprep/workflows/base.py
@@ -259,6 +259,7 @@ def init_single_subject_wf(subject_id: str):
259
BIDSDataGrabber(
260
subject_data=subject_data,
261
anat_only=config.workflow.anat_only,
262
+ require_pet=bool(subject_data['pet']),
263
subject_id=subject_id,
264
anat_derivatives=anatomical_cache if anatomical_cache else None,
265
),
0 commit comments