Skip to content

Commit 3b46aae

Browse files
add deleted spaces
local version of this file deleted spaces at the end of certain sentences, added them back in
1 parent 42830d0 commit 3b46aae

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/installation.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Where ``<version>`` should be replaced with the desired version of fMRIPrep that
9696
Preparing a Singularity image (Singularity version < 2.5)
9797
---------------------------------------------------------
9898
In this case, start with a machine (e.g., your personal computer) with Docker installed.
99-
Use `docker2singularity <https://github.com/singularityware/docker2singularity>`_ to
99+
Use `docker2singularity <https://github.com/singularityware/docker2singularity>`_ to
100100
create a singularity image.
101101
You will need an active internet connection and some time. ::
102102

@@ -106,7 +106,7 @@ You will need an active internet connection and some time. ::
106106
singularityware/docker2singularity \
107107
poldracklab/fmriprep:<version>
108108

109-
Where ``<version>`` should be replaced with the desired version of fMRIPrep that you want
109+
Where ``<version>`` should be replaced with the desired version of fMRIPrep that you want
110110
to download.
111111

112112
Beware of the back slashes, expected for Windows systems.
@@ -135,11 +135,11 @@ If the data to be preprocessed is also on the HPC, you are ready to run fmriprep
135135

136136
.. note::
137137

138-
Singularity by default `exposes all environment variables from the host inside
138+
Singularity by default `exposes all environment variables from the host inside
139139
the container <https://github.com/singularityware/singularity/issues/445>`_.
140-
Because of this your host libraries (such as nipype) could be accidentally used
140+
Because of this your host libraries (such as nipype) could be accidentally used
141141
instead of the ones inside the container - if they are included in ``PYTHONPATH``.
142-
To avoid such situation we recommend using the ``--cleanenv`` singularity flag
142+
To avoid such situation we recommend using the ``--cleanenv`` singularity flag
143143
in production use. For example: ::
144144

145145
$ singularity run --cleanenv ~/poldracklab_fmriprep_latest-2016-12-04-5b74ad9a4c4d.img \
@@ -160,9 +160,9 @@ If the data to be preprocessed is also on the HPC, you are ready to run fmriprep
160160

161161
.. note::
162162

163-
Depending on how Singularity is configured on your cluster it might or might not
164-
automatically bind (mount or expose) host folders to the container.
165-
If this is not done automatically you will need to bind the necessary folders using
163+
Depending on how Singularity is configured on your cluster it might or might not
164+
automatically bind (mount or expose) host folders to the container.
165+
If this is not done automatically you will need to bind the necessary folders using
166166
the ``-B <host_folder>:<container_folder>`` Singularity argument.
167167
For example: ::
168168

@@ -177,7 +177,7 @@ Manually Prepared Environment (Python 3.5+)
177177

178178
.. warning::
179179

180-
This method is not recommended! Make sure you would rather do this than
180+
This method is not recommended! Make sure you would rather do this than
181181
use a `Docker Container`_ or a `Singularity Container`_.
182182

183183
Make sure all of fmriprep's `External Dependencies`_ are installed.
@@ -226,10 +226,10 @@ FMRIPREP uses FreeSurfer tools, which require a license to run.
226226
To obtain a FreeSurfer license, simply register for free at
227227
https://surfer.nmr.mgh.harvard.edu/registration.html.
228228

229-
When using manually-prepared environments or singularity, FreeSurfer will search
230-
for a license key file first using the ``$FS_LICENSE`` environment variable and then
231-
in the default path to the license key file (``$FREESURFER_HOME/license.txt``).
232-
If using the ``--cleanenv`` flag and ``$FS_LICENSE`` is set, use ``--fs-license-file $FS_LICENSE``
229+
When using manually-prepared environments or singularity, FreeSurfer will search
230+
for a license key file first using the ``$FS_LICENSE`` environment variable and then
231+
in the default path to the license key file (``$FREESURFER_HOME/license.txt``).
232+
If using the ``--cleanenv`` flag and ``$FS_LICENSE`` is set, use ``--fs-license-file $FS_LICENSE``
233233
to pass the license file location to fMRIPrep.
234234

235235
It is possible to run the docker container pointing the image to a local path

0 commit comments

Comments
 (0)