[BioRuby-cvs] bioruby/lib/bio/io flatfile.rb,1.43,1.44

Naohisa Goto ngoto at pub.open-bio.org
Wed Feb 22 08:38:43 UTC 2006


Update of /home/repository/bioruby/bioruby/lib/bio/io
In directory pub.open-bio.org:/tmp/cvs-serv32672/lib/bio/io

Modified Files:
	flatfile.rb 
Log Message:
Completely rewritten.
Please see Changes-0.7.rd for incompatible changes.


Index: flatfile.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/io/flatfile.rb,v
retrieving revision 1.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** flatfile.rb	29 Jan 2006 06:54:14 -0000	1.43
--- flatfile.rb	22 Feb 2006 08:38:41 -0000	1.44
***************
*** 2,26 ****
  # = bio/io/flatfile.rb - flatfile access wrapper class
  #
! # Copyright:: Copyright (C) 2001, 2002 GOTO Naohisa <ngoto at gen-info.osaka-u.ac.jp>
! # License:: LGPL
! #
! #--
! #  This library is free software; you can redistribute it and/or
! #  modify it under the terms of the GNU Lesser General Public
! #  License as published by the Free Software Foundation; either
! #  version 2 of the License, or (at your option) any later version.
[...1570 lines suppressed...]
+         #fastaformat.is_prior_to(debug_last)
+ 
+         a.rehash
+         return a
+       end
+       
+     end #class AutoDetect
+     
    end #class FlatFile
  
  end #module Bio
  
  if __FILE__ == $0
    if ARGV.size == 2
***************
*** 500,502 ****
    end
  end
- 
--- 1199,1200 ----




More information about the bioruby-cvs mailing list