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 .
- Apr 22, 2010
-
-
Simon White authored
-
Andreas Kusalananda Kähäri authored
We know that fetch_all_by_Transcript() (on a TranslationAdaptor) will return a list of translations, where the first one will always be the canonical translation (if there is one). Make use of this fact to make the routine slightly quicker.
-
Andreas Kusalananda Kähäri authored
* Use fetch_all_by_Transcript() rather than translation() on the transcript to get the canonical translation (and any alternative translations). * ... then store the translation and any alternative translations. Solves a problem stopping genebuilders from copying genes from one database to another.
-
Andreas Kusalananda Kähäri authored
* Correct documentation. * Use fetch_by_Transcript() to get canonical translation. * Modify SQL not to get canonical translation.
-
- Apr 21, 2010
-
-
Andreas Kusalananda Kähäri authored
-
- Apr 20, 2010
-
-
Gautier Koscielny authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
get_all_alternative_translations().
-
Andreas Kusalananda Kähäri authored
* In the _list_dbIDs() method: Wrap the execute() in an eval() and throw() if it fails. * In the generic_fetch() method: For multi-species databases, make sure we're using the correct SQL table aliases for the seq_region and coord_system tables..
-
- Apr 19, 2010
-
-
Susan Fairley authored
-
- Apr 16, 2010
-
-
Andreas Kusalananda Kähäri authored
perl rather than relying on the script to be executable.
-
Andreas Kusalananda Kähäri authored
-
- Apr 15, 2010
-
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
Andreas Kusalananda Kähäri authored
-
- Apr 14, 2010
-
-
Andreas Kusalananda Kähäri authored
like "aspergillus_fumigatusa1163_core_5_58_1a" (containing integers as part of the second part of their names).
-
Thibaut Hourlier authored
-
Pontus Larsson authored
Added check to make sure that only the causative allele is evaluated when a variation has more than two alleles
-
Simon White authored
-
Pontus Larsson authored
-
Simon White authored
-
- Apr 13, 2010
-
-
Susan Fairley authored
-
- Apr 12, 2010
-
-
Amonida Zadissa authored
-
- Apr 08, 2010
-
-
Pontus Larsson authored
-
- Apr 07, 2010
-
-
Ian Longden authored
-
Pontus Larsson authored
-
- Apr 06, 2010
-
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Glenn Proctor authored
-
Gautier Koscielny authored
-
Pontus Larsson authored
-
Pontus Larsson authored
-
- Apr 01, 2010
-
-
Andreas Kusalananda Kähäri authored
-
- Mar 31, 2010
-
-
Andreas Kusalananda Kähäri authored
-
- Mar 30, 2010
-
-
Andreas Kusalananda Kähäri authored
transcript does not have an associated adaptor.
-
- Mar 29, 2010
-
-
Andreas Kusalananda Kähäri authored
associated with the transcript.
-
Andreas Kusalananda Kähäri authored
Args : None Example : my @alt_translations = @{ $transcript->get_all_alternative_translations() }; Description: Fetches all alternative translations defined for this transcript. The canonical translation is not returned. Returntype : Array reference to Bio::EnsEMBL::Translation Exceptions : None Caller : General Status : Stable Added method add_alternative_translation(): Args : Bio::EnsEMBL::Translation $translation Example : $transcript->add_alternative_translation($translation); Description: Adds an alternative translation to this transcript. Returntype : None Exceptions : None Caller : General Status : Stable
-
- Mar 25, 2010
-
-
Ian Longden authored
-