Skip to content

Commit

Permalink
update container version
Browse files Browse the repository at this point in the history
  • Loading branch information
jvhagey committed Mar 25, 2024
1 parent b4a23cf commit 04a6a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tasks/combine_phoenix_run.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ task combine_phoenix_run {
String analysis_date = read_string("DATE")
}
runtime {
docker: "quay.io/jvhagey/phoenix:2.0.2"
docker: "quay.io/jvhagey/phoenix:2.1.1"
memory: "8 GB"
cpu: 1
disks: "local-disk 100 SSD"
Expand Down
4 changes: 2 additions & 2 deletions tasks/task_phoenix.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ task phoenix {
}
command <<<
date | tee DATE
version="v2.1.1-dev"
version="v2.1.1"
echo $version | tee VERSION

# Debug
Expand Down Expand Up @@ -246,7 +246,7 @@ task phoenix {
File? multiqc_output = "~{samplename}/phx_output/multiqc/multiqc_report.html"
}
runtime {
docker: "quay.io/jvhagey/phoenix@sha256:f16d1349ebb53147a180b8331ec51ba6274bd87f67ebd61360e369b2ae5a6f2f"
docker: "quay.io/jvhagey/phoenix:2.1.1"
memory: "~{memory} GB"
cpu: cpu
disks: "local-disk ~{disk_size} SSD"
Expand Down

0 comments on commit 04a6a82

Please sign in to comment.