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 04, 2010
-
-
Ian Longden authored
-
- Sep 10, 2010
-
-
Steve Trevanion authored
-
- Aug 31, 2010
-
-
Andreas Kusalananda Kähäri authored
-
- Aug 16, 2010
- Aug 09, 2010
-
-
Andreas Kusalananda Kähäri authored
-
- Jul 29, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 27, 2010
-
-
cvs2git authored
ensembl-59'. Sprout from master 2010-07-27 13:05:46 UTC Javier Herrero <jh7@sanger.ac.uk> 'Add ancestral_sequences (production-like name) as an alias for Ancestral sequences' Delete: misc-scripts/protein_match/process_pmach.pl
-
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
-
Andreas Kusalananda Kähäri authored
-
- Jul 13, 2010
-
-
Andy Yates authored
Undefined value warnings on $species_suffix usage and lowercasing input to allow for matching on registry stored aliases
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
mapping and other things specific to the Ensembl Genomes people. Might have broken Ensembl stable ID mapping (in which case I clean it up later).
-
Andreas Kusalananda Kähäri authored
-
- Jul 12, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
transcript had to be fetched from the database. If this happens, the user is likely working in a translation-centric way, i.e. not going through transcripts. If the reference is weakened, the reference to the transcript will be undef after the end of the code block, as the transcript passes out of scope.
-
Andreas Kusalananda Kähäri authored
-