Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@github.com/Ensembl/ensembl.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jul 21, 2009
  2. Jul 20, 2009
  3. Jul 18, 2009
  4. Jul 17, 2009
  5. Jul 16, 2009
  6. Jul 14, 2009
  7. Jul 10, 2009
    • Andreas Kusalananda Kähäri's avatar
      We made exceptions for the cases where the BaseMetaContainer class was · ecc57d45
      Andreas Kusalananda Kähäri authored
      inherited and used by the Variation, Funcgen, or Compara APIs, because
      these other schemas didn't use to have a species_id column in their meta
      tables.  Now they do, so we're removing the exceptions.
      ecc57d45
    • Andreas Kusalananda Kähäri's avatar
      Change the organization of %registry_register slightly to make it easier · e57f4250
      Andreas Kusalananda Kähäri authored
      to merge copies of it; added a _SPECIES and a _TYPE section to the hash.
      
      Added the subroutine load_registry_from_multiple_dbs():
      
         Arg [1]   : Array of hashes, each hash being a set of arguments to
                     load_registry_from_db() (see above).
      
         Example   :
      
           $registry->load_registry_from_multiple_dbs( {
               '-host'    => 'ensembldb.ensembl.org',
               '-user'    => 'anonymous',
               '-verbose' => '1'
             },
             {
               '-host'     => 'server.example.com',
               '-user'     => 'anonymouse',
               '-password' => 'cheese',
               '-verbose'  => '1'
             } );
      
         Description:  Will call load_registry_from_db() (see above)
                       multiple times and merge the resulting registries
                       into one, effectively allowing a user to connect to
                       databases on multiple database servers from within
                       one program.
      
                       If a database is found on more than one server, the
                       first found instance of that database will be used.
      e57f4250
  8. Jul 08, 2009
  9. Jul 06, 2009
  10. Jul 03, 2009
  11. Jul 02, 2009
  12. Jul 01, 2009
  13. Jun 24, 2009
  14. Jun 23, 2009
  15. Jun 22, 2009