A Python tool to validate the structure of BIDS (Brain Imaging Data Structure) datasets.
This tool checks the organization and naming conventions of files in a BIDS dataset. It ensures that all required files and directories are present and follow the BIDS standard.
- Validate root directory files.
- Validate subject and session directories.
- Regular expression-based filename validation.
- Schema-based validation for json files content.
- Clone the repository:
git clone https://github.com/MadniAbdulWahab/bids_validator.git
- Navigate to the project directory:
cd bids_validator
Run the validator on a BIDS dataset:
python bids_validator.py "/path/to/bids/dataset"