Skip to content

Commit 2764728

Browse files
committed
fixed typo for fmriprep
1 parent 7f65417 commit 2764728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/fmriprep_on_discovery.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ echo "array id: " ${SLURM_ARRAY_TASK_ID}, "subject id: " ${PARTICIPANT_LABEL}
118118
119119
singularity run \
120120
--cleanenv \
121-
-B ${FMRIPREP_RESOURCES_PATH}:/ \
121+
-B ${FMRIPREP_RESOURCES_PATH}:/resources \
122122
-B ${BIDS_DIR}:/data \
123123
-B ${WORK_DIR}:/work \
124124
-B ${OUTPUT_DIR}:/output \
@@ -127,7 +127,7 @@ singularity run \
127127
-w /work \
128128
--nprocs 8 \
129129
--write-graph \
130-
--fs-license-file ${FMRIPREP_RESOURCES_PATH}/license.txt \
130+
--fs-license-file /resources/license.txt \
131131
--ignore slicetiming \
132132
--fs-no-reconall \
133133
```

0 commit comments

Comments
 (0)