.gitignore
.pre-commit-config.yaml
.spellignore
.yamllint
LICENSE
Makefile
README.rst
compose.yaml
pyproject.toml
.github/workflows/python-publish.yml
.github/workflows/run-quality-check.yml
.github/workflows/run-tests.yml
avicortex/__init__.py
avicortex/builders.py
avicortex/datasets.py
avicortex/freesurfer.py
avicortex.egg-info/PKG-INFO
avicortex.egg-info/SOURCES.txt
avicortex.egg-info/dependency_links.txt
avicortex.egg-info/entry_points.txt
avicortex.egg-info/requires.txt
avicortex.egg-info/top_level.txt
avicortex/fs_utils/stats2table_bash.sh
data/openneuro_all_dktatlas.csv
data/openneuro_baseline_destrieux.csv
data/openneuro_baseline_dktatlas.csv
data/openneuro_followup_destrieux.csv
data/openneuro_followup_dktatlas.csv
data/openneuro_participants.csv
data/region_names.csv
tests/__init__.py
tests/conftest.py
tests/test_builder.py
tests/test_dataset.py
tests/test_freesurfer.py