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 .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 10, 2013
-
-
Andy Yates authored
Patch submitted by Yuri Delia as aliases were added into the registry even if a database was not found e.g. ontology. Additions moved into the if blocks when we find and DB and constructed its adaptor.
-
- Oct 09, 2013
-
-
Kieron Taylor authored
Reverted Production DB dependency in order to allow Xref pipeline to run. Changes can be reinstated once slightly more mature.
-
- Oct 07, 2013
-
-
Alessandro Vullo authored
-
- Sep 05, 2013
-
-
Magali Ruffier authored
stable_id_lookup is a separate public method added archive_id_lookup method, which will look for the stable id in the archive_id_lookup table the generic lookup method now calls stable_id_lookup if no stable_id is found and $use_archive argument is given, the generic lookup will attempt to find the stable id in the archive_id_lookup, ie amongst the retired ids if a stable id is found using this, a 'retired' flag is returned as well
-
- Aug 15, 2013
-
-
Andy Yates authored
The method was called on the wrong object. Swithced around and tested
-
Andy Yates authored
Nick in Ensembl Genomes has seen an issue with bacteria databases where we exceed the number of connections on MySQL. As we loop through DBAdaptors we do not disconnect. That means an ID which appears later on will have opened all prior databases. The connection is still active. We now disconnect this.
-
- May 28, 2013
-
-
Andy Yates authored
-
Andy Yates authored
[ENSCORESW-478] and [ENSCORESW-467]. Brought in a Perl::Critic test being run on the lowest level. Tests are only run when we have the ENV TEST_AUTHOR is set to a true value. Otherwise it does not impact on the current test cases. Also had to fix a number of issues associcated with these flags. Mostly were due to not using warnings or strict. Anything I felt was ok or not my call has been annotated with a no critic flag.
-
- May 15, 2013
-
-
Kieron Taylor authored
Added a method that lists the species in available databases. Ancestral_ are ignored, and the list is filtered to a group type, defaulting to core dbs. Testcase is less than perfect, because the test db has so few species in it.
-
- Apr 27, 2013
-
-
Andy Yates authored
-
- Apr 26, 2013
-
-
Andy Yates authored
-
- Apr 17, 2013
-
-
Andy Yates authored
-
- Apr 15, 2013
-
-
Andy Yates authored
-
- Mar 25, 2013
-
-
Andy Yates authored
-
- Jan 21, 2013
-
-
Kieron Taylor authored
-
- Nov 06, 2012
-
-
Andy Yates authored
Make the verbose doc a bit more verbose. People in workshops could not find this method which points to poor documentation
-
- Oct 23, 2012
-
-
Andy Yates authored
[ENSCORESW-284]. Fixing registry lookups for compara gene trees. Also refactored it slightly; we will rip this out soon as we need a clearer separation.
-
- Sep 21, 2012
-
-
Andy Yates authored
[ENSCORESW-261]. Edits to allow for easier regulation adaptor creation. Grab the species name from the DB if it wasn't given to the adaptor and make sure we avoid returning the coord system core adaptor if the group was funcgen
-
- Aug 16, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
- Aug 15, 2012
-
-
Andy Yates authored
-
- Aug 13, 2012
-
-
Andy Yates authored
-
- May 22, 2012
-
-
Andy Yates authored
Adding the no_alias check to the get_species_and_object_type() method to avoid warning about the lack of a lookup DB
-
Monika Komorowska authored
load_registry_from_db - load the stable ids lookup database if found; get_species_and_object_type - use the stable id lookup database if found
-
- May 14, 2012
-
-
Andy Yates authored
-
- Apr 20, 2012
-
-
Kieron Taylor authored
-
- Apr 19, 2012
-
-
Kieron Taylor authored
-
- Apr 10, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
- Feb 09, 2012
-
-
Steve Trevanion authored
-
- Jan 31, 2012
-
-
Andy Yates authored
-
- Jan 19, 2012
-
-
Andy Yates authored
-
- Jan 10, 2012
-
-
Andy Yates authored
-
- Jan 06, 2012
-
-
Andy Yates authored
-
- Jan 04, 2012
-
-
Arnaud Kerhornou authored
-
- Nov 10, 2011
-
-
Andy Yates authored
-
Andy Yates authored
load_XXXX() methods now return the number of adaptors which have appeared in the registry due to that method's invocation. This can be used to report success or failure to load databases.
-
Andy Yates authored
Improving the error handling of the DBI connection in load_registry_from_db(). We now report an error if it cannot connect to the MySQL DB and if it was not pingable. Hopefully this catches both erronious scenarios.
-
- Nov 08, 2011
-
-
Andy Yates authored
-