#include "genesis/population/sample_counts.hpp"
#include "genesis/population/function/genome_locus.hpp"
#include "genesis/population/genome_locus_set.hpp"
#include "genesis/population/genome_locus.hpp"
#include "genesis/population/variant.hpp"
#include "genesis/utils/core/fs.hpp"
#include <cstdint>
#include <memory>
#include <string>
#include <unordered_map>
#include <unordered_set>
#include <vector>
Go to the source code of this file.
Classes | |
class | SamVariantInputStream |
Input stream for SAM/BAM/CRAM files that produces a Variant per genome position. More... | |
class | SamVariantInputStream::Iterator |
Iterator over loci of the input sources. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::population | |
Typedefs | |
typedef struct bam_plp_s * | bam_plp_t |
typedef struct bam_plp_s* bam_plp_t |
Definition at line 61 of file sam_variant_input_stream.hpp.