Hello,
After running frmriprep on one subject in my local pc I faced this error;
raise BIDSValidationError(
bids.exceptions.BIDSValidationError: ‘dataset_description.json’ is missing from project root. Every valid BIDS dataset must have this file.
Example contents of ‘dataset_description.json’:
{“Name”: “Example dataset”, “BIDSVersion”: “1.0.2”}
according to search on fmriprep developer communities I find a json file
therefore I ran the code again
but I faced this error after 4:30 from the start of running the code;
Preprocessing did not finish successfully. Errors occurred while processing data from participants.
After that I did BIDS validation
I faced many errors like these;
Type: Error
File: sub-mp0001_ses-01_run-02_bold.nii.gz
Location: sub-mp0001/ses-01/func/sub-mp0001_ses-01_run-02_bold.nii.gz
Reason: Session label in the filename doesn’t match with the path of the file. File seems to be saved in incorrect session directory.
Evidence: File: /ses-01/func/sub-mp0001_ses-01_run-02_bold.nii.gz is saved in incorrect session directory as per ses-id in filename.
File Path: The recommended file /README is missing. See Section 03 (Modality agnostic files) of the BIDS specification.
Type: Warning
.
.
.
Is there any possibility to tell me how can I fix this BIDS validation error?
I’m trying to learn working with fmriprep and I dont know how much my question is travial.
I’m really appreciative of your time and consideration.
Best,