Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Neuroimage Pipeline

Neuroimaging Pipeline

A lightweight meta-pipeline — a pipeline that manages other pipelines. Rather than reimplementing any analysis, it sits above your existing tools and scripts and handles the orchestration layer: dependency ordering, job submission, subject-level parallelism, output verification, logging, and summary HTML reports.

Designed for small to mid-size labs that run multiple modalities and want to go from raw DICOMs to processed outputs without writing custom job management code from scratch.

Supports both a web-based GUI and a command-line interface (CLI).


What it does

The tools listed below are the default templates shipped with this pipeline. Because the pipeline is tool-agnostic, any of them can be swapped out — what actually runs depends on which modules are installed on your HPC cluster and what you configure in your project’s YAML files.

PipelineDefault ToolsDescription
Preparationp7zip, dcm2bidsUnzip raw data, convert DICOM to BIDS
Intermediate MRIAFNIVolume-based structural analysis
Resting-State fMRIfMRIPrep, XCP-DPreprocessing and functional connectivity
Task fMRIAFNITask-based preprocessing and postprocessing
DWIQSIPrep, QSIReconDiffusion MRI preprocessing and reconstruction
Quality ControlMRIQCIndividual and group QC reports

Who is this for

Experienced researchers and pipeline maintainers

If you already have analysis scripts and want a structured way to run them at scale:

New lab members and students

Once a lab maintainer has set up the project config, anyone can run the full pipeline through the GUI without needing to understand SLURM, bash scripting, or the underlying tools:


Design philosophy


Before you start

This pipeline coordinates job submission and logging — it does not bundle any analysis software. Two things need to be in place on your HPC cluster before you run:


Quick navigation