Skip to content

Commit 3c62115

Browse files
authored
fix typos, fix note box [skip ds005][skip ds054][skip ds210][skip tests]
1 parent bba2ba4 commit 3c62115

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/installation.rst

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ Singularity Container
6969
For security reasons, many HPCs (e.g., TACC) do not allow Docker containers, but do
7070
allow `Singularity <https://github.com/singularityware/singularity>`_ containers.
7171

72-
Preparing a Singularity image (Singualrity version >= 2.5)
72+
Preparing a Singularity image (Singularity version >= 2.5)
7373
----------------------------------------------------------
7474
If the version of Singularity on your HPC is modern enough you can create Singularity
7575
image directly on the HCP.
76-
This is as simple as
76+
This is as simple as: ::
7777

7878
$ singularity build /my_images/fmriprep-<version>.simg docker://poldracklab/mriqc:<version>
7979
8080
Where ``<version>`` should be replaced with the desired version of fMRIPrep that you want to download.
8181

8282

83-
Preparing a Singularity image (Singualrity version < 2.5)
83+
Preparing a Singularity image (Singularity version < 2.5)
8484
---------------------------------------------------------
8585
In this case, start with a machine (e.g., your personal computer) with Docker installed.
8686
Use `docker2singularity <https://github.com/singularityware/docker2singularity>`_ to
@@ -134,15 +134,17 @@ If the data to be preprocessed is also on the HPC, you are ready to run fmriprep
134134
participant \
135135
--participant-label 387 --nthreads 16 -w $WORK/lonestar/work \
136136
--omp-nthreads 16
137-
138-
or, unset the ``PYTHONPATH`` variable before running:
139-
137+
138+
139+
or, unset the ``PYTHONPATH`` variable before running: ::
140+
140141
$ unset PYTHONPATH; singularity run ~/poldracklab_fmriprep_latest-2016-12-04-5b74ad9a4c4d.img \
141142
/work/04168/asdf/lonestar/ $WORK/lonestar/output \
142143
participant \
143144
--participant-label 387 --nthreads 16 -w $WORK/lonestar/work \
144145
--omp-nthreads 16
145-
146+
147+
146148
.. note::
147149

148150
Depending on how Singularity is configured on your cluster it might or might not

0 commit comments

Comments
 (0)