Skip to content

Commit

Permalink
switch to public docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed May 25, 2024
1 parent ca095be commit 21cf843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CODEC/SingleSampleCODEC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ task QC_metrics {
}
runtime {
memory: memory + " GB"
docker: "us.gcr.io/tag-team-160914/picard_docker"
docker: "us.gcr.io/tag-public/metadata_upload"
disks: "local-disk " + disk_size + " HDD"
preemptible: 2
}
Expand All @@ -864,7 +864,7 @@ task EvalGenomeBases {
}
runtime {
memory: memory + " GB"
docker: "us.gcr.io/tag-team-160914/picard_docker"
docker: "us.gcr.io/tag-public/metadata_upload"
disks: "local-disk " + disk_size + " HDD"
preemptible: 1
}
Expand Down Expand Up @@ -907,7 +907,7 @@ task CalculateDuplexDepth {
}
runtime {
memory: memory + " GB"
docker: "us.gcr.io/tag-team-160914/picard_docker"
docker: "us.gcr.io/tag-public/metadata_upload"
disks: "local-disk " + disk_size + " HDD"
preemptible: 1
}
Expand Down

0 comments on commit 21cf843

Please sign in to comment.