Hoffman2:Software Tools:FMRIprep: Difference between revisions

From Center for Cognitive Neuroscience
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
The following command need to be run in a CentOS 7 node.   
The following command need to be run in a CentOS 7 node.   


module load singularity
<!-- module load singularity
  singularity shell --userns /u/project/CCN/apps/fmriprep/rh7/20.2.1/fmriprep-20.2.1.sif
  singularity shell --userns /u/project/CCN/apps/fmriprep/rh7/20.2.1/fmriprep-20.2.1.sif
  exit ##to stop container
  exit ##to stop container


Or as the instruction from FMRIPrep official site
Or as the instruction from FMRIPrep official site -->


  module load singularity
  module load singularity
  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
 
From version '''23.1.3''', FMRIprep is provided through Apptainer
 
module load apptainer/1.2.2
apptainer run --cleanenv /u/project/CCN/apps/fmriprep/rh7/23.1.3/23.1.3-fmriprep.sif \
path/to/data/dir path/to/output/dir \
participant --participant-label label





Latest revision as of 18:19, 22 August 2023

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

From version 23.1.3, FMRIprep is provided through Apptainer

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