[BioRuby-cvs] bioruby/lib/bio/shell/plugin flatfile.rb,1.10,1.11
Katayama Toshiaki
k at pub.open-bio.org
Tue Nov 29 20:57:20 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv17654/shell/plugin
Modified Files:
flatfile.rb
Log Message:
* bug fixed to make flatsearch work
Index: flatfile.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/plugin/flatfile.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** flatfile.rb 28 Nov 2005 12:07:42 -0000 1.10
--- flatfile.rb 30 Nov 2005 01:57:18 -0000 1.11
***************
*** 108,112 ****
if results = db.include?(keyword)
results.each do |entry_id|
! entry << db.search_primary(entry_id)
end
else
--- 108,112 ----
if results = db.include?(keyword)
results.each do |entry_id|
! entry << db.search_primary(entry_id).to_s
end
else
More information about the bioruby-cvs
mailing list