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 06, 2010
  2. Apr 01, 2010
  3. Mar 31, 2010
  4. Mar 30, 2010
  5. 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
  6. Mar 25, 2010
  7. Mar 23, 2010
  8. Mar 22, 2010
  9. Mar 19, 2010
  10. Mar 18, 2010
  11. Mar 17, 2010
  12. Mar 16, 2010
  13. Mar 15, 2010