From ecb871e3a5f2a220b02192d65dd924723fc1a1d8 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Thu, 17 Jan 2013 22:25:00 +0000 Subject: [PATCH] commented out unneed output --- .../ruby/evoruby/lib/evo/tool/hmmscan_summary.rb | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb b/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb index c5e7bf8..d2712a3 100644 --- a/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb +++ b/forester/ruby/evoruby/lib/evo/tool/hmmscan_summary.rb @@ -48,14 +48,14 @@ module Evoruby def run - Util.print_program_information( PRG_NAME, - PRG_VERSION, - PRG_DESC, - PRG_DATE, - COPYRIGHT, - CONTACT, - WWW, - STDOUT ) + # Util.print_program_information( PRG_NAME, + # PRG_VERSION, + # PRG_DESC, + # PRG_DATE, + # COPYRIGHT, + # CONTACT, + # WWW, + # STDOUT ) begin cla = CommandLineArguments.new( ARGV ) @@ -165,7 +165,7 @@ module Evoruby if ( cla.is_option_set?( PARSE_OUT_DESCRIPITION_OPTION ) ) parse_descriptions = true end - +/* puts() puts( "hmmpfam outputfile : " + inpath ) puts( "outputfile : " + outpath ) @@ -202,7 +202,7 @@ module Evoruby puts( "Uniprot : " + uniprot ) end puts() - +*/ begin parse( inpath, outpath, @@ -219,14 +219,14 @@ module Evoruby end domain_counts = get_domain_counts() - puts + /* puts puts( "domain counts (considering potential i-E-value threshold and ignoring of DUFs):" ) puts( "(number of different domains: " + domain_counts.length.to_s + ")" ) puts puts( Util.draw_histogram( domain_counts, "#" ) ) puts Util.print_message( PRG_NAME, 'OK' ) - puts + puts */ end # def run -- 1.7.10.2