X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_bin%2Findex_vals;h=0b8d1110d38ab970a7a9cce21c5005f0e53158cf;hb=5de6112b70b59420b245ce636a8b2e3c90acbe00;hp=77b0edee00816c2cd2c4c6ed284f43a404f5e4b6;hpb=3b76043195bd8f9505631147dbc369e80655ebf0;p=biopieces.git 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