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

Missed off a multiple import which meant we could not call out to some methods

parent ce4d8226
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ package Bio::EnsEMBL::Pipeline::FASTA::SpeciesFactory;
use strict;
use warnings;
use base qw/Bio::EnsEMBL::Pipeline::SpeciesFactory/;
use base qw/Bio::EnsEMBL::Pipeline::SpeciesFactory Bio::EnsEMBL::Pipeline::FASTA::Base/;
use Bio::EnsEMBL::Registry;
......
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