aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: aa2f23215d9fc8a7dc0a912100f6f4039347a039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
dna-utils
=========

general utilities for manipulating sequences and fasta files - high performance kmer counting


Tools included
==============

kmer_total_count - this program will count each kmer, and print to standard out.

arguemnts: fasta_file kmer_size

example: kmer_total_count SuperManSequences.fasta 8

the order of the array corresponds to AAAA, AAAC, AAAG, AAAT and so on