in progress...
[jalview.git] / forester / ruby / evoruby / lib / evo / tool / taxonomy_processor.rb
index 6a4bb5f..1d8a25b 100644 (file)
@@ -19,7 +19,7 @@ module Evoruby
   class TaxonomyProcessor
 
     PRG_NAME       = "tap"
-    PRG_DATE       = "170213"
+    PRG_DATE       = "170214"
     PRG_DESC       = "Replacement of labels in multiple sequence files"
     PRG_VERSION    = "2.004"
     WWW            = "https://sites.google.com/site/cmzmasek/home/software/forester"
@@ -208,6 +208,8 @@ module Evoruby
       puts( "  options: -" + EXTRACT_TAXONOMY_OPTION + "    : to extract taxonomy information from bracketed expressions" )
       puts( "           -" + ANNOTATION_OPTION + "=<s>: to add an annotation to all entries" )
       puts()
+      puts( "  [next steps in standard analysis pipeline: hmmscan followed by hsp.rb]")
+      puts()
       puts( "Example:" )
       puts()
       puts( "  " + PRG_NAME + ".rb P53.fasta" )