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 08, 2012
-
-
Andy Yates authored
[ENSCORESW-271]. Fixed the test being too chatty during cleanup by setting the RUNTESTS_HARNESS_NORESTORE before firing off a thread
-
- Sep 28, 2012
-
-
Andy Yates authored
[ENSCORESW-264] Can now handle odd sequence region names involving . - _ now. The supercontig names seemed to be a good source of these
-
- Sep 27, 2012
-
-
Simon Brent authored
-
- Sep 25, 2012
-
-
Andy Yates authored
-
- Aug 16, 2012
-
-
Andy Yates authored
-
- Aug 15, 2012
-
-
Andy Yates authored
Making sure multiple includes of the registry does not result in major issues with error detection (earlier work suggested a possible issue with this)
-
Andy Yates authored
We can now set a reconnection timeout outside of the normal realms of MySQL disconnect/reconnect. This means we have something closer to a pooled connection which stays active for as long as people need it & dies off at the required rate
-
- Aug 14, 2012
-
-
Andy Yates authored
-
Andy Yates authored
Test cases now pass, we have a capture warns asserting for known bad scenarios and use the Test::Builder code to see if we want to do to screen warning for test cases. Not sure how un # lines in TAP are dealt with; we may want to substitute STDOUT/STDERR for something which can delegate to Test::Builder for note()
-
- Aug 13, 2012
-
-
Andy Yates authored
-
Andy Yates authored
Trying to improve the current test cases. Accidentally caused some issues from rerunning the code multiple times as well
-
Andy Yates authored
-
- Aug 06, 2012
-
-
Andy Yates authored
[ENSCORESW-224]. Fix for multi-line SQ lines caused by large sequences being pushed through SeqDumper. Was never an issue before as our slices were never big enough. Applied the same fix to Genbank but it should be less of an issue due to it's formatting meaning we need larger slices to cause the issue.
-
- Aug 03, 2012
-
-
Kieron Taylor authored
Tests null cases and basic functioning of sorting algorithm.
-
- Jul 27, 2012
-
-
Andy Yates authored
-
- Jul 25, 2012
-
-
Andy Yates authored
Adding the scope guard which is a way we can cause code to be executed even during a die. Very useful for non-global resource cleanup operations (finally blocks)
-
- Jul 20, 2012
-
-
Andy Yates authored
-
Andy Yates authored
ENSCORESW-152. Committing the low cardinality and low row count caching framework into the core API. Implement the correct method from BaseAdaptor to have your values cached in local memory
-
- Jul 18, 2012
-
-
Andy Yates authored
Adding an iterator for subseqs to the Slice object. Means a lot of our code which deals with iteration of slices can delegate to this for its logic.
-
Andy Yates authored
-
- Jun 25, 2012
-
-
Andy Yates authored
Additional patch to bring in version into the unique key for xref. Also apply changes to gene and transcript
-
- Jun 22, 2012
-
-
Andy Yates authored
-
- Jun 19, 2012
-
-
Andy Yates authored
-
Andy Yates authored
Using the "best" HTTP client available i.e. avoid making people install LWP if they are on a late enough version of Perl. HTTP::Tiny is very nice
-
- Jun 18, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
-
- Jun 15, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
New test case for applying the current release's patches. This downloads the last release of the core schema, finds all patches relevant to this release and patches the DB accordingly. The code requires access to CVSWEB and so supports proxies but can also skip the tests if the schema cannot be found. Failure of this test is not an issue for external users & so should not be punished as such
-
- Jun 11, 2012
-
-
Andy Yates authored
-
Andy Yates authored
-
Andy Yates authored
ENSCORESW-160. Committed with test cases checked in. Also manually verified the code works with transcripts (live as of v67 of Ensembl) ENST00000330803, ENST00000366472 and ENST00000318244
-
- Jun 08, 2012
-
-
Andy Yates authored
-
Andy Yates authored
ENSCORESW-171. Bringing in support for splice site work. We also had to change the intron table SQL as it was out of date.
-
Andy Yates authored
-
Andy Yates authored
Patching issue with there being a difference between NULL and and empty string WRT description and also plugged a gap in the code when we were trying to query using a display_label which the api allows to be NULL but the DB does not
-
Andy Yates authored
ENSCORESW-165. Committing the second attempt at the IntronSupportingEvidence API for genebuild RNASeq data.
-
Andy Yates authored
-
Andy Yates authored
-