[BioRuby-cvs] bioruby/lib/bio/appl clustalw.rb,1.14,1.15

Naohisa Goto ngoto at dev.open-bio.org
Thu Dec 14 16:04:04 UTC 2006


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

Modified Files:
	clustalw.rb 
Log Message:
forgotten mistakes (din was changed to io)


Index: clustalw.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/appl/clustalw.rb,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** clustalw.rb	14 Dec 2006 15:59:21 -0000	1.14
--- clustalw.rb	14 Dec 2006 16:04:02 -0000	1.15
***************
*** 169,173 ****
        Bio::Command.call_command(@command) do |io|
          io.close_write
!         @log = dout.read
          t.join
        end
--- 169,173 ----
        Bio::Command.call_command(@command) do |io|
          io.close_write
!         @log = io.read
          t.join
        end




More information about the bioruby-cvs mailing list