Skip to content
Snippets Groups Projects
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 .
  1. Apr 22, 2010
  2. Apr 21, 2010
  3. Apr 20, 2010
  4. Apr 19, 2010
  5. Apr 16, 2010
  6. Apr 15, 2010
  7. Apr 14, 2010
  8. Apr 13, 2010
  9. Apr 12, 2010
  10. Apr 08, 2010
  11. Apr 07, 2010
  12. Apr 06, 2010
  13. Apr 01, 2010
  14. Mar 31, 2010
  15. Mar 30, 2010
  16. Mar 29, 2010
    • Andreas Kusalananda Kähäri's avatar
      Modify store() so that it also stores the alternative translations · 29c4a475
      Andreas Kusalananda Kähäri authored
      associated with the transcript.
      29c4a475
    • Andreas Kusalananda Kähäri's avatar
      Added method get_all_alternative_translations(): · a729a87b
      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
      a729a87b
  17. Mar 25, 2010