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 .
- Aug 12, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
DESCRIPTION The module exports the software_version() subroutine which returns the release version of the Ensembl Core API.
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Magali Ruffier authored
-
- Aug 11, 2010
-
-
Karyn Megy authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Nathan Johnson authored
-
- Aug 09, 2010
-
-
Andreas Kusalananda Kähäri authored
-
- Aug 05, 2010
-
-
Karyn Megy authored
-
Magali Ruffier authored
-
- Aug 04, 2010
-
-
Jan-hinnerk Vogel authored
-
Karyn Megy authored
-
- Jul 29, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
fetch_all_alternative_by_Transcript() method in TranslationAdaptor.
-
Andreas Kusalananda Kähäri authored
fetch_all_alternative_by_Transcipt() and let it only fetch alternative translations.
-
- Jul 27, 2010
-
-
Javier Herrero authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 26, 2010
-
-
Andy Yates authored
Adding a new method as a result of benchmarking to keep developers using SqlHelper with very large data sets. We now can allow the developer to define how they wish to iterate through a result set
-
- Jul 23, 2010
-
-
Ian Longden authored
_merge_ajoining_coords added to make sure that having more than one coord is wrong. Andy Yates wrote the code i just checked it and added it.
-
Andreas Kusalananda Kähäri authored
-
- Jul 22, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 21, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 20, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 19, 2010
-
-
Andy Yates authored
Addition of utility classes for use in the Ensembl API. The first are shortcuts for asserting object/ref types and the second is a class which removes boilerplate from working with databases.
-
William McLaren authored
-
Andreas Kusalananda Kähäri authored
on new species (i.e. species without previous stable IDs). Untested at the moment.
-
- Jul 16, 2010
-
-
Andreas Kusalananda Kähäri authored
- @seqeds = sort { $b->start() <=> $a->start() } @seqeds; + # HACK: The translation ENSP00000420939 somehow makes the next line + # bomb out ($a or $b becomes undef) if the start() method + # is used. I haven't been able to find out why. It has 10 + # Selenocysteine seqedits that looks correct. + # /Andreas (release 59) + my @seqeds = sort { $b->{'start'} <=> $a->{'start'} } @seqeds;
-
- Jul 14, 2010
-
-
Andreas Kusalananda Kähäri authored
-