<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000066" bgcolor="#FFFFFF">
    Dear devs,<br>
    <br>
    Up to VEP version 83 I was using the following code in a plugin to
    retrieve gene OMIM related information.<br>
    <br>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
        my @db_entries = @{$gene->get_all_DBEntries()};<br>
        foreach my $db_entry(@db_entries){<br>
            if ($db_entry->dbname eq "MIM_GENE"){<br>
                $mim_id = $db_entry->primary_id;<br>
            }<br>
            if ($db_entry->dbname eq "MIM_MORBID"){<br>
                push(@mim_morbid_ids, $db_entry->primary_id);<br>
            }<br>
        }<br>
    <br>
    However since I've updated to VEP 84 I don't get any MIM_MORBID
    db_entry associated to any gene. Has this been removed or changed
    location?<br>
    <br>
    Best regards,<br>
    Guillermo.<br>
    <br>
  </body>
</html>