Skip to content
Discussion options

You must be logged in to vote

Here is an R file that replaces the r8s call in the tutorial example. In the tutorial, you would run

python prep_r8s.py -i maximum_likelihood_tree.txt -o r8s_ctl_file.txt -s 35157236 -p 'human,cat' -c '94'
r8s -b -f r8s_ctl_file.txt > r8s_tmp.txt
tail -n 1 r8s_tmp.txt | cut -c 16- > mammals_tree.txt

You can replace this with

Rscript chronos_time_tree.R maximum_likelihood_tree.txt mammals_tree.txt human cat 94

Let me know if you have any questions.

chronos_time_tree.zip

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hahnlab-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #270 on May 08, 2026 07:54.