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 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
  2. Jul 14, 2010
  3. Jul 13, 2010
  4. Jul 12, 2010
  5. Jul 08, 2010
  6. Jul 07, 2010
  7. Jul 06, 2010
  8. Jul 02, 2010
  9. Jul 01, 2010
  10. Jun 29, 2010
  11. Jun 28, 2010