inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 9 Nov 2013 04:22:29 +0000 (04:22 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Sat, 9 Nov 2013 04:22:29 +0000 (04:22 +0000)
forester/ruby/evoruby/exe/run_phylo_pipeline_x.rb

index fb351c2..05507b9 100644 (file)
@@ -22,7 +22,7 @@ module Evoruby
     TAP       = "/home/czmasek/SOFTWARE/FORESTER/DEV/forester/forester/ruby/evoruby/exe/tap.rb"
 
     def run
-      unless ARGV.length >= 4 && ARGV.length <= 6
+      unless ARGV.length >= 2 && ARGV.length <= 4
         error "arguments are:  <min-length> " +
          "<neg E-value exponent for domain extraction> [E-value for hmmscan, default is 10] [hmmscan option, default is --nobias, --max for no heuristics]"
       end
@@ -58,11 +58,13 @@ module Evoruby
       end
       puts
 
-      counter = 0
+      counter = 1
       input_files.each do | input |
 
         puts counter.to_s + "/" +  input_files.size.to_s + " " + input + ": "
         
+        counter += 1
+        
         hmm_name = ""
 
         if input.downcase.end_with?( "_ni.fasta" )