[BioRuby-cvs] bioruby/lib/bio/appl mafft.rb,1.5,1.6

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


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

Modified Files:
	mafft.rb 
Log Message:
fixed autoload problem about Bio::MAFFT.


Index: mafft.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/mafft.rb,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mafft.rb	8 Sep 2005 01:22:08 -0000	1.5
--- mafft.rb	9 Sep 2005 15:56:20 -0000	1.6
***************
*** 23,28 ****
  require 'bio/db/fasta'
  require 'bio/io/flatfile'
- require 'bio/appl/mafft/report'
- #require 'bio/appl/factory'
  
  # We use Open3.popen3, because MAFFT on win32 requires Cygwin.
--- 23,26 ----
***************
*** 31,34 ****
--- 29,34 ----
  module Bio
    class MAFFT
+ 
+     autoload :Report,       'bio/appl/mafft/report'
  
      def self.fftns(n = nil)



More information about the bioruby-cvs mailing list