table of contents
SIMPLE(1) | User Commands | SIMPLE(1) |
NAME¶
simple - the obvious array-based kmer counter
SYNOPSIS¶
simple [-f|-r|-C] [-c compression] [-m mersize] -i input -o output
DESCRIPTION¶
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.
OPTIONS¶
SEE ALSO¶
May 2015 | simple 0~20150520+2004 |