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. Oct 04, 2010
  2. Sep 10, 2010
  3. Aug 31, 2010
  4. Aug 16, 2010
  5. Aug 09, 2010
  6. Jul 29, 2010
  7. Jul 27, 2010
  8. Jul 26, 2010
  9. Jul 23, 2010
  10. Jul 22, 2010
  11. Jul 21, 2010
  12. Jul 20, 2010
  13. Jul 19, 2010
  14. Jul 16, 2010
    • Andreas Kusalananda Kähäri's avatar
      Hack: · 888f38d8
      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;
      888f38d8
  15. Jul 14, 2010
  16. Jul 13, 2010
  17. Jul 12, 2010