From e72199fcaec7ed75d1a882778919dba74b788cb0 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Thu, 3 Oct 2013 10:16:21 -0400 Subject: Create README.md Get a readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa2f232 --- /dev/null +++ b/README.md @@ -0,0 +1,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 -- cgit v1.2.1