Skip to content

Commit

Permalink
change docker images since it is now public
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed May 23, 2024
1 parent d71532f commit c2347f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODEC/codec_bcl2fastq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task GetBclBucketSize {
}

runtime {
docker: "us.gcr.io/tag-team-160914/bcl2fastq_codec:v1"
docker: "us.gcr.io/tag-public/bcl2fastq_codec:v1"
memory: memory + " GB"
disks: "local-disk 16 HDD"
}
Expand Down Expand Up @@ -108,7 +108,7 @@ task run_bcl2fastq {
}

runtime {
docker: "us.gcr.io/tag-team-160914/bcl2fastq_codec:v1"
docker: "us.gcr.io/tag-public/bcl2fastq_codec:v1"
memory: memory
bootDiskSizeGb: 12
disks: "local-disk ${disk_space} HDD"
Expand Down

0 comments on commit c2347f1

Please sign in to comment.