aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2014-01-31 20:53:17 -0500
committerCalvin Morrison <mutantturkey@gmail.com>2014-01-31 20:53:17 -0500
commit8adaa6a4bda299545254dd54f8f631f789c87d6a (patch)
treecac87eefbf5301c95e8fa51ba9270e0b019bcf46
parent05b54b637942c14412b78501ba8d5290d0a555bf (diff)
update readme
-rw-r--r--README.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/README.md b/README.md
index c217e1c..dd204a4 100644
--- a/README.md
+++ b/README.md
@@ -15,5 +15,19 @@ kmer_total_count - this program will count each kmer in a fasta file, and print
# Example
calvin@barnabas:~/dna-utils$ ./kmer_total_count SuperManSequences.fasta 8
-
+
the order of the array corresponds to AAAA, AAAC, AAAG, AAAT and so on
+
+usage: kmer_total_count -i input_file -k kmer [-n] [-l] ...
+
+#### Licensing and Citation
+Report all bugs to mutantturkey@gmail.com
+
+Copyright 2014 Calvin Morrison, Drexel University.
+
+If you are using any dna-utils tool for a publication
+please cite your usage:
+
+dna-utils. Drexel University, Philadelphia USA, 2014;
+software available at www.github.com/EESI/dna-utils/
+