Repository for junifer data https://github.com/juaml/junifer-data
  • Shell 63.8%
  • Python 21.2%
  • Dockerfile 13.8%
  • Just 1.2%
Find a file
2026-02-06 13:04:42 +01:00
.datalad [DATALAD] new dataset 2024-11-04 12:20:12 +01:00
.github/workflows ci: replace semver tags with int tags for releases 2025-02-12 12:06:53 +01:00
coordinates update: remove Power2013 coordinates 2025-03-14 12:59:40 +01:00
masks chore: add binary files to git annex 2024-11-05 11:04:58 +01:00
parcellations update: add Julich-Brain labelled and statistical parcellation maps 2026-02-05 16:00:59 +01:00
xfms update: add MNI152NLin6Asym to fsaverage xfm 2025-09-18 14:55:58 +02:00
.dockerignore update: add Dockerfile 2024-11-22 12:42:22 +01:00
.gitattributes chore: add annex config for binary files 2024-11-05 10:57:06 +01:00
.gitignore chore: add .gitignore 2024-11-05 10:55:26 +01:00
.pre-commit-config.yml chore: add .pre-commit-config.yml and update README 2026-02-06 13:04:42 +01:00
Dockerfile update: add Dockerfile 2024-11-22 12:42:22 +01:00
get_siibra_julich_brain.py update: add Julich-Brain labelled and statistical parcellation maps 2026-02-05 16:00:59 +01:00
get_siibra_julich_brain.py.lock update: add Julich-Brain labelled and statistical parcellation maps 2026-02-05 16:00:59 +01:00
justfile chore: add justfile and update README 2026-02-05 16:01:52 +01:00
LICENSE chore: add license 2024-11-05 10:46:26 +01:00
README.md chore: add .pre-commit-config.yml and update README 2026-02-06 13:04:42 +01:00
xfm_generation.sh [DATALAD] Recorded changes 2024-12-10 17:07:17 +01:00

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.