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

RuntimeError: No BOLD images found for participant <001> and task <all> #50

Open
Hyedryn opened this issue Jan 20, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Hyedryn
Copy link

Hyedryn commented Jan 20, 2023

Hi,

I have tried to process a BIDS dataset with 2 sessions of T1w, bold and fieldmap images. Unfortunately, the pipeline fails when trying to extract subject data.

What version of fMRIPrep are you using?

Commit d153551 of fmriprep-rodents.

What kind of installation are you using? Containers (Singularity, Docker), or "bare-metal"?

bare-metal

What is the exact command-line you used?

fprodents <myBIDSPath> <myDerivativesPath> participant 

Have you checked that your inputs are BIDS valid?

Yes

fMRIPrep rodents Logs

Traceback (most recent call last):
  File "/opt/sw/arch/easybuild/2020b/software/Python/3.8.6-GCCcore-10.2.0/lib/python3.8/multiprocessing/pro                                  cess.py", line 315, in _bootstrap
    self.run()
  File "/opt/sw/arch/easybuild/2020b/software/Python/3.8.6-GCCcore-10.2.0/lib/python3.8/multiprocessing/pro                                  cess.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/home/ucl/elen/qdessain/.local/lib/python3.8/site-packages/fprodents/cli/workflow.py", line 81, in                                   build_workflow
    retval["workflow"] = init_fmriprep_wf()
  File "/home/ucl/elen/qdessain/.local/lib/python3.8/site-packages/fprodents/workflows/base.py", line 50, i                                  n init_fmriprep_wf
    single_subject_wf = init_single_subject_wf(subject_id)
  File "/home/ucl/elen/qdessain/.local/lib/python3.8/site-packages/fprodents/workflows/base.py", line 152,                                   in init_single_subject_wf
    raise RuntimeError(
RuntimeError: No BOLD images found for participant <001> and task <all>. All workflows require BOLD images
@Hyedryn Hyedryn added the bug Something isn't working label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant