From 26574bf26bef2663e9a67fe99c2a241762eb4365 Mon Sep 17 00:00:00 2001 From: DavyCats <davycats.dc@gmail.com> Date: Fri, 20 Aug 2021 13:43:07 +0200 Subject: [PATCH] update bedtools version for coverage --- bedtools.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bedtools.wdl b/bedtools.wdl index f8713d2..1d956ca 100644 --- a/bedtools.wdl +++ b/bedtools.wdl @@ -77,7 +77,7 @@ task Coverage { String memory = "8G" Int timeMinutes = 120 - String dockerImage = "quay.io/biocontainers/bedtools:2.23.0--hdbcaa40_3" + String dockerImage = "quay.io/biocontainers/bedtools:2.30.0--h7d7f7ad_2" } command { -- GitLab