From d49bf58cee106ada674e7fa0d7fcf328ed797252 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 4 Dec 2013 21:47:17 +0000 Subject: [PATCH] inprogress --- forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ) -- 1.7.10.2