From: cmzmasek@gmail.com Date: Fri, 3 Apr 2015 20:17:20 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=8662ade5ecc921f9824546493a764cebccc1ddf5;p=jalview.git in progress --- diff --git a/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb b/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb index 3b4638f..973286c 100644 --- a/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb +++ b/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb @@ -229,15 +229,15 @@ module Evoruby Util.fatal_error( PRG_NAME, 'error: ' + $! ) end - cmd = decorator + ' ' + DECORATOR_OPTIONS_SEQ_NAMES + ' ' + - '-f=n ' + TMP_FILE_2 + ' ' + - ids_mapfile_name + ' ' + outfile - puts cmd - begin - execute_cmd( cmd, log ) - rescue Error - Util.fatal_error( PRG_NAME, 'error: ' + $! ) - end +# cmd = decorator + ' ' + DECORATOR_OPTIONS_SEQ_NAMES + ' ' + +# '-f=n ' + TMP_FILE_2 + ' ' + +# ids_mapfile_name + ' ' + outfile +# puts cmd +# begin +# execute_cmd( cmd, log ) +# rescue Error +# Util.fatal_error( PRG_NAME, 'error: ' + $! ) +# end # File.delete( TMP_FILE_1 ) # File.delete( TMP_FILE_2 )