From 9295afdfc25ac0c00219a00871b9e1c991d86b73 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Thu, 27 Sep 2012 13:10:04 +0000 Subject: [PATCH] upgraded kmer_freq test git-svn-id: http://biopieces.googlecode.com/svn/trunk@1950 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/out/kmer_freq.out.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bp_test/out/kmer_freq.out.1 b/bp_test/out/kmer_freq.out.1 index f0dea7a..41b3566 100644 --- a/bp_test/out/kmer_freq.out.1 +++ b/bp_test/out/kmer_freq.out.1 @@ -7,16 +7,20 @@ SEQ: atcgatcgatcgATCGATCGATCG REC_TYPE: KMER_FREQ KMER: ATCG COUNT: 9 +FREQ: 2.25 --- REC_TYPE: KMER_FREQ KMER: TCGA COUNT: 7 +FREQ: 1.75 --- REC_TYPE: KMER_FREQ KMER: CGAT COUNT: 7 +FREQ: 1.75 --- REC_TYPE: KMER_FREQ KMER: GATC COUNT: 7 +FREQ: 1.75 --- -- 2.39.2