A library for working with phylogenetic and population genetic data.
v0.27.0
Deprecated List
Member genesis::population::run_vcf_window (SlidingWindowGenerator< Data, Accumulator > &generator, std::string const &vcf_file, std::function< Data(VcfRecord const &)> conversion, std::function< bool(VcfRecord const &)> condition={})
Not in use any more, just kept around in case it might be needed later. Use SlidingIntervalWindowIterator instead.
Class SlidingWindowGenerator< D, A >
This design turned out to not be convenient to use. We'll keep the class around, but not add the features that it is still missing (e.g., it can only do interval windows). Use SlidingIntervalWindowIterator instead.