<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi Alexia,<br>
    <br>
    The API version can be obtained using the method software_version().<br>
    <br>
    The database version is stored in the database meta table.<br>
    It can be obtained with the API using the meta container.<br>
    <br>
    my $meta_container = $registry->get_adaptor( 'Human', 'Core',
    'MetaContainer' );<br>
    my $database_version = $meta_container->get_schema_version();<br>
    <br>
    <br>
    Hope that helps,<br>
    Magali<br>
    <br>
    <div class="moz-cite-prefix">On 12/03/2014 09:17, Alexia Cardona
      wrote:<br>
    </div>
    <blockquote
cite="mid:CALdnM0G2rJfYE2R3HzB1aW4LMvgu-oKGm05290SadZ5KJ8QYQA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Dear all,
        <div>I'm trying to find out what version of the database and
          also version of the API I am using through the EnsEMBL API.
           Is there a method I can use to check this please?</div>
        <div>Thanks</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Dev mailing list    <a class="moz-txt-link-abbreviated" href="mailto:Dev@ensembl.org">Dev@ensembl.org</a>
Posting guidelines and subscribe/unsubscribe info: <a class="moz-txt-link-freetext" href="http://lists.ensembl.org/mailman/listinfo/dev">http://lists.ensembl.org/mailman/listinfo/dev</a>
Ensembl Blog: <a class="moz-txt-link-freetext" href="http://www.ensembl.info/">http://www.ensembl.info/</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>