Hi list,<br><br>I am new to using the PERL Api, but have used the Ruby version quite a bit and am familiar with the data structure and so on. One thing I have yet to figure out (being relatively new to PERL in general) is how I can connect to a local installation of e.g. ensembl_compara_63 through the registry. Just putting in the address, username and password throws an error message when trying to get the db adaptor for compara <br>
<br>my $db = Bio::EnsEMBL::Registry->get_adaptor('Multi', 'compara', 'GenomeDB');<br><br>Can't locate object method "get_adaptor" via package "Bio::EnsEMBL::Compara::DBSQL::GenomeDBAdaptor" at /home/mh/scripts/<a href="http://ensembl_test.pl">ensembl_test.pl</a> line 15.<br>
<br>Maybe someone could quickly point me to my error - I would very much like to use parts of EnsEMBL locally, for performance reasons mostly.<br><br>Regards,<br><br>Marc<br>