<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:΢ÈíÑźÚ
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi All. Sorry to bother you.<br><br>I want to fetch all genes having a specific interpro domain in multiple species. My script is shown in the following:<br><br>use Bio::EnsEMBL::Registry;<br>my $registry = 'Bio::EnsEMBL::Registry';<br>$registry->load_registry_from_db(<br>      -host       =>'ensembldb.ensembl.org',<br>      -user       =>'anonymous',<br>      -db_version =>'67');<br><br>my $gene_adaptor=$registry->get_adaptor( '<font style="" color="#FF0000">multi</font>', 'Core', 'Gene' );<br>my @genes=@{$gene_adaptor->fetch_all_by_domain('IPR000047')};<br>for $gene(@genes){<br>    print $gene->stable_id,"\n";<br>}<br><br>It seems it is not right to use 'multi' (in red) here. My question is how to define multiple species?<br><br>Wish your help! Thanks very much! I really appreciate it.<br><br><br>Best wishes,<br><br>Mei<br>                                          </div></body>
</html>