pop_to_assemblage

pop_to_assemblage(columns: ~typing.Iterable[~hstrat.genome_instrumentation.HereditaryStratigraphicColumn], progress_wrap: ~typing.Callable = <function <lambda>>) HereditaryStratigraphicAssemblage

Create a postprocessing representation of the differentia retained by a collection of HereditaryStratigraphicColumns.

Parameters

columnsiterable of HereditaryStratigraphicColumn

Data to serialize.

progress_wrapCallable, default identity function

Wrapper applied around generation iterator and row generator for final phylogeny compilation process.

Pass tqdm or equivalent to display progress bars.