#include <array>
#include <cassert>
#include <climits>
#include <cstdint>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | Kmer< Tag > |
Kmer class template for representing k-mers of various sizes, currently up to k-32. More... | |
struct | KmerTagDefault |
Default Tag for a Kmer, used when no other Tag is provided. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::sequence | |