From: cmzmasek@gmail.com Date: Wed, 4 Dec 2013 21:47:17 +0000 (+0000) Subject: inprogress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=d49bf58cee106ada674e7fa0d7fcf328ed797252;p=jalview.git inprogress --- diff --git a/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb b/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb index e07a620..795aba7 100644 --- a/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb +++ b/forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb @@ -163,14 +163,14 @@ module Evoruby run_1 = false run_100 = false - unless File.exist? "#{msa_dir}/#{dsx_output}" + unless File.exist? "#{msa_dir}/#{hmm_name}__#{hmm_name}__ee#{e_value_exp.to_s}_#{length}" run_1 = true - FileUtils.cp "#{dsx_output}.fasta", "#{msa_dir}/#{dsx_output}" + FileUtils.cp "#{dsx_output}.fasta", "#{msa_dir}/#{hmm_name}__#{hmm_name}__ee#{e_value_exp.to_s}_#{length}" end - unless File.exist? "#{msa_100_dir}/#{dsx_output}" + unless File.exist? "#{msa_100_dir}/#{hmm_name}__#{hmm_name}__ee#{e_value_exp.to_s}_#{length}" run_100 = true - FileUtils.cp "#{dsx_output}.fasta", "#{msa_100_dir}/#{dsx_output}" + FileUtils.cp "#{dsx_output}.fasta", "#{msa_100_dir}/#{hmm_name}__#{hmm_name}__ee#{e_value_exp.to_s}_#{length}" end if File.exist?( TEMPLATE_FILE )