Skip to content
Snippets Groups Projects
Commit 2be4ee3b authored by Ian Longden's avatar Ian Longden
Browse files

get_available_adaptors method added to make DBAdaptors all act the same in the load

parent 06a19e97
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,11 @@ use strict;
@ISA = qw(Bio::EnsEMBL::DBSQL::DBAdaptor);
sub get_available_adaptors{
my %pairs = ("SNP", "Bio::EnsEMBL::Lite::SNPAdaptor");
return (\%pairs);
}
1;
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