Skip to content

Commit 53d4965

Browse files
danielecookcopybara-github
authored andcommitted
Typo in deepvariant-fast-pipeline-case-study.md
PiperOrigin-RevId: 700813586
1 parent 66c74e6 commit 53d4965

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/deepvariant-fast-pipeline-case-study.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ time sudo docker run \
181181
2>&1 | tee /tmp/fast_pipeline.Docker_chr20.log
182182
```
183183

184-
* `-v` allows to map local directory inide docker container.
184+
* `-v` allows to map local directory inside docker container.
185185
* `-e` we need to set `DV_BIN_PATH` environment variable to point to
186186
DeepVariant binaries directory inside the container.
187187
* `--shm-size` sets the size of shared memory available to the container. It
188188
has to be larger than `--buffer_size` x `--num_shards`. In our case
189189
buffer_size is 10M and we run 14 shards, so 2gb would be large enough to
190-
accommodate buffers and all sychronization objects for each shard.
190+
accommodate buffers and all synchronization objects for each shard.
191191

192192
#### `fast_pipeline` command line parameters:
193193

0 commit comments

Comments
 (0)