inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 9 Nov 2013 05:48:57 +0000 (05:48 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 9 Nov 2013 05:48:57 +0000 (05:48 +0000)
forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb

index 0117b6a..50de838 100644 (file)
@@ -113,6 +113,10 @@ module Evoruby
           FileUtils.cp orig_input, "#{hmm_name}/#{orig_input}"
         end
 
+        Dir.mkdir( hmm_name + "/msa" )
+
+        FileUtils.cp "#{hmm_name}/#{hmm_name}__#{hmm_name}__ee#{e_value_exp.to_s}_#{length}.fasta", "#{hmm_name}/msa/#{hmm_name}__#{hmm_name}__ee#{e_value_exp.to_s}_#{length}"
+
       end
 
     end