inprogress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 4 Jan 2013 23:49:29 +0000 (23:49 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Fri, 4 Jan 2013 23:49:29 +0000 (23:49 +0000)
forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb

index 7489e74..bc1ad7b 100644 (file)
@@ -381,7 +381,7 @@ module Evoruby
 
       if dc == 0
         # passed on protein E-value, failed in per domain E-values
-        #return
+        return
       end
 
       hmmscan_results_per_protein_filtered.sort! { |r1,r2| r1.env_from <=> r2.env_from }
@@ -404,6 +404,7 @@ module Evoruby
         s << r.model + " "
       end
       s << "\t"
+      puts s
       #e = UniprotKB::get_entry_by_id( process_id( own.query ) )
 
       #if e != nil