diff --git a/docker/umap/package.json b/docker/umap/package.json index fc6ab1a0d..71cfaf371 100644 --- a/docker/umap/package.json +++ b/docker/umap/package.json @@ -1,5 +1,5 @@ { "name": "umap", "version": "0.5.7", - "revision": "10" + "revision": "11" } \ No newline at end of file diff --git a/workflows/methylation/methylation-cohort.wdl b/workflows/methylation/methylation-cohort.wdl index e1bf70be5..a4e94aeae 100644 --- a/workflows/methylation/methylation-cohort.wdl +++ b/workflows/methylation/methylation-cohort.wdl @@ -285,7 +285,7 @@ task generate_umap { } runtime { - container: "ghcr.io/stjudecloud/umap:0.5.7-10" + container: "ghcr.io/stjudecloud/umap:0.5.7-11" memory: "8 GB" cpu: 1 disks: "~{disk_size_gb} GB"