From c3dee5f7de67dc89b2e3d8fed67d05e40c99b53f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Mon, 21 Jan 2008 14:43:13 +0000 Subject: [PATCH] Correction in the POD. --- modules/Bio/EnsEMBL/Collection.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/Bio/EnsEMBL/Collection.pm b/modules/Bio/EnsEMBL/Collection.pm index 4e78ae7d12..6808d84988 100644 --- a/modules/Bio/EnsEMBL/Collection.pm +++ b/modules/Bio/EnsEMBL/Collection.pm @@ -33,8 +33,7 @@ classes. $collection->populate( -sorted => 1 ); # Populate the feature collection from the slice. Sort the - # entries on feature length and don't bother about feature - # type-specific data. + # entries on feature length. my $entry_start_idx = Bio::EnsEMBL::Collection::ENTRY_SEQREGIONSTART; my $entry_end_idx = Bio::EnsEMBL::Collection::ENTRY_SEQREGIONEND; $collection->populate( -- GitLab