From 2c2bc849329a2f68a8af58f07cae2a3c95933e86 Mon Sep 17 00:00:00 2001 From: Yueyao Gao Date: Tue, 18 Jun 2024 07:22:03 -0400 Subject: [PATCH] added maxtry to reduce the error --- CoverageProfiler/CoverageProfiler.wdl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CoverageProfiler/CoverageProfiler.wdl b/CoverageProfiler/CoverageProfiler.wdl index 7f63da9..4c812cd 100644 --- a/CoverageProfiler/CoverageProfiler.wdl +++ b/CoverageProfiler/CoverageProfiler.wdl @@ -172,6 +172,8 @@ workflow coverageProfile { cpu: select_first([cpu, 1]) docker: samtools_docker disks: "local-disk 500 SSD" + preemptible: 0 + maxRetries: 3 } } task CovProfileViz {