From: martinahansen Date: Tue, 25 Sep 2012 13:07:13 +0000 (+0000) Subject: work kmer_stats biopiece X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=69d32add8e820123671334913fa4ba3578d634f9;p=biopieces.git work kmer_stats biopiece git-svn-id: http://biopieces.googlecode.com/svn/trunk@1941 74ccb610-7750-0410-82ae-013aeee3265d --- 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