X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fruby%2Fevoruby%2Flib%2Fevo%2Ftool%2Fdomain_sequence_extractor.rb;h=5c8619dc95672155f6ce7c0e221fd6c742e611c6;hb=7e37741c149bbf6c27555ab9cf92766155d3f4d3;hp=efe6f6afd5d78134a8c3a73df9354c65e8279cc4;hpb=dbf5b588d65d1c62094dd5d339eca5056a5ade5f;p=jalview.git diff --git a/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb b/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb index efe6f6a..5c8619d 100644 --- a/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb +++ b/forester/ruby/evoruby/lib/evo/tool/domain_sequence_extractor.rb @@ -254,7 +254,7 @@ module Evoruby puts() puts( " " + PRG_NAME + ".rb [options] " ) puts() - puts( " options: -" + E_VALUE_THRESHOLD_OPTION + "=: E-value threshold, default is no threshold" ) + puts( " options: -" + E_VALUE_THRESHOLD_OPTION + "=: iE-value threshold, default is no threshold" ) puts( " -" + LENGTH_THRESHOLD_OPTION + "=: length threshold, default is no threshold" ) puts( " -" + ADD_POSITION_OPTION + ": to add positions (rel to complete seq) to extracted domains" ) puts( " -" + ADD_DOMAIN_NUMBER_OPTION + ": to add numbers to extracted domains (in case of more than one domain per complete seq) (example \"domain~2-3\")" )