Repository for junifer data
https://github.com/juaml/junifer-data
- Shell 63.8%
- Python 21.2%
- Dockerfile 13.8%
- Just 1.2%
| .datalad | ||
| .github/workflows | ||
| coordinates | ||
| masks | ||
| parcellations | ||
| xfms | ||
| .dockerignore | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yml | ||
| Dockerfile | ||
| get_siibra_julich_brain.py | ||
| get_siibra_julich_brain.py.lock | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
| xfm_generation.sh | ||
junifer data
This repository provides a datalad dataset of data (coordinates, parcellations and masks) used by junifer pipeline components.
Maintaining
Julich-Brain
To update, install uv and just and run:
just julich-brain
pre-commit hooks
Install by:
prek install --install-hooks
Run by:
prek run --all-files
For more information, check here.