]> git.donarmstrong.com Git - biopieces.git/commitdiff
fixed bug in index_vals
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 11 Apr 2013 17:29:24 +0000 (17:29 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Thu, 11 Apr 2013 17:29:24 +0000 (17:29 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@2157 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/index_vals

index 77b0edee00816c2cd2c4c6ed284f43a404f5e4b6..0b8d1110d38ab970a7a9cce21c5005f0e53158cf 100755 (executable)
@@ -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