Hoffman2:Software Tools:FMRIprep: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
 
(16 intermediate revisions by 2 users not shown)
Line 6: Line 6:
[https://fmriprep.org/en/stable/usage.html Fmriprep Command Line Usage]
[https://fmriprep.org/en/stable/usage.html Fmriprep Command Line Usage]


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


  module load singularity
  module load apptainer
  singularity shell --userns /u/project/CCN/apps/fmriprep/rh7/20.2.1/fmriprep-20.2.1.sif
  apptainer run --cleanenv /u/project/CCN/apps/fmriprep/rh7/25.1.3/fmriprep-25.1.3.sif \
  exit ##to stop container
-w PATH/TO/WORKSPACE \
--output-spaces SPACE_NAME \
--fs-license-file /u/project/CCN/apps/freesurfer/rh7/7.2.0/.license \
PATH/TO/DATA/DIR PATH/TO/OUTPUT/DIR \
  participant --participant-label label




For using FMRIprep module in Hoffman, the following modules are needed as well
* Note: By default, fmriprep uses "MNI152NLin2009cAsym" space if no SPACE_NAME specified with --output-spaces option
 
<!--For using FMRIprep module in Hoffman, the following modules are needed as well


FMRIprep version '''20.2.0rc0'''
FMRIprep version '''20.2.0rc0'''
Line 55: Line 60:


Note:
Note:
fmriprep version 20.1.1 has bug with multi echo scans.
fmriprep version 20.1.1 has bug with multi echo scans. -->

Latest revision as of 18:28, 8 April 2026

FMRIPrep: A Robust Preprocessing Pipeline for fMRI Data

Official Website

Fmriprep Command Line Usage

FMRIprep is provided through Apptainer

module load apptainer
apptainer run --cleanenv /u/project/CCN/apps/fmriprep/rh7/25.1.3/fmriprep-25.1.3.sif \
-w PATH/TO/WORKSPACE \
--output-spaces SPACE_NAME \
--fs-license-file /u/project/CCN/apps/freesurfer/rh7/7.2.0/.license \
PATH/TO/DATA/DIR PATH/TO/OUTPUT/DIR \
participant --participant-label label


  • Note: By default, fmriprep uses "MNI152NLin2009cAsym" space if no SPACE_NAME specified with --output-spaces option