Skip to content

Commit

Permalink
Fix typos and doc formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702568997
  • Loading branch information
kishwarshafin authored and copybara-github committed Dec 4, 2024
1 parent 8b052ba commit 5e95f17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DeepVariant supports germline variant-calling in diploid organisms.
[Mapped with BWA](docs/pangenome-aware-wes-bwa-case-study.md).

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

Please also note:

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

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

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

For more information, also see:

Expand Down Expand Up @@ -205,7 +204,7 @@ post on
### Prerequisites

* Unix-like operating system (cannot run on Windows)
* Python 3.8
* Python 3.10

### Official Solutions

Expand Down
22 changes: 10 additions & 12 deletions docs/trio-merge-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,12 +262,11 @@ do
done
```

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

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

Expand All @@ -287,12 +286,11 @@ done

Which resulted in this table:

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

### Rtg vcfstats

Expand Down

0 comments on commit 5e95f17

Please sign in to comment.