From 487ef7672c43c20bc1a8fd8444abcecb6cc8bfb9 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Sat, 5 Jan 2013 00:58:24 +0000 Subject: [PATCH] fixed hmmscan summary (inprot things are disables for now) --- forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb b/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb index 3b29968..cd1f59f 100644 --- a/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb +++ b/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb @@ -296,7 +296,7 @@ module Evoruby fs_e_value_threshold, hmm_for_protein_output, i_e_value_threshold, - false, + uniprot, species ) end hmmscan_results_per_protein.clear -- 1.7.10.2