Skip to content

Commit

Permalink
update dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
nikellepetrillo committed Jul 9, 2024
1 parent deb14ab commit 55385c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipelines/skylab/optimus/Optimus.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ workflow Optimus {
String star_docker = "star:1.0.1-2.7.11a-1692706072"
String warp_tools_docker_2_0_1 = "warp-tools:2.0.1"
String warp_tools_docker_2_0_2 = "warp-tools:2.0.2-1709308985"
String star_merge_docker = "star-merge-npz:1.1"
String star_merge_docker = "star-merge-npz:1.2"

#TODO how do we handle these?
String alpine_docker = "alpine-bash:latest"
Expand Down
2 changes: 1 addition & 1 deletion pipelines/skylab/slideseq/SlideSeq.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ workflow SlideSeq {
String picard_cloud_docker = "picard-cloud:2.26.10"
String warp_tools_docker_2_0_1 = "warp-tools:2.0.1"
String warp_tools_docker_2_0_2 = "warp-tools:2.0.2-1709308985"
String star_merge_docker = "star-merge-npz:1.1"
String star_merge_docker = "star-merge-npz:1.2"

String ubuntu_docker = "ubuntu_16_0_4:latest"
String gcp_ubuntu_docker_prefix = "gcr.io/gcp-runtimes/"
Expand Down

0 comments on commit 55385c6

Please sign in to comment.