Skip to content

Commit

Permalink
missed one after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
meganshand committed Jul 19, 2024
1 parent 34844a9 commit 879f699
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ workflow ExomeGermlineSingleSample {
}

# docker images
String gatk_docker_gcp = "us.gcr.io/broad-gatk/gatk:4.5.0.0"
String gatk_docker_azure = "dsppipelinedev.azurecr.io/gatk_reduced_layers:1.0.0"
String gatk_docker_gcp = "us.gcr.io/broad-gatk/gatk:4.6.0.0"
String gatk_docker_azure = "terrapublic.azurecr.io/gatk:4.6.0.0"
String gatk_docker = if cloud_provider == "gcp" then gatk_docker_gcp else gatk_docker_azure

# make sure either gcp or azr is supplied as cloud_provider input
Expand Down

0 comments on commit 879f699

Please sign in to comment.