bids-validator icon indicating copy to clipboard operation
bids-validator copied to clipboard

Validator for the Brain Imaging Data Structure

Results 317 bids-validator issues
Sort by recently updated
recently updated
newest added

An empty dataset doesn't complain about missing dataset description.

Missing task entity from `rules.files.deriv.preprocessed_data.meg_meg_common` That derivatives rule is getting task required from the raw meg rules https://github.com/bids-standard/bids-specification/blob/master/src/schema/rules/files/raw/meg.yaml Why is it using derivatives files rules and why isn't it hitting...

I'm currently trying to add support for HED validation in `participants.tsv` files, and I'm running into an issue getting the participant data passed to HED. First of all, it seems...

legacy

EDIT: root of problem is described here: https://github.com/bids-standard/bids-validator/issues/830#issuecomment-649869429 --- Helping a friend create a her first EEG data set. Not sure about the following problem. The 2 following options (A...

bug
EEG

I have a dataset that includes physio (respiratory) data and eeg data. Per the inheritance principle I put all of the physio.json values that don’t change across subjects/sessions into a...

bug
json-schema
inheritance
legacy

Just tested on the bids-examples by putting some SEM.json or SPIM.json in the root folder the validator complained that those are not valid files. This would prevent using the inheritance...

inheritance

.bidsignore entries not working for this dataset: https://github.com/bids-standard/bids-examples/blob/master/fnirs_automaticity/.bidsignore Neither of these will work: `phenotype/practicelogbook.json` `/phenotype/practicelogbook.json` `**/phenotype/practicelogbook.json` Does, but requiring star star for things addressed from the root seems silly. The...

schema

When a _blood.tsv file is present in the /pet subfolder, a _blood.json file is required as far as I read the specification. However, the validator ignores this.

legacy