]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/index_vals
fixed bug in index_vals
[biopieces.git] / 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