Skip to content

Commit

Permalink
DOC: Retest substitutions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mgxd committed May 26, 2023
1 parent 641c0c3 commit 6543122
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ For installation instructions, please see [](installation.md#installing-the-niba
### Sample Docker usage

```
$ nibabies-wrapper docker /path/to/data /path/to/output participant --age-months 12 --fs-license-file /usr/freesurfer/license.txt
$ nibabies-wrapper docker /path/to/data /path/to/output participant --fs-license-file /usr/freesurfer/license.txt
RUNNING: docker run --rm -e DOCKER_VERSION_8395080871=20.10.6 -it -v /path/to/data:/data:ro \
-v /path/to/output:/out -v /usr/freesurfer/license.txt:/opt/freesurfer/license.txt:ro \
nipreps/nibabies:21.0.0 /data /out participant --age-months 12
nipreps/nibabies:{{version}} /data /out participant
...
```

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

```
$ 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
$ nibabies-wrapper singularity /path/to/data /path/to/output participant -i nibabies-{{version}}.sif --fs-license-file /usr/freesurfer/license.txt
RUNNING: singularity run --cleanenv -B /path/to/data:/data:ro \
-B /path/to/output:/out -B /usr/freesurfer/license.txt:/opt/freesurfer/license.txt:ro \
nibabies-21.0.0.sif /data /out participant --age-months 12
nibabies-{{version}}.sif /data /out participant
...
```

Expand Down

0 comments on commit 6543122

Please sign in to comment.