File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,13 +181,13 @@ time sudo docker run \
181
181
2>&1 | tee /tmp/fast_pipeline.Docker_chr20.log
182
182
```
183
183
184
- * ` -v ` allows to map local directory inide docker container.
184
+ * ` -v ` allows to map local directory inside docker container.
185
185
* ` -e ` we need to set ` DV_BIN_PATH ` environment variable to point to
186
186
DeepVariant binaries directory inside the container.
187
187
* ` --shm-size ` sets the size of shared memory available to the container. It
188
188
has to be larger than ` --buffer_size ` x ` --num_shards ` . In our case
189
189
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.
191
191
192
192
#### ` fast_pipeline ` command line parameters:
193
193
You can’t perform that action at this time.
0 commit comments