SIMPLE(1) | User Commands | SIMPLE(1) |
simple - the obvious array-based kmer counter
simple [-f|-r|-C] [-c compression] [-m mersize] -i input -o output
simple is a very simple mer counter. It allocates a gigantic 32-bit array, populates the array with mers, sorts, and writes the output. It will allocate 4 bytes per kmer. k=16 will require 16 GB to run.
meryl(1)
May 2015 | simple 0~20150520+2004 |