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. Jan 17, 2008
  2. Jan 15, 2008
  3. Jan 14, 2008
  4. Jan 11, 2008
  5. Jan 10, 2008
  6. Jan 09, 2008
  7. Jan 08, 2008
  8. Jan 07, 2008
  9. Jan 03, 2008
  10. Dec 21, 2007
  11. Dec 20, 2007
  12. Dec 19, 2007
  13. Dec 18, 2007
  14. Dec 17, 2007
  15. Dec 14, 2007
    • Andreas Kusalananda Kähäri's avatar
    • Andreas Kusalananda Kähäri's avatar
      Use throw() from Bio::EnsEMBL::Utils::Exception rather than croak() from · 2fa1813a
      Andreas Kusalananda Kähäri authored
      Carp.
      
      The constructor now takes two named arguments:
      
        -light (boolean, optional), determines whether the populate() method
        should populate the collection with feature-specific data or not by
        default.
      
        -slice (a slice, not optional), the slice we're working on.
      
      The is_light() method was renamed into lightweight().
      
      The populate() method takes three named arguments (all optional):
      
        -sorted (boolean), determines if the results should be sorted or not.
      
        -sortsub (coderef), reference to subroutine that will be used in
        sorting the collection (for sorting on feature size, score, whatever,
        rather than on start position).
      
        -light (boolean), overrides the corresponding value given to the
        constructor at the creation of the collection.
      2fa1813a