[BioRuby-cvs] bioruby/lib/bio sequence.rb,0.58.2.5,0.58.2.6

Naohisa Goto ngoto at dev.open-bio.org
Fri Feb 15 05:29:52 UTC 2008


Update of /home/repository/bioruby/bioruby/lib/bio
In directory dev.open-bio.org:/tmp/cvs-serv26854/lib/bio

Modified Files:
      Tag: BRANCH-biohackathon2008
	sequence.rb 
Log Message:
bugfix in Bio::Sequence.read: mistaken method name


Index: sequence.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/sequence.rb,v
retrieving revision 0.58.2.5
retrieving revision 0.58.2.6
diff -C2 -d -r0.58.2.5 -r0.58.2.6
*** sequence.rb	15 Feb 2008 04:49:37 -0000	0.58.2.5
--- sequence.rb	15 Feb 2008 05:29:50 -0000	0.58.2.6
***************
*** 361,365 ****
        klass = format
      else
!       klass = Bio::FlatFile::AutoDetect.default.guess(str)
      end
      obj = klass.new(str)
--- 361,365 ----
        klass = format
      else
!       klass = Bio::FlatFile::AutoDetect.default.autodetect(str)
      end
      obj = klass.new(str)




More information about the bioruby-cvs mailing list