Skip to content

Commit

Permalink
use viral-core (w/ jq) for get_gcloud_env_info task
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Oct 20, 2023
1 parent e19c752 commit 5a125dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_terra.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ task get_gcloud_env_info {
String google_project_id_out = read_string("google_project_id.txt")
}
runtime {
docker: "quay.io/broadinstitute/ncbi-tools:2.10.7.10"
docker: "quay.io/broadinstitute/viral-core:2.2.2"
memory: "1 GB"
cpu: 1
maxRetries: 1
Expand Down

0 comments on commit 5a125dd

Please sign in to comment.