Hoffman2:Software Tools:FMRIprep: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
  singularity run --cleanenv /u/project/CCN/apps/fmriprep/rh7/20.2.1/fmriprep-20.2.1.sif \
  singularity run --cleanenv /u/project/CCN/apps/fmriprep/rh7/20.2.1/fmriprep-20.2.1.sif \
  path/to/data/dir path/to/output/dir \
  path/to/data/dir path/to/output/dir \
    participant --participant-label label
participant --participant-label label





Revision as of 19:18, 17 May 2022

FMRIPrep: A Robust Preprocessing Pipeline for fMRI Data

Official Website

Fmriprep Command Line Usage

From version 20.2.1, FMRIprep is provided through Singularity The following command need to be run in a CentOS 7 node.


module load singularity
singularity run --cleanenv /u/project/CCN/apps/fmriprep/rh7/20.2.1/fmriprep-20.2.1.sif \
path/to/data/dir path/to/output/dir \
participant --participant-label label