#include <cstdint>
#include <string>
Go to the source code of this file.
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::population | |
Functions | |
std::string | sam_flag_to_string (int flags) |
Turn a set of flags for sam/bam/cram reads into their textual representation. More... | |
int | string_to_sam_flag (std::string const &value) |
Parse a string as a set of flags for sam/bam/cram reads. More... | |