]> git.donarmstrong.com Git - biopieces.git/commitdiff
work kmer_stats biopiece
authormartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 25 Sep 2012 13:07:13 +0000 (13:07 +0000)
committermartinahansen <martinahansen@74ccb610-7750-0410-82ae-013aeee3265d>
Tue, 25 Sep 2012 13:07:13 +0000 (13:07 +0000)
git-svn-id: http://biopieces.googlecode.com/svn/trunk@1941 74ccb610-7750-0410-82ae-013aeee3265d

bp_bin/kmer_stats

index a14e38b90f44bab2a3b904774813f4ad1fdaf838..154cb8bb34d8d205f7c9c6fce001674fbedcd56c 100755 (executable)
@@ -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