inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 7 Jan 2013 22:07:56 +0000 (22:07 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 7 Jan 2013 22:07:56 +0000 (22:07 +0000)
forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb

index cd1f59f..c5e7bf8 100644 (file)
@@ -359,7 +359,7 @@ module Evoruby
 
 
         if r.model == hmm_for_protein_output
-          if i_e_value_threshold > 0.0 && r.fs_e_value > fs_e_value_threshold
+          if fs_e_value_threshold > 0.0 && r.fs_e_value > fs_e_value_threshold
             return
           end
         end