[BioRuby-cvs] bioruby/lib/bio/shell/plugin flatfile.rb,1.8,1.9
Katayama Toshiaki
k at pub.open-bio.org
Mon Nov 28 02:14:40 EST 2005
Update of /home/repository/bioruby/bioruby/lib/bio/shell/plugin
In directory pub.open-bio.org:/tmp/cvs-serv9911/bio/shell/plugin
Modified Files:
flatfile.rb
Log Message:
* parse method is renamed to flatparse
Index: flatfile.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/shell/plugin/flatfile.rb,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** flatfile.rb 28 Nov 2005 02:08:22 -0000 1.8
--- flatfile.rb 28 Nov 2005 07:14:37 -0000 1.9
***************
*** 66,70 ****
end
! def parse(entry)
if cls = Bio::FlatFile.autodetect(entry)
return cls.new(entry)
--- 66,70 ----
end
! def flatparse(entry)
if cls = Bio::FlatFile.autodetect(entry)
return cls.new(entry)
More information about the bioruby-cvs
mailing list