From c2167e7c90f016905f309f118eb3897935ee7c5f Mon Sep 17 00:00:00 2001 From: koles Date: Wed, 12 Dec 2018 10:45:43 -0800 Subject: [PATCH] deepvariant script updates for v0.7.2 release. PiperOrigin-RevId: 225213413 --- scripts/run_wes_case_study_binaries.sh | 2 +- scripts/run_wes_case_study_docker.sh | 4 ++-- scripts/run_wgs_case_study_binaries.sh | 2 +- scripts/run_wgs_case_study_docker.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/run_wes_case_study_binaries.sh b/scripts/run_wes_case_study_binaries.sh index 651f4408..af4ca877 100755 --- a/scripts/run_wes_case_study_binaries.sh +++ b/scripts/run_wes_case_study_binaries.sh @@ -12,7 +12,7 @@ set -euo pipefail ## Preliminaries # Set a number of shell variables, to make what follows easier to read. BASE="${HOME}/exome-case-study" -MODEL_VERSION="0.7.1" +MODEL_VERSION="0.7.2" MODEL_NAME="DeepVariant-inception_v3-${MODEL_VERSION}+data-wes_standard" MODEL_HTTP_DIR="https://storage.googleapis.com/deepvariant/models/DeepVariant/${MODEL_VERSION}/${MODEL_NAME}" diff --git a/scripts/run_wes_case_study_docker.sh b/scripts/run_wes_case_study_docker.sh index 598127c1..e28ef384 100755 --- a/scripts/run_wes_case_study_docker.sh +++ b/scripts/run_wes_case_study_docker.sh @@ -6,8 +6,8 @@ set -euo pipefail ## Preliminaries # Set a number of shell variables, to make what follows easier to read. BASE="${HOME}/exome-case-study" -BIN_VERSION="0.7.1" -MODEL_VERSION="0.7.1" +BIN_VERSION="0.7.2" +MODEL_VERSION="0.7.2" MODEL_NAME="DeepVariant-inception_v3-${MODEL_VERSION}+data-wes_standard" MODEL_HTTP_DIR="https://storage.googleapis.com/deepvariant/models/DeepVariant/${MODEL_VERSION}/${MODEL_NAME}" diff --git a/scripts/run_wgs_case_study_binaries.sh b/scripts/run_wgs_case_study_binaries.sh index c0dccd14..76e57684 100755 --- a/scripts/run_wgs_case_study_binaries.sh +++ b/scripts/run_wgs_case_study_binaries.sh @@ -12,7 +12,7 @@ set -euo pipefail ## Preliminaries # Set a number of shell variables, to make what follows easier to read. BASE="${HOME}/case-study" -MODEL_VERSION="0.7.1" +MODEL_VERSION="0.7.2" MODEL_NAME="DeepVariant-inception_v3-${MODEL_VERSION}+data-wgs_standard" MODEL_HTTP_DIR="https://storage.googleapis.com/deepvariant/models/DeepVariant/${MODEL_VERSION}/${MODEL_NAME}" diff --git a/scripts/run_wgs_case_study_docker.sh b/scripts/run_wgs_case_study_docker.sh index e366d810..45542bca 100755 --- a/scripts/run_wgs_case_study_docker.sh +++ b/scripts/run_wgs_case_study_docker.sh @@ -6,8 +6,8 @@ set -euo pipefail ## Preliminaries # Set a number of shell variables, to make what follows easier to read. BASE="${HOME}/case-study" -BIN_VERSION="0.7.1" -MODEL_VERSION="0.7.1" +BIN_VERSION="0.7.2" +MODEL_VERSION="0.7.2" MODEL_NAME="DeepVariant-inception_v3-${MODEL_VERSION}+data-wgs_standard" MODEL_HTTP_DIR="https://storage.googleapis.com/deepvariant/models/DeepVariant/${MODEL_VERSION}/${MODEL_NAME}"