Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

simple - the obvious array-based kmer counter

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.

Name

       simple - the obvious array-based kmer counter

Options

-iinput-ooutput-mmersize
              the mer size.  Default is 22

       -f     forward kmer (this is the default)

       -r     reverse kmer

       -C     canonical kmer (lexicographically smaller of the forward and reverse kmer at each location)

       -c#   mer compression

See Also

meryl(1)

simple 0~20150520+2004                              May  2015                                          SIMPLE(1)

Synopsis

simple [-f|-r|-C] [-ccompression] [-mmersize] -iinput-ooutput

See Also