Skip to content

Commit 5e95f17

Browse files
kishwarshafincopybara-github
authored andcommitted
Fix typos and doc formatting
PiperOrigin-RevId: 702568997
1 parent 8b052ba commit 5e95f17

File tree

2 files changed

+14
-17
lines changed

2 files changed

+14
-17
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ DeepVariant supports germline variant-calling in diploid organisms.
4141
[Mapped with BWA](docs/pangenome-aware-wes-bwa-case-study.md).
4242

4343
We have also adapted DeepVariant for somatic calling. See the
44-
[github.com/google/deepsomatic](DeepSomatic) repo for details.
44+
[DeepSomatic](https://github.com/google/deepsomatic) repo for details.
4545

4646
Please also note:
4747

@@ -113,13 +113,12 @@ To see all flags you can use, run: `docker run
113113
google/deepvariant:"${BIN_VERSION}"`
114114

115115
If you're using GPUs, or want to use Singularity instead, see
116-
[Quick Start](docs/deepvariant-quick-start.md) for more details or see all the
117-
[setup options](#deepvariant_setup) available.
116+
[Quick Start](docs/deepvariant-quick-start.md) for more details.
118117

119118
If you are running on a machine with a GPU, an experimental mode is available
120119
that enables running the `make_examples` stage on the CPU while the
121120
`call_variants` stage runs on the GPU simultaneously.
122-
For more details, refer to the [Fast Pipelione case study](docs/deepvariant-fast-pipeline-case-study.md).
121+
For more details, refer to the [Fast Pipeline case study](docs/deepvariant-fast-pipeline-case-study.md).
123122

124123
For more information, also see:
125124

@@ -205,7 +204,7 @@ post on
205204
### Prerequisites
206205

207206
* Unix-like operating system (cannot run on Windows)
208-
* Python 3.8
207+
* Python 3.10
209208

210209
### Official Solutions
211210

docs/trio-merge-case-study.md

+10-12
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,11 @@ do
262262
done
263263
```
264264

265-
| Sample | [3]ts | [4]tv | [5]ts/tv | [6]ts (1st | [7]tv (1st | [8]ts/tv (1st |
266-
: : : : : ALT) : ALT) : ALT) :
267-
| ------ | ----- | ----- | -------- | ---------- | ---------- | ------------- |
268-
| HG002 | 29955 | 11693 | 2.56 | 29942 | 11673 | 2.57 |
269-
| HG003 | 29852 | 11769 | 2.54 | 29842 | 11746 | 2.54 |
270-
| HG004 | 30048 | 11838 | 2.54 | 30037 | 11821 | 2.54 |
265+
| Sample | [3]ts | [4]tv | [5]ts/tv | [6]ts (1st ALT) | [7]tv (1st ALT) | [8]ts/tv (1st ALT) |
266+
| ------ | ----- | ----- | -------- | --------------- | --------------- | ------------------ |
267+
| HG002 | 29955 | 11693 | 2.56 | 29942 | 11673 | 2.57 |
268+
| HG003 | 29852 | 11769 | 2.54 | 29842 | 1174 | 2.54 |
269+
| HG004 | 30048 | 11838 | 2.54 | 3003 | 11821 | 2.54 |
271270

272271
If you want to restrict to the truth BED files, use this command:
273272

@@ -287,12 +286,11 @@ done
287286

288287
Which resulted in this table:
289288

290-
| Sample | [3]ts | [4]tv | [5]ts/tv | [6]ts (1st | [7]tv (1st | [8]ts/tv (1st |
291-
: : : : : ALT) : ALT) : ALT) :
292-
| ------ | ----- | ----- | -------- | ---------- | ---------- | ------------- |
293-
| HG002 | 27716 | 10549 | 2.63 | 27708 | 10536 | 2.63 |
294-
| HG003 | 27382 | 10527 | 2.60 | 27378 | 10515 | 2.60 |
295-
| HG004 | 27503 | 10607 | 2.59 | 27496 | 10596 | 2.59 |
289+
| Sample | [3]ts | [4]tv | [5]ts/tv | [6]ts (1st ALT) | [7]tv (1st ALT) | [8]ts/tv (1st ALT) |
290+
| ------ | ----- | ----- | -------- | --------------- | --------------- | ------------------ |
291+
| HG002 | 27716 | 10549 | 2.63 | 27708 | 10536 | 2.63 |
292+
| HG003 | 27382 | 10527 | 2.60 | 27378 | 10515 | 2.60 |
293+
| HG004 | 27503 | 10607 | 2.59 | 27496 | 10596 | 2.59 |
296294

297295
### Rtg vcfstats
298296

0 commit comments

Comments
 (0)