A Khan Lab Brainhack Tutorial
This workshop introduces you to building reproducible neuroimaging pipelines. We will use Snakemake to orchestrate a workflow that performs image resampling, thresholding, and statistical extraction using Nilearn and Nibabel.
1. Install Pixi
Choose the command for your operating system:
macOS / Linux / WSL2:
curl -fsSL https://pixi.sh/install.sh | bashWindows
powershell -ExecutionPolicy Bypass -c "irm -useb https://pixi.sh/install.ps1 | iex"git clone https://github.com/Dhananjhay/khanlab_snakemake_tutorial.git
cd khanlab_snakemake_tutorialpixi shell