Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 28, 2021 03:05
Show Gist options
  • Save r-ryantm/02511e7461349df0df5cffcc9a8972f2 to your computer and use it in GitHub Desktop.
Save r-ryantm/02511e7461349df0df5cffcc9a8972f2 to your computer and use it in GitHub Desktop.
/nix/store/9vfwg7cn56q0c4lfqc48pr21al3sviq5-python3.7-bids-validator-1.5.10
├── 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.10.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment