[BioRuby-cvs] bioruby/lib/bio/appl fasta.rb,1.18,1.19

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
In directory pub.open-bio.org:/tmp/cvs-serv21303/lib/bio/appl

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


Index: fasta.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/fasta.rb,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** fasta.rb	8 Sep 2005 01:22:08 -0000	1.18
--- fasta.rb	9 Sep 2005 15:09:37 -0000	1.19
***************
*** 30,33 ****
--- 30,36 ----
    class Fasta
  
+     autoload :Report, 'bio/appl/fasta/format10'
+     #autoload :?????,  'bio/appl/fasta/format6'
+ 
      include Bio::Command::Tools
  



More information about the bioruby-cvs mailing list