Skip to content

Commit

Permalink
switch to public dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaning1120 committed May 30, 2024
1 parent 852be3e commit aaa259e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CODEC/demux_CODEC.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ task SplitFastq1 {
}

runtime {
docker: "us.gcr.io/tag-team-160914/codec:v1"
docker: "us.gcr.io/tag-public/codec:v1.1.1"
memory: memory + " GB"
disks: "local-disk " + disk_size + " HDD"
}
Expand All @@ -124,7 +124,7 @@ task SplitFastq2 {
}

runtime {
docker: "us.gcr.io/tag-team-160914/codec:v1"
docker: "us.gcr.io/tag-public/codec:v1.1.1"
memory: memory + " GB"
disks: "local-disk " + disk_size + " HDD"
}
Expand All @@ -146,7 +146,7 @@ task Demux {
/CODECsuite/build/codec demux -1 ${paired_fastqs.left} -2 ${paired_fastqs.right} -p ${sample_sheet} -o ${batch_id}_split.${split} > ${batch_id}_split.${split}.log
}
runtime {
docker: "us.gcr.io/tag-team-160914/codec:v1"
docker: "us.gcr.io/tag-public/codec:v1.1.1"
memory: memory + " GB"
disks: "local-disk " + disk_size + " HDD"
}
Expand Down Expand Up @@ -181,7 +181,7 @@ task GroupFastqFiles {
}

runtime {
docker: "us.gcr.io/tag-team-160914/codec:v1"
docker: "us.gcr.io/tag-public/bcl2fastq_codec:v1"
disks: "local-disk " + disk_size + " HDD"
memory: memory + " GB"
}
Expand Down

0 comments on commit aaa259e

Please sign in to comment.