From 9931a4c7a6cf775cf4a62098b1f9aaf1eac839aa Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 11 Oct 2012 04:28:23 +0000 Subject: [PATCH] in progress --- forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb b/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb index d316f85..9674200 100644 --- a/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb +++ b/forester/ruby/evoruby/lib/evo/tool/taxonomy_processor.rb @@ -48,7 +48,7 @@ module Evoruby WWW, STDOUT ) - if ( ARGV == nil || ( ARGV.length != 1 && ARGV.length != 3 && ARGV.length != 4 && ARGV.length != 5 && ARGV.length != 6 ) ) + if ( ARGV == nil || ( ARGV.length != 1 && ARGV.length != 2 && ARGV.length != 3 && ARGV.length != 4 && ARGV.length != 5 && ARGV.length != 6 ) ) puts( "Usage: #{PRG_NAME}.rb [options] [input map file] [output sequences] [output id list]" ) puts() puts( " options: -" + EXTRACT_TAXONOMY_OPTION + ": to extract taxonomy information from bracketed expression" ) -- 1.7.10.2