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

AnFileNotFoundError: /tmp/work/mriqc_wf/.... error #1132

Open
mohamadhase opened this issue Jul 26, 2023 · 0 comments
Open

AnFileNotFoundError: /tmp/work/mriqc_wf/.... error #1132

mohamadhase opened this issue Jul 26, 2023 · 0 comments
Labels

Comments

@mohamadhase
Copy link

What happened?

I am trying to run the mriqc on a BIDs data, I got the following error - it seems the mriqc cant find the nii fils however I made sure several times that the files are organised as required.

FileNotFoundError: /tmp/work/mriqc_wf/anatMRIQC/ComputeIQMs/in_file..data..sub-02..anat..sub-02_T1w.nii.gz/metadata/result_metadata.pklz

Also tried several version of mriqc but it doest work, then its not a version issue.

What command did you use?

docker run -it --rm -v /Users/username/ds003826:/data:ro -v /Users/username/ds003826/output:/out nipreps/mriqc:22.0.6 /data /out participant --participant_label sub-02

What version of the software are you running?

latest

How are you running this software?

Docker

Is your data BIDS valid?

Yes

Are you reusing any previously computed results?

Anatomical derivatives

Please copy and paste any relevant log output.

Traceback (most recent call last):
  File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 330, in _invoke_callbacks
    callback(self)
  File "/opt/conda/lib/python3.9/site-packages/mriqc/engine/plugin.py", line 451, in _async_callback
    result = args.result()
  File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 439, in result
    return self.__get_result()
  File "/opt/conda/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result
    raise self._exception
FileNotFoundError: /tmp/work/mriqc_wf/anatMRIQC/ComputeIQMs/_in_file_..data..sub-02..anat..sub-02_T1w.nii.gz/metadata/result_metadata.pklz

Additional information / screenshots

No response

@mohamadhase mohamadhase changed the title An error AnFileNotFoundError: /tmp/work/mriqc_wf/.... error Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant