X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fruby%2Fevoruby%2Flib%2Fevo%2Ftool%2Fphylogenies_decorator.rb;h=4e26acb2f5065ca90931008588acc12972b4fdcf;hb=5dc987ad08c9bb0f4ef584dd415297c3599ea69d;hp=1128be6aa2e1331baad30a52509043cb8bdbdb9e;hpb=9b2d675e85942aa2824ee825bd6f74ccb07a6975;p=jalview.git diff --git a/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb b/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb index 1128be6..4e26acb 100644 --- a/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb +++ b/forester/ruby/evoruby/lib/evo/tool/phylogenies_decorator.rb @@ -10,7 +10,7 @@ # $Id: phylogenies_decorator.rb,v 1.34 2010/12/13 19:00:11 cmzmasek Exp $ # # Environment variable FORESTER_HOME needs to point to the appropriate -# directory (e.g. setenv FORESTER_HOME $HOME/SOFTWARE_DEV/ECLIPSE_WORKSPACE/forester-atv/) +# directory (e.g. setenv FORESTER_HOME $HOME/SOFTWARE_DEV/ECLIPSE_WORKSPACE/forester/) require 'lib/evo/util/constants' require 'lib/evo/util/util' @@ -44,7 +44,7 @@ module Evoruby PRG_VERSION = "1.02" COPYRIGHT = "2012 Christian M Zmasek" CONTACT = "phylosoft@gmail.com" - WWW = "www.phylosoft.org" + WWW = "https://sites.google.com/site/cmzmasek/home/software/forester" IDS_ONLY_OPTION = "n" DOMAINS_ONLY_OPTION = "d" @@ -224,6 +224,7 @@ module Evoruby cmd = decorator + ' ' + DECORATOR_OPTIONS_DOMAINS + ' ' + '-f=d ' + phylogeny_file + ' ' + domains_mapfile_name + ' ' + my_outfile + puts cmd execute_cmd( cmd, log ) end @@ -236,6 +237,7 @@ module Evoruby cmd = decorator + ' ' + DECORATOR_OPTIONS_SEQ_NAMES + ' ' + '-f=n ' + my_infile + ' ' + ids_mapfile_name + ' ' + outfile + puts cmd execute_cmd( cmd, log ) end