From 50c39afd8a7cc4ab9f742c714b6182300cdbb06e Mon Sep 17 00:00:00 2001 From: Yan Wong Date: Fri, 5 Jan 2024 21:55:49 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae0f61f..9c667ae9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ``tsdate`` is a scalable method for estimating the age of ancestral nodes in a [tree sequence](https://tskit.dev/tutorials/what_is.html). The method uses a coalescent prior and updates node times on the basis of the number of mutations along each edge of the tree sequence (i.e. using the "molecular clock"). -The method is designed to operate on the output of [tsinfer](https://tsinfer.readthedocs.io/en/latest/), which efficiently infers tree sequence *topologies* from large genetic datasets. +The method is frequently combined with the [tsinfer](https://tsinfer.readthedocs.io/en/latest/) algorithm, which efficiently infers tree sequence *topologies* from large genetic datasets. Please refer to the [documentation](https://tsdate.readthedocs.io/en/latest/) for information on installing and using the software.