Skip to content
Snippets Groups Projects
Commit f88d0065 authored by Jessica Severin's avatar Jessica Severin
Browse files

added MetaContainer adaptor to load_hive

parent 70c11cf3
No related branches found
No related tags found
No related merge requests found
......@@ -522,6 +522,7 @@ sub load_hive{
my ($dba) = @_;
my %pairs = (
"MetaContainer" => 'Bio::EnsEMBL::DBSQL::MetaContainer',
"Analysis" => "Bio::EnsEMBL::DBSQL::AnalysisAdaptor",
"Queen" => "Bio::EnsEMBL::Hive::Queen",
"AnalysisJob" => "Bio::EnsEMBL::Hive::DBSQL::AnalysisJobAdaptor",
......
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