Skip to content

MadniAbdulWahab/bids_validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIDS Validator

A Python tool to validate the structure of BIDS (Brain Imaging Data Structure) datasets.

Description

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.

Features

  • Validate root directory files.
  • Validate subject and session directories.
  • Regular expression-based filename validation.
  • Schema-based validation for json files content.

Installation

  1. Clone the repository:
    git clone https://github.com/MadniAbdulWahab/bids_validator.git
    
  2. Navigate to the project directory:
    cd bids_validator
    

Usage

Run the validator on a BIDS dataset:

python bids_validator.py "/path/to/bids/dataset"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages