<div dir="ltr"><div>I've been banging my head against this error for a while now. Does it ring a bell to anyone?</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><font face="monospace, monospace">MSG: Could not get adaptor MetaContainer for homo_sapiens core</font></div><div><font face="monospace, monospace"><br></font></div><div><font face="monospace, monospace">STACK Bio::EnsEMBL::DBSQL::DBAdaptor::AUTOLOAD /home/reece/opt/es/84/ensembl/modules/Bio/EnsEMBL/DBSQL/DBAdaptor.pm:995</font></div><div><font face="monospace, monospace">STACK Bio::EnsEMBL::DBSQL::SliceAdaptor::new /home/reece/opt/es/84/ensembl/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm:135</font></div><div><font face="monospace, monospace">STACK Bio::EnsEMBL::Registry::get_adaptor /home/reece/opt/es/84/ensembl/modules/Bio/EnsEMBL/Registry.pm:1182</font></div><div><font face="monospace, monospace">STACK toplevel ./sbin/ensembl-fetch:206</font></div><div><font face="monospace, monospace">Date (localtime)    = Fri May 27 23:11:02 2016</font></div><div><font face="monospace, monospace">Ensembl API version = 84</font></div><div><font face="monospace, monospace"><br></font></div></blockquote><div><br></div><div>I verified the same issue with code lifted almost directly from the core api tutorial:</div><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><div>use Bio::EnsEMBL::Registry;</div><div><br></div><div>my $registry = 'Bio::EnsEMBL::Registry';</div><div><br></div><div>$registry->load_registry_from_db(</div><div>    -host => '<a href="http://ensembldb.ensembl.org">ensembldb.ensembl.org</a>', # alternatively '<a href="http://useastdb.ensembl.org">useastdb.ensembl.org</a>'</div><div>    -user => 'anonymous'</div><div>);</div><div><br></div><div>my $sa = $registry->get_adaptor( 'Human', 'Core', 'Slice' );</div></div></div></blockquote><br><div>Oddly (to me), $registry->get_all_DBAdaptors() works.</div><div><br></div><div>This is with e-84.</div><div><br></div><div>Thanks,</div><div>Reece</div><div><br></div></div>