-
Notifications
You must be signed in to change notification settings - Fork 13
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
fmridenoise.interfaces.bids.MissingFile: Key 'PipelineDescription.Name' is required in {dataset_desc_path} file #74
Comments
For future reference: I solved the problem by formatting the fmriprep dataset_description.json to conform to earlier BIDS versions. As suggested here for a similar issue, I changed
into
and this solved the issue. |
Made changes that should assure compatibility with BIDSVersion > 1.3 and with older versions. |
This problem is still present, but now not in our project but in a roots of pybids. For now I will recommend not using datasets in BIDS 1.4 standard because there are no tools to interact with it Until this problem is resolved in pybids it will be hard to support latest BIDS standard |
When I try to run fmridenoise I get the error below. I tried both using WSL and by building a docker image on windows with the dev code. The images have been preprocessed with fMRIprep, and the dataset_description.json in the fMRIprep folder has a non-empty field called 'Name'.
any advice on this?
The text was updated successfully, but these errors were encountered: