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

ENSCORESW-125. Readme not working due to missing function import

parent 2795942d
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ use base qw(Bio::EnsEMBL::Pipeline::Flatfile::Base); ...@@ -55,7 +55,7 @@ use base qw(Bio::EnsEMBL::Pipeline::Flatfile::Base);
use Bio::EnsEMBL::Utils::Exception qw/throw/; use Bio::EnsEMBL::Utils::Exception qw/throw/;
use Bio::EnsEMBL::Utils::SeqDumper; use Bio::EnsEMBL::Utils::SeqDumper;
use Bio::EnsEMBL::Utils::IO qw/gz_work_with_file/; use Bio::EnsEMBL::Utils::IO qw/gz_work_with_file work_with_file/;
use File::Path qw/rmtree/; use File::Path qw/rmtree/;
sub param_defaults { sub param_defaults {
......
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