bids-validator
bids-validator copied to clipboard
Validator for the Brain Imaging Data Structure
Relates to already filed - https://github.com/bids-standard/bids-validator/issues/1639 but main motivation for me ATM was to possibly integrate with - nwb validator (in Python): https://pynwb.readthedocs.io/en/stable/validation.html - validates against base schema - nwb...
I would like to get the non-verbose output in stdout and the verbose output in a file at the same time. Is this currently possible? If not, would you have...
https://github.com/bids-standard/bids-specification/pull/1128#discussion_r1562236022 Currently assumes all initial_columns listed in a rule are required.
The spec has recently (https://github.com/bids-standard/bids-specification/pull/264) been updated with some clarifying language: > ## [Unspecified data](https://bids-specification.readthedocs.io/en/latest/02-common-principles.html#unspecified-data) > > Additional files and folders containing raw data MAY be added as needed for...
 * As in #90, do not all-caps the subcode * This file is not a sidecar. * The input is `GeneratedBy: [{}]`. It would be helpful if we could...
In https://github.com/bids-standard/bids-validator/pull/94#discussion_r1835076640 / https://github.com/bids-standard/bids-specification/pull/1981, @yarikoptic proposes a breaking change to the schema context. This would change both the context loader and the fields that the context needs to expose to...
We should add some visual indicator when the development validator is being used. We should also add links between the stable and development validators.
example: `schema.metadata.StimulusPresentation` Do we add recommended_fields to the json schema language? Or call validation multiple times swapping out `required` entry in json schema between required_fields and recomended_fields and adjust severity...
in relation to - https://github.com/bids-standard/bids-validator/issues/1999 to avoid waiting the validation of hundreds of subjects just to see the effect on `README_FILE_MISSING` . Probably would relate to discussion - https://github.com/bids-standard/bids-validator/issues/1937#issuecomment-2156630201 since...