Skip to content

Commit

Permalink
docker images chaneg to public ones
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed May 25, 2024
1 parent a73fe6c commit ca095be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CODEC/demux_CODEC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ task concatenate_and_compress_fastq {
}

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

0 comments on commit ca095be

Please sign in to comment.