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

`participants.tsv` in dataset `ds003620` has illegal `participant_id` values as the first 9 subject IDs doesn't have the leading 0. Should it not pass the validator. Similar issue for `ds003800`

bug
legacy

Could be as simple as expanding the total number of files in Summary instead of ``` Summary: Available Tasks: Available Modalities: 14966 Files, 750.13GB movie MRI 88 - Subjects rest...

enhancement
effort: medium
impact: high

The idea is really to annotate the validator output with descriptor/signature of the state of the dataset which was validated, so if the output of the bids-validator is provided as...

enhancement
effort: medium
impact: medium

It would be useful to include the generic ESM build of the schema based validator in the npm package, for TypeScript projects that are not using Deno (e.g. OpenNeuro). It...

schema

It seems that the validator does not throw warning when slice timing are different across runs. Modified ds114 from the bids examples as follow: - added a `ds114/sub-01/ses-test/func/sub-01_ses-test_task-fingerfootlips_bold.json` with ```json...

effort: high
impact: low

Running Deno tests on osx produces failing tests that pass elsewhere, namely: hasMatch and missingLabel System: macOS Monterey Version 12.6.3 ```bash deno --version deno 1.31.1 (release, aarch64-apple-darwin) v8 11.0.226.13 typescript...

schema

Replacement of #1583, revival of #691. Could close #675 if driven by open NIfTI files and not other open files. Opening a separate PR to let CI do its magic...

We would expect them to be ignored with every other file in the directory.

Taking a look at how the [HED JavaScript validator is called](https://github.com/bids-standard/bids-validator/blob/master/bids-validator/validators/events/hed.js), we should find a way to provide the events and sidecar data required following schema validation, then call the...

schema

Tested on the bids example by removing the `TaskName` metadata in one of the json files. Opening the issue more for book keeping as this topic was mentioned in our...