Skip to content

nipreps-data/bootcamp-geneva-2024-glm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Linear Model for Bootcamp Dataset

How to run

The GLM is run in a single script (code/glm.py):

python code/glm.py

The dependencies are listed in a comment at the top. If you have pipx, hatch, pip-run or uv installed, you can run with one of the following:

pipx run code/glm.py
hatch run code/glm.py
pip run code/glm.py
uv run code/glm.py

If you have uv installed, ./code/glm.py will automatically use it.

Dataset structure

  • Raw dataset may be found at sourcedata/raw.
  • Derivative datasets may be found at sourcedata/derivatives.
  • GLM code is located in code/.

About

General Linear Model for Bootcamp Dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published