[BioRuby-cvs] bioruby/lib/bio db.rb,0.32,0.33
Mitsuteru C. Nakao
nakao at pub.open-bio.org
Sat Feb 18 14:44:42 UTC 2006
Update of /home/repository/bioruby/bioruby/lib/bio
In directory pub.open-bio.org:/tmp/cvs-serv1774/lib/bio
Modified Files:
db.rb
Log Message:
* db.rb: added '*' in the toptag.
* aaindex.rb: added RDoc.
added a facade method for both file formats
(Bio::AAindex.auto).
* test_aaindex.rb: added
Index: db.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/db.rb,v
retrieving revision 0.32
retrieving revision 0.33
diff -C2 -d -r0.32 -r0.33
*** db.rb 12 Jan 2006 08:58:27 -0000 0.32
--- db.rb 18 Feb 2006 14:44:40 -0000 0.33
***************
*** 268,272 ****
def toptag2array(str)
sep = "\001"
! str.gsub(/\n([A-Za-z\/])/, "\n#{sep}\\1").split(sep)
end
--- 268,272 ----
def toptag2array(str)
sep = "\001"
! str.gsub(/\n([A-Za-z\/\*])/, "\n#{sep}\\1").split(sep)
end
More information about the bioruby-cvs
mailing list