@@ -27,14 +27,14 @@ In order to run fmriprep in a Docker container, Docker must be `installed
27
27
Once Docker is installed, the recommended way to run fmriprep is to use the
28
28
fmriprep-docker _ wrapper, which requires Python and an Internet connection.
29
29
``fmriprep-docker `` is a streamlined command to run fmriprep without having to
30
- properly mount directories (``fmriprep-docker `` does this for you)
30
+ properly mount directories (``fmriprep-docker `` does this for you).
31
31
32
32
To install::
33
33
34
34
$ pip install --user --upgrade fmriprep-docker
35
35
36
- When you run, ``fmriprep-docker `` it will generate a Docker command line for you,
37
- print it out for reporting purposes, and then run the command without further action
36
+ When you run ``fmriprep-docker ``, it will generate a Docker command line for you,
37
+ print it out for reporting purposes, and then execute it without further action
38
38
needed, e.g.::
39
39
40
40
$ fmriprep-docker /path/to/data/dir /path/to/output/dir participant
@@ -43,14 +43,16 @@ needed, e.g.::
43
43
/data /out participant
44
44
...
45
45
46
- For ``fmriprep-docker `` all the options you would typically pass to fmriprep,
47
- you can use for ``fmriprep-docker ``. ``fmriprep-docker `` is mostly mounting
48
- the paths and environmental variables.
46
+ For ``fmriprep-docker `` all the arguments you would typically pass to fmriprep,
47
+ you can use for ``fmriprep-docker `` (i.e. ignoring slice time corrections).
48
+ Additionally, ``fmriprep-docker `` handles mounting the paths and environmental
49
+ variables automatically.
49
50
50
51
We have published a `step-by-step tutorial
51
52
<http://reproducibility.stanford.edu/fmriprep-tutorial-running-the-docker-image/> `_
52
- illustrating how to run ``fmriprep-docker ``. This tutorial also provides valuable
53
- troubleshooting insights and advice on what to do after fmriprep has run.
53
+ illustrating how to run ``fmriprep-docker ``.
54
+ This tutorial also provides valuable troubleshooting insights and advice on
55
+ what to do after fmriprep has run.
54
56
55
57
56
58
You may also invoke ``docker `` directly::
0 commit comments