Demes.jl

A Julia package for working with demes demographic models.

Usage

Demographic models written in the demes standard can be loaded as

using Demes
graph = Demes.loadGraph("test/gutenkunst_ooa.yaml")

This imports a demes-specified demographic model, which is used in downstream population genetics simulation software.