Calculate the abundance distribution of k-mers from a single sequence file.
Note that with -b this script is constant memory; in exchange, k-mer counts will stop at 255. The memory usage of this script with -b will be about 1.15x the product of the -x and -N numbers.
(from the khmer project: http://khmer.readthedocs.org/en/v2.0/ )