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

Rework CONTRIBUTING:BEPs section for schema-driven approach

Open yarikoptic opened this issue 2 years ago • 2 comments
trafficstars

ATM it still talks about changing regexes etc. It should be

  • prepare branch/PR against bids-specification with changes for the BEP
  • follow instructions here and/or there which boil down to
    • convert adjusted schema: cd bids-specification; bst -v export --output src/schema.json (fix if/how needed)
    • use it to validate sample data <path to bids-validator install>/bids-validator-deno -s src/schema.json <path to dataset>

yarikoptic avatar Oct 19 '23 18:10 yarikoptic