From 49f0060280c7810547d2c9878a0e5a708026428e Mon Sep 17 00:00:00 2001 From: Blaise Li <blaise.li__git@nsup.org> Date: Thu, 7 Sep 2023 11:56:05 +0200 Subject: [PATCH] Heard of tskit. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8116c1a..f5f29aa 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,13 @@ Versatile MCMC phylogeny building using Python. URL: <https://p4.nhm.ac.uk/> +### tskit + +URL: <https://tskit.dev/genetics-research/> + +To work with "succint tree sequences", an efficient genomic data storage format +supposedly useful for population genetics and phylogeny. I haven't used it yet. + ## Not a library -- GitLab