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. Jul 27, 2010
  2. Jul 26, 2010
  3. Jul 23, 2010
  4. Jul 22, 2010
  5. Jul 21, 2010
  6. Jul 20, 2010
  7. Jul 19, 2010
  8. 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
  9. Jul 14, 2010
  10. Jul 13, 2010
  11. Jul 12, 2010
  12. Jul 08, 2010
  13. Jul 07, 2010
  14. Jul 06, 2010