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 .
- Jan 13, 2014
-
-
Alessandro Vullo authored
-
- Dec 09, 2013
-
-
Magali Ruffier authored
added data for transcript count in genome_statistics test data added test for get_transcripts and get_alt_transcripts in genomecontainer
-
- Dec 06, 2013
-
-
Magali Ruffier authored
-
- Dec 05, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
generated test data for patch test database database patched up to release 75
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Magali Ruffier authored
checking total length, not ref
-
Magali Ruffier authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
- Dec 03, 2013
-
-
Dan Staines authored
revisions to CliHelper to support dbs where no production name is set, and to improve default behaviour where single_species mode not specified. Also expanded test coverage to support this, adding the nameless and test_collection test dbs for this purpose
-
- Nov 26, 2013
-
-
Andy Yates authored
-
- Nov 25, 2013
-
-
Andy Yates authored
-
- Nov 15, 2013
-
-
Andy Yates authored
switch to using the local as default. otherwise we cannot have a test passing until we have committed to version control
-
Andy Yates authored
switch to using ENV variables. Otherwise we run the risk of not being able to run the tests in any kind of test harness tool
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
A number of params are missing their - flag. That means the new XS rearrange does not work (it is a bug not a feature)
-
Andy Yates authored
-
- Nov 11, 2013
-
-
Magali Ruffier authored
also, when adding_mapping_path, do not expect the method to order coord systems by rank, it will use the first argument as assembled, the second argument as component
-
- Oct 31, 2013
-
-
Alessandro Vullo authored
-
- Oct 23, 2013
-
-
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!
-
- 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 10, 2013
-
-
Dan Staines 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.
-
- Oct 02, 2013
-
-
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.
-
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.
-
- Sep 27, 2013
-
-
Andy Yates authored
-