From 7d5f51460146c18c3b88c5524d5e52ac04a4ca7e Mon Sep 17 00:00:00 2001 From: Fanny Wegner <fwegner@imm.uzh.ch> Date: Thu, 30 Mar 2023 11:24:36 +0200 Subject: [PATCH] Update file phylo_exercise.md --- exercises/phylo_exercise.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/exercises/phylo_exercise.md b/exercises/phylo_exercise.md index 844011e..ea19b2a 100644 --- a/exercises/phylo_exercise.md +++ b/exercises/phylo_exercise.md @@ -169,9 +169,11 @@ You can find more info on the implemented models here: http://www.iqtree.org/doc/Substitution-Models#dna-models -* Inspect the phylogeny using **Figtree** - download it from https://github.com/rambaut/figtree/releases if you have not already done so. You should be able to open the .tre file directly via the SFTP feature of your terminal client. +* The actual tree in Newik format will be stored in the .treefile. -* When opening the .tre file, Figtree will ask you to give a label to the node values. These are your bootstrap values. You can choose display them under "Node Labels". +* Inspect the phylogeny using **Figtree** - download it from https://github.com/rambaut/figtree/releases if you have not already done so. You should be able to open the .treefile directly via the SFTP feature of your terminal client. + +* When opening the .treefile, Figtree will ask you to give a label to the node values. These are your bootstrap values. You can choose display them under "Node Labels". * In figtree, root the tree using the oldest sequence. -- GitLab