[BioRuby-cvs] bioruby/lib/bio/appl mafft.rb,1.10,1.11

Naohisa Goto ngoto at dev.open-bio.org
Mon Sep 25 08:09:24 UTC 2006


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

Modified Files:
	mafft.rb 
Log Message:
added "require 'tempfile'"


Index: mafft.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/mafft.rb,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** mafft.rb	30 Apr 2006 05:50:19 -0000	1.10
--- mafft.rb	25 Sep 2006 08:09:22 -0000	1.11
***************
*** 31,34 ****
--- 31,35 ----
  #++
  require 'open3'
+ require 'tempfile'
  
  module Bio




More information about the bioruby-cvs mailing list