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

Must inherit the param defaults otherwise the code will not operate as expected

parent 6680d364
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ use Bio::EnsEMBL::Utils::Scalar qw/wrap_array/;
sub param_defaults {
my ($self) = @_;
return {
%{$self->SUPER::param_defaults()},
column_names => ['type','species'],
default_types => [qw/embl genbank/],
};
......
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