Skip to content

Commit

Permalink
fix aov - red tip label
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Dec 19, 2023
1 parent e370dca commit 750976b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/trees/orthomyxo.acc2name
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Apisorthomyxovirus1 Apis orthomyxovirus 1
Apisorthomyxovirus1 apis orthomyxovirus 1
QGA69818.1 Varroa orthomyxovirus-1
AED98371.1 Jos virus
AHB34055.1 Upolu virus
Expand Down
2 changes: 1 addition & 1 deletion scripts/fig1.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ names(aov.a2n) <- aov.acc2name$V1
#Orthomyxo
orthotree <- read.tree("data/trees/orthomyxo.treefile")
orthotree$tip.label <- as.character(aov.a2n[match(names(aov.a2n), orthotree$tip.label)])
orthotree$tip.label[1] <- "Apis orthomyxovirus 1"
orthotree$tip.label[1] <- "apis orthomyxovirus 1"

#midpoint root
orthotree <- phangorn::midpoint(orthotree)
Expand Down

0 comments on commit 750976b

Please sign in to comment.