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. Nov 12, 2012
  2. Aug 02, 2012
  3. Jun 08, 2012
  4. Apr 24, 2012
  5. Apr 16, 2012
  6. Mar 16, 2012
  7. Feb 16, 2012
  8. Feb 06, 2012
  9. Jan 10, 2012
  10. Oct 24, 2011
  11. Sep 28, 2011
  12. Sep 15, 2011
  13. Sep 09, 2011
  14. Aug 19, 2011
  15. Jun 30, 2011
  16. Feb 22, 2011
  17. Jan 05, 2011
  18. Nov 09, 2010
  19. Oct 05, 2010
  20. Sep 17, 2010
  21. Aug 27, 2010
  22. Aug 24, 2010
  23. Aug 23, 2010
    • Andreas Kusalananda Kähäri's avatar
      New method for features: equals() · 3848b396
      Andreas Kusalananda Kähäri authored
      Arg [1]       : Bio::EnsEMBL::Feature object
      Example       : if ($featureA->equals($featureB)) { ... }
      Description   : Compares two features using various criteria.  The
                      test for eqality goes through the following list and
                      terminates at the first true match:
      
                     1. If the two features are the same object, they are
                        equal.
      
                     2. If they are of different types (e.g., transcript and
                        gene), they are *not* equal.
      
                     3. If they both have dbIDs: if these are equal, then they
                        are equal otherwise not.
      
                     4. If they have slices and analysis objects: if analysis
                        dbIDs are the same and the seq_region_id are the same,
                        along with seq_region_start and seq_region_end, then
                        they are equal, otherwise not.
      
                     If none of the above is able to determine equality,
                     undef is returned.
      
      Return type : tri-Boolean (0, 1, undef = "unknown")
      
      Exceptions  : Thrown if a non-feature is passed as the argument.
      3848b396
  24. Aug 17, 2010
  25. Aug 16, 2010
  26. Jun 28, 2010
  27. May 07, 2010
  28. May 06, 2010
  29. May 04, 2010
  30. Mar 01, 2010
  31. Feb 25, 2010
  32. Feb 02, 2010
  33. Mar 04, 2009
  34. Oct 31, 2008
  35. Oct 29, 2008
  36. Jan 21, 2008