Skip to content

Commit 6543122

Browse files
committed
DOC: Retest substitutions [skip ci]
1 parent 641c0c3 commit 6543122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/usage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ For installation instructions, please see [](installation.md#installing-the-niba
8686
### Sample Docker usage
8787

8888
```
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
9090
9191
RUNNING: docker run --rm -e DOCKER_VERSION_8395080871=20.10.6 -it -v /path/to/data:/data:ro \
9292
-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
9494
...
9595
```
9696

@@ -104,11 +104,11 @@ This can be overridden by using the `-i` flag to specify a particular Docker ima
104104
### Sample Singularity usage
105105

106106
```
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
108108
109109
RUNNING: singularity run --cleanenv -B /path/to/data:/data:ro \
110110
-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
112112
...
113113
```
114114

0 commit comments

Comments
 (0)