Skip to content

Commit

Permalink
attempt #2 at parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasch committed Nov 17, 2023
1 parent 54c1bdd commit a8f46ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsUtils.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ task GetToolVersions {
# GVS generally uses the smallest `alpine` version of the Google Cloud SDK as it suffices for most tasks, but
# there are a handlful of tasks that require the larger GNU libc-based `slim`.
String cloud_sdk_slim_docker = "gcr.io/google.com/cloudsdktool/cloud-sdk:435.0.0-slim"
String variants_docker = "us.gcr.io/broad-dsde-methods/variantstore:2023-11-16-alpine-26865ea62"
String variants_docker = "us.gcr.io/broad-dsde-methods/variantstore:2023-11-16-alpine-54c1bddca"
String gatk_docker = "us.gcr.io/broad-dsde-methods/broad-gatk-snapshots:varstore_2023_10_31_e7746ce7c38a8226bcac5b89284782de2a4cdda1"
String variants_nirvana_docker = "us.gcr.io/broad-dsde-methods/variantstore:nirvana_2022_10_19"
String real_time_genomics_docker = "docker.io/realtimegenomics/rtg-tools:latest"
Expand Down
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/extract/run_in_hail_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def run_in_cluster(cluster_name, account, worker_machine_type, region, gcs_proje
--max-idle=60m
--max-age=1440m
--subnet=projects/{gcs_project}/regions/{region}/subnetworks/subnetwork
--properties ^#^dataproc:dataproc.monitoring.stackdriver.enable=true#dataproc:dataproc.logging.stackdriver.enable=true
--properties=dataproc:dataproc.monitoring.stackdriver.enable=true,dataproc:dataproc.logging.stackdriver.enable=true
{cluster_name}
""")
Expand Down

0 comments on commit a8f46ad

Please sign in to comment.