Skip to content

Commit 01d4b87

Browse files
authored
Fix module command syntax in fmriprep.rst
1 parent 2ae170f commit 01d4b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triton/apps/fmriprep.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Here an example script with open data
4141
mkdir -p ${work_folder}
4242
echo ${iteration}
4343

44-
module apptainer-fmriprep/25.1.4
44+
module load apptainer-fmriprep/25.1.4
4545

4646
apptainer exec -B /m:/m -B /l:/l -B /scratch:/scratch ${IMAGE_PATH} fmriprep ${bids_folder} ${derivatives_folder} -w ${work_folder} participant --participant-label ${iteration} --n_cpus 6 --output-spaces MNI152NLin6Asym:res-2 T1w --cifti-output 91k --return-all-components --fd-spike-threshold 0.2 --fs-license-file /scratch/shareddata/set1/freesurfer/license.txt --write-graph
4747

0 commit comments

Comments
 (0)