From 69d32add8e820123671334913fa4ba3578d634f9 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Tue, 25 Sep 2012 13:07:13 +0000 Subject: [PATCH] work kmer_stats biopiece git-svn-id: http://biopieces.googlecode.com/svn/trunk@1941 74ccb610-7750-0410-82ae-013aeee3265d --- bp_bin/kmer_stats | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bp_bin/kmer_stats b/bp_bin/kmer_stats index a14e38b..154cb8b 100755 --- a/bp_bin/kmer_stats +++ b/bp_bin/kmer_stats @@ -289,9 +289,10 @@ Biopieces.open(options[:stream_in], options[:stream_out]) do |input, output| record = { :REC_TYPE => "KMER_STATS", - :KMER => kmer, - :COUNT => count, - :RATIO => ratio + :P_KMER => p_kmer, + :KMER => kmer, + :COUNT => count, + :RATIO => ratio } output.puts record -- 2.39.5