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 4186b7f + cd83784 commit e13e827Copy full SHA for e13e827
fmriprep/workflows/base.py
@@ -524,7 +524,9 @@ def init_single_subject_wf(
524
inputnode = pe.Node(niu.IdentityInterface(fields=['subjects_dir']),
525
name='inputnode')
526
527
- bidssrc = pe.Node(BIDSDataGrabber(subject_data=subject_data, anat_only=anat_only),
+ bidssrc = pe.Node(BIDSDataGrabber(subject_data=subject_data,
528
+ anat_only=anat_only,
529
+ subject_id=subject_id),
530
name='bidssrc')
531
532
bids_info = pe.Node(BIDSInfo(
0 commit comments