Skip to content

Commit 96dd9c5

Browse files
committed
deploy: 2764728
1 parent 26c9175 commit 96dd9c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_sources/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
```

content/fmriprep_on_discovery.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ <h3>Create Batchscript<a class="headerlink" href="#create-batchscript" title="Pe
836836

837837
singularity run \
838838
--cleanenv \
839-
-B ${FMRIPREP_RESOURCES_PATH}:/ \
839+
-B ${FMRIPREP_RESOURCES_PATH}:/resources \
840840
-B ${BIDS_DIR}:/data \
841841
-B ${WORK_DIR}:/work \
842842
-B ${OUTPUT_DIR}:/output \
@@ -845,7 +845,7 @@ <h3>Create Batchscript<a class="headerlink" href="#create-batchscript" title="Pe
845845
-w /work \
846846
--nprocs 8 \
847847
--write-graph \
848-
--fs-license-file ${FMRIPREP_RESOURCES_PATH}/license.txt \
848+
--fs-license-file /resources/license.txt \
849849
--ignore slicetiming \
850850
--fs-no-reconall \
851851
</pre></div>

0 commit comments

Comments
 (0)