From b43f83a24954b4bc353d554a25d0e681d06f8e73 Mon Sep 17 00:00:00 2001 From: Nikelle Petrillo Date: Tue, 11 Jul 2023 13:49:07 -0400 Subject: [PATCH] update to new subread docker path --- tasks/skylab/FeatureCounts.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/skylab/FeatureCounts.wdl b/tasks/skylab/FeatureCounts.wdl index ba8478f8d1..5acd1870ff 100644 --- a/tasks/skylab/FeatureCounts.wdl +++ b/tasks/skylab/FeatureCounts.wdl @@ -8,7 +8,7 @@ task CountAlignments { File annotation_gtf #runtime values - String docker = "us.gcr.io/broad-gotc-prod/subread:1.0.0-2.0.1-1662044537" + String docker = "us.gcr.io/broad-gotc-prod/subread:1.0.0-2.0.1-1689097353" Int machine_mem_mb = 8250 Int cpu = 1 Int disk = ceil(size(aligned_bam_inputs,"Gi")*2) + 10