From eac0e41b0814a58147a0311135b20803d8cd9c03 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Tue, 12 Nov 2013 00:25:15 +0000 Subject: [PATCH] inprogress --- forester/ruby/evoruby/lib/evo/tool/phylogeny_factory.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/forester/ruby/evoruby/lib/evo/tool/phylogeny_factory.rb b/forester/ruby/evoruby/lib/evo/tool/phylogeny_factory.rb index 7f84afa..1992783 100644 --- a/forester/ruby/evoruby/lib/evo/tool/phylogeny_factory.rb +++ b/forester/ruby/evoruby/lib/evo/tool/phylogeny_factory.rb @@ -265,10 +265,14 @@ module Evoruby def update_phylo_pl_options( phylo_pl_options, bootstraps ) opts = phylo_pl_options + puts + puts "opts: " + opts unless opts =~ /B\d/ opts = 'B' + bootstraps.to_s + opts end opts = '-' + opts + puts + puts "new opts: " + opts opts end -- 1.7.10.2