From 7e11a642a2131f4bd434d12bd9034ee51073cae5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Thu, 17 Jan 2008 15:50:03 +0000
Subject: [PATCH] Note in the POD that the 'coverage' binning method currently
 is inefficiently implemented.

---
 modules/Bio/EnsEMBL/Collection.pm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/Bio/EnsEMBL/Collection.pm b/modules/Bio/EnsEMBL/Collection.pm
index 8719c8e001..20d773a084 100644
--- a/modules/Bio/EnsEMBL/Collection.pm
+++ b/modules/Bio/EnsEMBL/Collection.pm
@@ -200,6 +200,9 @@ contribute 1/3 to the sum of each bin.
 Returns an array of bins, each bin containing the fraction of the bin
 that is coverage by any feature.
 
+Please note that the current implementation of this particular binning
+method is extremely inefficient.
+
 =back
 
 =head1 CONTACT
-- 
GitLab