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. May 05, 2011
  2. May 04, 2011
  3. May 03, 2011
  4. Apr 28, 2011
  5. Apr 26, 2011
  6. Apr 20, 2011
  7. Apr 19, 2011
  8. Apr 18, 2011
  9. Apr 15, 2011
  10. Apr 14, 2011
  11. Apr 13, 2011
    • Susan Fairley's avatar
      Added an additional check in the transform method. When testing exons, if... · 3c98df7f
      Susan Fairley authored
      Added an additional check in the transform method. When testing exons, if consecutive exons in the old version of the transcript were on the same strand then the new versions should be on the same strand too. If not, returns undef. Prevents cases being transformed where the transcript's exons map as below:
      
      1
      ------------------------------
      -1        5  4  3  2  1
      
      to
      
      1      3  4  5
      ------------------------------
      -1               2  1
      3c98df7f
  12. Apr 11, 2011