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 23, 2013
-
-
Andy Yates authored
We now check the roundtripping of to_hash(). Should not have built this method without a test case. Would have fixed the issue long ago!
-
Andy Yates authored
Before we missed of the preceeding - in these params. That is now fixed.
-
- Oct 21, 2013
-
-
Kieron Taylor authored
-
Alessandro Vullo authored
of Bio::EnsEMBL::XS::Utils::Argument, if installed. The method has been renamed to rearrange_pp (from Pure Perl).
-
Kieron Taylor authored
-
- Oct 18, 2013
-
-
Alessandro Vullo authored
-
- Oct 17, 2013
-
-
Andy Yates authored
Method in GeneAdaptor fetch_all_alt_alleles() was not working as it did prior to our changes. It normally returned everything bar itself. That has been fixed. Also stopped a warning which was driving the webteam mad.
-
Andy Yates authored
[ENSCORESW-720] and [ENSCORESW-721]. Allowing default HashRef in execute() and sleep for less than a second. First issue raised by Lee from EG. He wanted to be able to work with hash refs in the same way you can do with ArrayRefs. Done and dusted. Second issue raised by me. Want to sleep for periods less than 1 second for the test suite sanity.
-
- Oct 15, 2013
-
-
Dan Staines authored
-
Alessandro Vullo authored
Rose ORM framework.
-
- Oct 12, 2013
-
-
Dan Staines authored
-
- Oct 10, 2013
-
-
Dan Staines authored
-
Magali Ruffier authored
that should not happen, but non-species database will not have a version this includes ancestral sequences databases
-
Magali Ruffier authored
we now have a display_name meta_key, added method get_display_name
-
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.
-
Dan Staines authored
-
- 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
-
Magali Ruffier authored
-
Steve Trevanion authored
-
- Oct 03, 2013
-
-
Andy Yates authored
The code did not attempt to build the additional lookup before fetching from it. Our solution is to switch to requesting the cache in get_????_additional_lookup() which will trigger the building of the additional lookup.
-
Dan Sheppard authored
-
Andy Yates authored
[ENSCORESW-577]. Fixing a logical hole where we reqiured a method to be defined but did nothing with it. Looks like I was between implementations. Now switched to requesting the additional lookup keys and if the hash was empty then skipping any additional work. Seems to behave a lot better and means users need only override one method in the object.
-
Magali Ruffier authored
-
Magali Ruffier authored
(ie, include the duplicated sequence Y has in common with X rather than the two sequences unique to Y)
-
- Oct 02, 2013
-
-
Magali Ruffier authored
DensityType is not a feature but is the object storing the analysis related to the DensityFeature
-
Magali Ruffier authored
unlike other features, the related analysis is stored in the density type table
-
Magali Ruffier authored
added test for 'fetch_all_by_feature_class' with density features
-
Andy Yates authored
-
- Oct 01, 2013
-
-
Andy Yates authored
Other schemas may need this which do not go through a process of removing old/retired seq region ids in favour of their new ids. When querying by a slice this is automatically delt with. When fetching by an ID you now need to force the search on.
-
Kieron Taylor authored
Fixed a warning that was testing the wrong value and failing to verify a store_alt_alleles call properly
-
Andy Yates authored
It seems that $DBI::errstr has a very strange life. We can get the error message recived by incorrect connections or bad drivers (DBD::mysql is missing) when we just warn the error. However concatenating it into another string makes the message disapear. Even assignment and then concat will not work. Instead we have switched to using the $@. This has the error in it.
-
Andy Yates authored
The optimise tree step can take a very long time and cause web timeouts. We have added a time limit expressed in floting-point seconds. If an optimisation is taking longer than the specified time we will abort any more attempts.
-
Andy Yates authored
The optimise tree step can take a very long time and cause web timeouts. We have added a time limit expressed in floting-point seconds. If an optimisation is taking longer than the specified time we will abort any more attempts.
-
Andy Yates authored
The original code decalred a max of 2K ids because of max allowed packet concerns and wanted the packet to stay close to 256KB. However the actual figure was off by a factor of 8 as the max packet is 1MB not 1Mbit. We have increased the limit to 16K when working with numerics. Strings are still at 2K due to their possible large size.
-
Andy Yates authored
-
- Sep 30, 2013
-
-
Andy Yates authored
Fixes for the alt alleles code. We needed to make sure we used the right variables in the code. Also needed to make sure an array is actually defined during construction
-
Andy Yates authored
Fixing an issue raised by vega and non-standard DBAdaptor group names. Vega use ensembl to denote the ensembl db. We assumed incorrectly that core could always be used. That would always fail the moment a different group name was used
-
- Sep 27, 2013
-
-
Andy Yates authored
-
Magali Ruffier authored
replaced ok tests with is where possible replaced core test database with patch database
-