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 03, 2011
-
-
Monika Komorowska authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Oct 02, 2011
-
-
Andreas Kusalananda Kähäri authored
-
- Sep 30, 2011
-
-
Monika Komorowska authored
-
Andy Yates authored
Moved the warning about the cache not being on back into the constructor & simplified the construction method for the cache. If someone doesn't inherit from this correctly they'll loose the warning but that is all.
-
Andy Yates authored
Ensembl core is now at v65. Patches to work with flat file handles in core like databases and supporting checksum derived xrefs
-
- Sep 29, 2011
-
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Ian Longden authored
-
Rhoda Kinsella authored
Replaced RefSeq_dna_predicted with Refseq_mRNA_predicted and RefSeq_ncRNA_predicted as the RefSeq_dna_predicted have been split for release 64.
-
Monika Komorowska authored
-
Andreas Kusalananda Kähäri authored
-
- Sep 28, 2011
-
-
Andy Yates authored
-
Kieron Taylor authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
- Sep 27, 2011
-
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Monika Komorowska authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andy Yates authored
-
Andy Yates authored
Merging of UniParc mapping code into the Xref system. This relies on being able to contact the EBI based UniParc readonly database.
-
Andreas Kusalananda Kähäri authored
-
Andy Yates authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Sep 26, 2011
-
-
Andy Yates authored
Brought in new_fast() as a speed increase. Should probably consider moving new_fast() up to Storable.pm to give it to as many modules as possible & reduce code duplication
-
Andy Yates authored
-
Andreas Kusalananda Kähäri authored
-
Magali Ruffier authored
-
Andreas Kusalananda Kähäri authored
; TODO ; do_similarity_scoring = 0 ; TODO ; do_project_to_common_cs = 0
-
Andy Yates authored
Faster version of rearrange which ditches uc() and order modifying in favor of editing the input parameters directly with a tr///d. This is 35% faster than our original implementation. Test case suite has been run before this commit.
-
Andy Yates authored
Caches are now created from an accessor rather than building them in the new(). This allows us to remove the new() and lets people inherit from here however they want to. It also stops us from auto-vivifying a plain hash which causes unintentional object retention. clear_cache() did not de-reference the hash before clearning which could have caused the same situation of creating an auto-vivified hash. Regression test put in place to stop this from happening again.
-
Andy Yates authored
-