[Bioperl-guts-l] bioperl-live/Bio/DB/SeqFeature Store.pm, 1.31, 1.32
Lincoln Stein
lstein at dev.open-bio.org
Tue Oct 16 15:28:24 EDT 2007
Update of /home/repository/bioperl/bioperl-live/Bio/DB/SeqFeature
In directory dev.open-bio.org:/tmp/cvs-serv28643/Bio/DB/SeqFeature
Modified Files:
Store.pm
Log Message:
all GFF and GFF3 stores now return the type of the feature in the information returned by search_notes()
Index: Store.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/DB/SeqFeature/Store.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** Store.pm 24 Aug 2007 21:15:40 -0000 1.31
--- Store.pm 16 Oct 2007 19:28:22 -0000 1.32
***************
*** 1027,1031 ****
column 2 The text of the note
column 3 A relevance score.
! column 4 The unique ID of the feature
NOTE: This search will fail to find features that do not have a display name!
--- 1027,1032 ----
column 2 The text of the note
column 3 A relevance score.
! column 4 The feature type
! column 5 The unique ID of the feature
NOTE: This search will fail to find features that do not have a display name!
***************
*** 1060,1063 ****
--- 1061,1065 ----
column 2 The text of the note
column 3 A relevance score.
+ column 4 The type
NOTE: This is equivalent to $db-E<gt>search_attributes('full text search
More information about the Bioperl-guts-l
mailing list