Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

18 lines (11 loc) · 1.11 KB

clpipe

DOI

Python pipeline for neuroimaging data. Documentation at https://clpipe.readthedocs.io/en/latest/index.html

This pipeline is now in an initial release. If you run into issues, find bugs, or have feature requests, please create an issue in this repository. If you have longer questions about the pipeline, or specific questions about the design choices, please get in contact with the creator of this pipeline, Teague Henry ([email protected])

If you use clpipe to process data for a publication, please cite the Zenodo repository linked above. A manuscript describing clpipe is being prepared, and once published, will be the citation for the pipeline.

Installation Guide for UNC-CH

  1. Open a Longleaf terminal session
  2. Switch to python 3.6.6 using module add python/3.6.6
  3. Install clpipe from GitHub with pip3 install --user --upgrade git+git://github.com/CohenLabUNC/clpipe.git

All necessary dependencies should install to your local Python library, and the console commands should be immediately useable.