Skip to content

Commit

Permalink
Update all r0.8 references to r0.9 in documentation
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 280122378
  • Loading branch information
sgoe1 authored and copybara-github committed Nov 13, 2019
1 parent dd37751 commit 4c9a265
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/deepvariant-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Before you run the script, you can read through all sections to understand the
details. Here is a quick way to get the script and run it:

```bash
curl https://raw.githubusercontent.com/google/deepvariant/r0.8/scripts/run_wgs_case_study_docker.sh | bash
curl https://raw.githubusercontent.com/google/deepvariant/r0.9/scripts/run_wgs_case_study_docker.sh | bash
```

### Running on a machine with GPU
Expand Down
2 changes: 1 addition & 1 deletion docs/deepvariant-exome-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Before you run the script, you can read through all sections to understand the
details. Here is a quick way to get the script and run it:

```bash
curl https://raw.githubusercontent.com/google/deepvariant/r0.8/scripts/run_wes_case_study_docker.sh | bash
curl https://raw.githubusercontent.com/google/deepvariant/r0.9/scripts/run_wes_case_study_docker.sh | bash
```

### Runtime
Expand Down
2 changes: 1 addition & 1 deletion docs/deepvariant-pacbio-model-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ gcloud compute ssh "${USER}-cpu" --zone "us-west1-b"
1. Download and run the case study script:

```shell
curl https://raw.githubusercontent.com/google/deepvariant/r0.8/scripts/run_pacbio_case_study_docker.sh | bash
curl https://raw.githubusercontent.com/google/deepvariant/r0.9/scripts/run_pacbio_case_study_docker.sh | bash
```

## Script description
Expand Down
2 changes: 1 addition & 1 deletion docs/deepvariant-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ Benchmarking Summary:
[BAM]: http://genome.sph.umich.edu/wiki/BAM
[BWA]: https://academic.oup.com/bioinformatics/article/25/14/1754/225615/Fast-and-accurate-short-read-alignment-with
[docker build]: https://docs.docker.com/engine/reference/commandline/build/
[Dockerfile]: https://github.com/google/deepvariant/blob/r0.8/Dockerfile
[Dockerfile]: https://github.com/google/deepvariant/blob/r0.9/Dockerfile
[External Solutions]: https://github.com/google/deepvariant#external-solutions
[FASTA]: https://en.wikipedia.org/wiki/FASTA_format
[Quick Start in r0.7]: https://github.com/google/deepvariant/blob/r0.7/docs/deepvariant-quick-start.md
Expand Down
2 changes: 1 addition & 1 deletion docs/deepvariant-tpu-training-case-study.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Get the code that shuffles:

```
mkdir -p ${SHUFFLE_SCRIPT_DIR}
wget https://raw.githubusercontent.com/google/deepvariant/r0.8/tools/shuffle_tfrecords_beam.py -O ${SHUFFLE_SCRIPT_DIR}/shuffle_tfrecords_beam.py
wget https://raw.githubusercontent.com/google/deepvariant/r0.9/tools/shuffle_tfrecords_beam.py -O ${SHUFFLE_SCRIPT_DIR}/shuffle_tfrecords_beam.py
```

Validation set is small, so we will just shuffle locally using DirectRunner:
Expand Down
2 changes: 1 addition & 1 deletion scripts/run_deepvariant.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
using the binaries in the Docker image.
For more details, see:
https://github.com/google/deepvariant/blob/r0.8/docs/deepvariant-quick-start.md
https://github.com/google/deepvariant/blob/r0.9/docs/deepvariant-quick-start.md
"""

from __future__ import absolute_import
Expand Down

0 comments on commit 4c9a265

Please sign in to comment.