We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ATM it still talks about changing regexes etc. It should be
cd bids-specification; bst -v export --output src/schema.json
<path to bids-validator install>/bids-validator-deno -s src/schema.json <path to dataset>
The text was updated successfully, but these errors were encountered:
FWIW setting up something like that in https://github.com/bids-standard/bids-specification/pull/1775/files#diff-340dd8fa4a5cba6b30520d676d1831fd82628971874ea46396e3ace6c6ef0f03 but with complication that I am also doing conversion of example datasets to BIDS 2.0. Besides that step I think we might benefit from similar action generally be available there and thus testing across all example datasets. ATM bst unittests only test some selected few with internal validator, not JS one.
Sorry, something went wrong.
I have removed the legacy bits, have not yet added schema bits.
No branches or pull requests
ATM it still talks about changing regexes etc. It should be
cd bids-specification; bst -v export --output src/schema.json
(fix if/how needed)<path to bids-validator install>/bids-validator-deno -s src/schema.json <path to dataset>
The text was updated successfully, but these errors were encountered: