From: martinahansen Date: Thu, 11 Apr 2013 17:29:24 +0000 (+0000) Subject: fixed bug in index_vals X-Git-Url: https://git.donarmstrong.com/?p=biopieces.git;a=commitdiff_plain;h=b76ce1ab6706d23946d0645da0838c713b5be376 fixed bug in index_vals git-svn-id: http://biopieces.googlecode.com/svn/trunk@2157 74ccb610-7750-0410-82ae-013aeee3265d --- diff --git a/bp_bin/index_vals b/bp_bin/index_vals index 77b0ede..0b8d111 100755 --- a/bp_bin/index_vals +++ b/bp_bin/index_vals @@ -47,7 +47,7 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output| index[val] += 1 end - puts record + output.puts record end end