From 338af7ac60d7148615ca7b4ecf26fa588d2b4c6c Mon Sep 17 00:00:00 2001 From: Sergey Koren Date: Thu, 15 Aug 2024 22:06:19 -0400 Subject: [PATCH] fix missing caExit include (issue #2334) --- src/pipelines/canu/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pipelines/canu/Report.pm b/src/pipelines/canu/Report.pm index cd4097ebb..988ed0f84 100644 --- a/src/pipelines/canu/Report.pm +++ b/src/pipelines/canu/Report.pm @@ -30,6 +30,7 @@ no warnings "uninitialized"; #use File::Path 2.08 qw(make_path remove_tree); #use canu::Defaults; +use canu::Execution; use canu::Grid_Cloud;