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 .
- 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
-
- Jul 08, 2010
-
-
Andreas Kusalananda Kähäri authored
before using it.
-
William McLaren authored
-
- Jul 07, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Nathan Johnson authored
set_config now only test 0 wsize/skip_zero conflict for wsize passed as params added some more pod
-
Ian Longden authored
-
- Jul 06, 2010
-
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
=head2 load Arg [1] : Boolean $load_xrefs Load (or don't load) xrefs. Default is to load xrefs. Example : $translation->load(); Description : The Ensembl API makes extensive use of lazy-loading. Under some circumstances (e.g., when copying genes between databases), all data of an object needs to be fully loaded. This method loads the parts of the object that are usually lazy-loaded. Returns : Nothing. =cut
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Jul 02, 2010
-
-
Gautier Koscielny authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Simplify cdna_start() and cdna_end() by use of transcript().
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
Transcript.pm. Avoids littering the code with calls to weaken().
-
- Jul 01, 2010
-
-
Andreas Kusalananda Kähäri authored
Scalar::Util::weaken() to avoid memory leak.
-
Andreas Kusalananda Kähäri authored
* Add a transcript() method to the Translation object to retrieve its Transcript. * Modify seq() in Translation so that it temporarily swaps out the canonical translation of the transcript if needed.
-
- Jun 29, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
replace the Bio::EnsEMBL::Collection modules in release 60.
-
- Jun 28, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
The is_current attribute was set to 1 when the transcript had it set to 0. There's a difference between undef and 0...
-
Ian Longden authored
-
Ian Longden authored
-
Andreas Kusalananda Kähäri authored
-