Skip to content

Commit

Permalink
not yet pushing to public
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed May 23, 2024
1 parent c2347f1 commit a73fe6c
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-public/bcl2fastq_codec:v1"
docker: "us-central1-docker.pkg.dev/tag-team-160914/gptag-dockers/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-public/bcl2fastq_codec:v1"
docker: "us-central1-docker.pkg.dev/tag-team-160914/gptag-dockers/bcl2fastq_codec:v1"
memory: memory
bootDiskSizeGb: 12
disks: "local-disk ${disk_space} HDD"
Expand Down

0 comments on commit a73fe6c

Please sign in to comment.