Skip to content

Commit 6f46089

Browse files
committed
hitting the infamous GCS-htslib error; trying to resolve it with a better docker
1 parent a74db15 commit 6f46089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wdl/tasks/Utility/Utils.wdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ task SubsetBam {
15611561
boot_disk_gb: 10,
15621562
preemptible_tries: 2,
15631563
max_retries: 1,
1564-
docker: "us.gcr.io/broad-dsp-lrma/lr-basic:0.1.1"
1564+
docker: "us.gcr.io/broad-dsp-lrma/lr-gcloud-samtools:0.1.20"
15651565
}
15661566
RuntimeAttr runtime_attr = select_first([runtime_attr_override, default_attr])
15671567
runtime {

0 commit comments

Comments
 (0)