From 7efc216813a1a9ee830b46a4e54bd9e35cca2549 Mon Sep 17 00:00:00 2001 From: Jillian Rowe Date: Thu, 6 Jul 2017 10:31:07 +0400 Subject: [PATCH] bug fix for stats --- lib/BioX/Workflow/Command/run/Utils/Samples.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/BioX/Workflow/Command/run/Utils/Samples.pm b/lib/BioX/Workflow/Command/run/Utils/Samples.pm index b498e43..06a9c45 100644 --- a/lib/BioX/Workflow/Command/run/Utils/Samples.pm +++ b/lib/BioX/Workflow/Command/run/Utils/Samples.pm @@ -3,6 +3,7 @@ package BioX::Workflow::Command::run::Utils::Samples; use MooseX::App::Role; with 'BioX::Workflow::Command::run::Rules::Directives::Sample'; +with 'BioX::Workflow::Command::run::Rules::Rules'; use File::Find::Rule; use File::Basename;