Neuroimaging pipelines tailored for specific tasks and scan protocols in a multi-session, pharmacological fMRI study.
Requires Python 3.10+
Get Python 3.13 on Windows Store
- BIDS conversion
- Event (timing) file creation and task accuracy/reaction time calculations
- Preprocessing
- First and second level analyses (GLM and gPPI) with autogenerated HTML files for reporting
- Miscellaneous utilities
- Extracting Conners 4 data
- Organizing NIH toolbox data
- Lookup brain regions for MNI coordinates
Clone the repository:
git clone https://github.com/donishadsmith/neuro_pipelines
cd neuro_pipelinesInstall packages directly:
pip install -r requirements.txtOr use a virtual environment:
python -m venv venv
# Linux
source venv/bin/activate
# Windows
venv\Scripts\activate
pip install -r requirements.txtDouble click on:
- "launch_app.bat" for Windows
- "launch_app.sh" for Linux
- "launch_app.command" for MacOS
or
In terminal:
streamlit run app.pyconda create -n venv python=3.10
source activate venv
pip install -r requirements.txt

