From b76ce1ab6706d23946d0645da0838c713b5be376 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 11 Apr 2013 17:29:24 +0000 Subject: [PATCH] fixed bug in index_vals git-svn-id: http://biopieces.googlecode.com/svn/trunk@2157 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/index_vals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2