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 29, 2009
  2. Jul 21, 2009
  3. Jul 20, 2009
  4. 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
  5. Jul 08, 2009
  6. Jul 03, 2009
  7. Jul 02, 2009
  8. Jul 01, 2009
  9. Jun 23, 2009
  10. Jun 18, 2009
    • Anne Parker's avatar
      · f1139c8d
      Anne Parker authored
      Fixed error in error message :)
      f1139c8d
    • Anne Parker's avatar
      · 375424c7
      Anne Parker authored
      Fixed _pre_store_userdata - it needs to write new meta_coords to the userdata db (not core!), e.g. when we have a new assembly
      375424c7
  11. Jun 16, 2009
  12. Jun 15, 2009
  13. Jun 05, 2009
  14. Jun 04, 2009
  15. Jun 03, 2009
  16. Jun 01, 2009