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
-
-
Dan Sheppard authored
-
Andy Yates authored
The idea is good. Consult multiple adaptors as if they are one logical adaptor with the same query. Thing is that the old version was abused. Let's stop that now and bring in this nicer new version which does work well
-
Andy Yates authored
Seems that our earlier design was incorrect and we do want to only have 1 gene in 1 alt allele group. So adding the constraint in.
-
Andy Yates authored
Currently this is functionality wanted for compara when people just build a connection and then they lack any kind of link back to the compara schema.
-
Andy Yates authored
There was code in the GeneAdaptor which could be handled by the DBEntryAdaptor and would be more reusable by others if it was there. Also added a test case for the new method get_distinct_external_dbs() in DBEntryAdaptor.
-
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
-
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 11, 2013
-
-
ens-carlos authored
-
ens-carlos authored
Add 'HAP' to the list of types of patches to project so that the haplotypes sequence mappings and karyotype bands won't be missed again.
-
ens-carlos 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.
-
Andy Yates authored
-
Dan Staines authored
-
- Oct 09, 2013
-
-
Arnaud Kerhornou authored
-
James Allen authored
-
Kieron Taylor authored
Reverted Production DB dependency in order to allow Xref pipeline to run. Changes can be reinstated once slightly more mature.
-
- Oct 08, 2013
-
-
Kieron Taylor authored
-
Kieron Taylor authored
-
Daniel Barrell authored
-
- Oct 07, 2013
-
-
Alessandro Vullo authored
-
Magali Ruffier authored
-
Steve Trevanion authored
-
- Oct 04, 2013
-
-
Andy Yates authored
-
James Allen 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.
-