[Bioperl-guts-l] [14792] bioperl-live/trunk/Bio/SeqFeature/Generic.pm: POD was a bit misleading, remove_SeqFeatures just removes features, sub- or not

Brian Osborne bosborne at dev.open-bio.org
Sat Aug 9 13:16:45 EDT 2008


Revision: 14792
Author:   bosborne
Date:     2008-08-09 13:16:44 -0400 (Sat, 09 Aug 2008)

Log Message:
-----------
POD was a bit misleading, remove_SeqFeatures just removes features, sub- or not

Modified Paths:
--------------
    bioperl-live/trunk/Bio/SeqFeature/Generic.pm

Modified: bioperl-live/trunk/Bio/SeqFeature/Generic.pm
===================================================================
--- bioperl-live/trunk/Bio/SeqFeature/Generic.pm	2008-08-07 15:28:02 UTC (rev 14791)
+++ bioperl-live/trunk/Bio/SeqFeature/Generic.pm	2008-08-09 17:16:44 UTC (rev 14792)
@@ -733,8 +733,8 @@
  Title   : add_SeqFeature
  Usage   : $feat->add_SeqFeature($subfeat);
            $feat->add_SeqFeature($subfeat,'EXPAND')
- Function: adds a SeqFeature into the subSeqFeature array.
-           with no 'EXPAND' qualifer, subfeat will be tested
+ Function: Adds a SeqFeature into the subSeqFeature array.
+           With no 'EXPAND' qualifer, subfeat will be tested
            as to whether it lies inside the parent, and throw
            an exception if not.
 
@@ -775,14 +775,13 @@
 
  Title   : remove_SeqFeatures
  Usage   : $sf->remove_SeqFeatures
- Function: Removes all sub SeqFeatures
+ Function: Removes all SeqFeatures
 
-           If you want to remove only a subset, remove that subset from the
-           returned array, and add back the rest.
-
+           If you want to remove only a subset of features then remove that 
+           subset from the returned array, and add back the rest.
  Example :
- Returns : The array of Bio::SeqFeatureI implementing sub-features that was
-           deleted from this feature.
+ Returns : The array of Bio::SeqFeatureI implementing features that was
+           deleted.
  Args    : none
 
 




More information about the Bioperl-guts-l mailing list