Skip to content
Snippets Groups Projects
Commit e59fcbb6 authored by Andy Yates's avatar Andy Yates
Browse files

Need to import the Base module

parent b2687de8
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ package Bio::EnsEMBL::Pipeline::FASTA::EmailSummary;
use strict;
use warnings;
use base qw/Bio::EnsEMBL::Hive::RunnableDB::NotifyByEmail Bio:EnsEMBL::Pipeline::Base/;
use base qw/Bio::EnsEMBL::Hive::RunnableDB::NotifyByEmail Bio::EnsEMBL::Pipeline::Base/;
use Bio::EnsEMBL::Hive::Utils qw/destringify/;
sub fetch_input {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment