[BioRuby-cvs] bioruby/lib/bio/appl/fasta format10.rb,1.4,1.5

Naohisa Goto ngoto at pub.open-bio.org
Fri Sep 9 11:09:39 EDT 2005


Update of /home/repository/bioruby/bioruby/lib/bio/appl/fasta
In directory pub.open-bio.org:/tmp/cvs-serv21303/lib/bio/appl/fasta

Modified Files:
	format10.rb 
Log Message:
* fixed autoload problem about Bio::Fasta.
* added "require 'bio/appl/fasta' in bio/appl/fasta/format10.rb.


Index: format10.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/fasta/format10.rb,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** format10.rb	8 Sep 2005 01:22:09 -0000	1.4
--- format10.rb	9 Sep 2005 15:09:37 -0000	1.5
***************
*** 21,24 ****
--- 21,26 ----
  #
  
+ require 'bio/appl/fasta'
+ 
  module Bio
    class Fasta



More information about the bioruby-cvs mailing list