Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 16, 2020 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/9e9312e1a00ca4eaece4b0e04deaaf4e to your computer and use it in GitHub Desktop.
Save r-ryantm/9e9312e1a00ca4eaece4b0e04deaaf4e to your computer and use it in GitHub Desktop.
/nix/store/ck51dkdjf0dymh93ar6k4zypqlfsk2ip-python3.7-bids-validator-1.5.6
├── lib
│   └── python3.7
│   └── site-packages
│   ├── bids_validator
│   │   ├── bids_validator.py
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── bids_validator.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── test_bids_validator.cpython-37.pyc
│   │   │   └── _version.cpython-37.pyc
│   │   ├── rules
│   │   │   ├── associated_data_rules.json
│   │   │   ├── file_level_rules.json
│   │   │   ├── phenotypic_rules.json
│   │   │   ├── session_level_rules.json
│   │   │   ├── subject_level_rules.json
│   │   │   └── top_level_rules.json
│   │   ├── test_bids_validator.py
│   │   ├── tsv
│   │   │   └── non_custom_columns.json
│   │   └── _version.py
│   └── bids_validator-1.5.6.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment