Skip to content

Commit a892780

Browse files
committed
fix version + typos
1 parent 892a1ae commit a892780

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorial/parallel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ First thing first, let's make sure our software are usable.
5757

5858
```sh
5959
(dcm2bids) sam:~$ dcm2bids -v
60-
dcm2bids version: 3.0.3
60+
dcm2bids version: 3.1.0
6161
Based on BIDS version: v1.8.0
6262
(dcm2bids) sam:~$ parallel --version
6363
GNU parallel 20230722
@@ -99,7 +99,7 @@ with.
9999
INFO | Running the following command: /home/sam/miniconda3/envs/dcm2bids/bin/dcm2bids_scaffold -o tuto-parallel
100100
INFO | OS version: Linux-5.15.0-83-generic-x86_64-with-glibc2.31
101101
INFO | Python version: 3.10.4 | packaged by conda-forge | (main, Mar 24 2022, 17:39:04) [GCC 10.3.0]
102-
INFO | dcm2bids version: 3.0.3
102+
INFO | dcm2bids version: 3.1.0
103103
INFO | Checking for software update
104104
INFO | Currently using the latest version of dcm2bids.
105105
INFO | The files used to create your BIDS directory were taken from https://github.com/bids-standard/bids-starter-kit.
@@ -128,7 +128,7 @@ This step is optional but it makes things easier when all the data are within
128128
the same directory. The `sourcedata` directory is meant to contain your DICOM
129129
files. It doesn't mean you have to duplicate your files there but it is nice to
130130
[symlink](https://en.wikipedia.org/wiki/Symbolic_link) them there. That being
131-
said, feel free to let your DICOM directories whereever they are, and use that
131+
said, feel free to let your DICOM directories wherever they are, and use that
132132
as an input to your dcm2bids command.
133133

134134
=== "Command"
@@ -195,8 +195,8 @@ created for my data to `code/config_dcm2bids_t1w.json`. This config file aims to
195195
}
196196
```
197197

198-
Make sure that your config file runs succesfully on one participant at least
199-
before moving onto parallizing.
198+
Make sure that your config file runs successfully on one participant at least
199+
before moving onto parallelizing.
200200

201201
In my case,
202202
`dcm2bids --auto_extract_entities -c code/config_dcm2bids_t1w.json -d sourcedata/punk_proj/PUNK041.tar.bz2 -p 041`

0 commit comments

Comments
 (0)