A library for working with phylogenetic and population genetic data.
v0.32.0
sync_common.cpp File Reference
#include "genesis/population/format/sync_common.hpp"
#include <iostream>
#include <stdexcept>

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::ostream & to_sync (SampleCounts const &bs, std::ostream &os, bool use_status_and_missing=true)
 Output a SampleCounts instance to a stream in the PoPoolation2 sync format. More...
 
std::ostream & to_sync (Variant const &var, std::ostream &os, bool use_status_and_missing=true)
 Output a Variant instance to a stream in the PoPoolation2 sync format. More...