[BioRuby-cvs] bioruby/lib/bio/io/flatfile indexer.rb,1.25,1.26
Naohisa Goto
ngoto at dev.open-bio.org
Tue Dec 11 15:13:35 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/io/flatfile
In directory dev.open-bio.org:/tmp/cvs-serv15968/lib/bio/io/flatfile
Modified Files:
indexer.rb
Log Message:
An mistake of variable name in Bio::FlatFileIndex.formatstring2class
is corrected. Thanks to Dr. Frank Schwach for reporting the bug.
Index: indexer.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/flatfile/indexer.rb,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** indexer.rb 5 Apr 2007 23:35:41 -0000 1.25
--- indexer.rb 11 Dec 2007 15:13:32 -0000 1.26
***************
*** 715,719 ****
##############################################################
def self.formatstring2class(format_string)
! case format
when /genbank/i
dbclass = Bio::GenBank
--- 715,719 ----
##############################################################
def self.formatstring2class(format_string)
! case format_string
when /genbank/i
dbclass = Bio::GenBank
More information about the bioruby-cvs
mailing list