File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,11 @@ For installation instructions, please see [](installation.md#installing-the-niba
86
86
### Sample Docker usage
87
87
88
88
```
89
- $ nibabies-wrapper docker /path/to/data /path/to/output participant --age-months 12 -- fs-license-file /usr/freesurfer/license.txt
89
+ $ nibabies-wrapper docker /path/to/data /path/to/output participant --fs-license-file /usr/freesurfer/license.txt
90
90
91
91
RUNNING: docker run --rm -e DOCKER_VERSION_8395080871=20.10.6 -it -v /path/to/data:/data:ro \
92
92
-v /path/to/output:/out -v /usr/freesurfer/license.txt:/opt/freesurfer/license.txt:ro \
93
- nipreps/nibabies:21.0.0 /data /out participant --age-months 12
93
+ nipreps/nibabies:{{version}} /data /out participant
94
94
...
95
95
```
96
96
@@ -104,11 +104,11 @@ This can be overridden by using the `-i` flag to specify a particular Docker ima
104
104
### Sample Singularity usage
105
105
106
106
```
107
- $ nibabies-wrapper singularity /path/to/data /path/to/output participant --age-months 12 - i nibabies-21.0.0 .sif --fs-license-file /usr/freesurfer/license.txt
107
+ $ nibabies-wrapper singularity /path/to/data /path/to/output participant -i nibabies-{{version}} .sif --fs-license-file /usr/freesurfer/license.txt
108
108
109
109
RUNNING: singularity run --cleanenv -B /path/to/data:/data:ro \
110
110
-B /path/to/output:/out -B /usr/freesurfer/license.txt:/opt/freesurfer/license.txt:ro \
111
- nibabies-21.0.0. sif /data /out participant --age-months 12
111
+ nibabies-{{version}}. sif /data /out participant
112
112
...
113
113
```
114
114
You can’t perform that action at this time.
0 commit comments