Skip to content

Commit

Permalink
fix: bump to latest util image
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Nov 26, 2024
1 parent f705920 commit 0e796ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion data_structures/flag_filter.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ task validate_string_is_12bit_oct_dec_or_hex {
runtime {
memory: "4 GB"
disks: "10 GB"
container: "ghcr.io/stjudecloud/util:1.3.0"
container: "ghcr.io/stjudecloud/util:1.4.0"
maxRetries: 1
}
}
Expand Down
2 changes: 1 addition & 1 deletion tools/htseq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ task calc_tpm {
runtime {
memory: "4 GB"
disks: "10 GB"
container: "ghcr.io/stjudecloud/util:1.3.0"
container: "ghcr.io/stjudecloud/util:1.4.0"
maxRetries: 1
}
}
2 changes: 1 addition & 1 deletion tools/md5sum.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ task compute_checksum {
runtime {
memory: "4 GB"
disks: "~{disk_size_gb} GB"
container: "ghcr.io/stjudecloud/util:1.3.0"
container: "ghcr.io/stjudecloud/util:1.4.0"
maxRetries: 1
}
}
2 changes: 1 addition & 1 deletion workflows/qc/quality-check-standard.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ task parse_input {
runtime {
memory: "4 GB"
disks: "10 GB"
container: "ghcr.io/stjudecloud/util:1.3.0"
container: "ghcr.io/stjudecloud/util:1.4.0"
maxRetries: 1
}
}
Expand Down
2 changes: 1 addition & 1 deletion workflows/rnaseq/rnaseq-standard.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ task parse_input {
runtime {
memory: "4 GB"
disks: "10 GB"
container: "ghcr.io/stjudecloud/util:1.3.0"
container: "ghcr.io/stjudecloud/util:1.4.0"
maxRetries: 1
}
}

0 comments on commit 0e796ea

Please sign in to comment.