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 .
- 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
-
Magali Ruffier authored
replaced ok tests with is where possible replaced core test database with patch database
-
- Sep 23, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Sep 19, 2013
-
-
Magali Ruffier authored
-
Magali Ruffier authored
-
Magali Ruffier authored
-
- Sep 18, 2013
-
-
Andy Yates authored
-
- Sep 17, 2013
-
-
Andy Yates authored
We needed more methods to be able to handle alt allele group interactions. We also needed to make sure a single gene could not be added more than once. Think we got this one fixed
-
- Sep 12, 2013
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
Removed dependencies on non-core APIs.
-
Andy Yates authored
-
- Sep 11, 2013
-
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Alessandro Vullo authored
-
Magali Ruffier authored
-
Alessandro Vullo authored
-
- Sep 06, 2013
-
-
Alessandro Vullo authored
Added just a test for the new method filter_dir at the moment.
-
- Sep 03, 2013
-
-
Magali Ruffier authored
updated test cases to check integrity of api once deprecated tables, columns and methods have been removed test databases patched to schema 74
-
- Aug 30, 2013
-
-
Magali Ruffier authored
-