[Bioperl-guts-l] [14807] bioperl-live/trunk/Bio/DB/SeqFeature.pm: fully implement Bio:: LocationI
Jason Stajich
jason at dev.open-bio.org
Sat Aug 16 23:32:21 EDT 2008
Revision: 14807
Author: jason
Date: 2008-08-16 23:32:19 -0400 (Sat, 16 Aug 2008)
Log Message:
-----------
fully implement Bio::LocationI
Modified Paths:
--------------
bioperl-live/trunk/Bio/DB/SeqFeature.pm
Modified: bioperl-live/trunk/Bio/DB/SeqFeature.pm
===================================================================
--- bioperl-live/trunk/Bio/DB/SeqFeature.pm 2008-08-16 08:02:35 UTC (rev 14806)
+++ bioperl-live/trunk/Bio/DB/SeqFeature.pm 2008-08-17 03:32:19 UTC (rev 14807)
@@ -384,6 +384,9 @@
# for Bio::LocationI compatibility
sub is_remote { return }
+# for Bio::LocationI compatibility
+sub location_type { return 'EXACT' }
+
1;
More information about the Bioperl-guts-l
mailing list