Skip to content

Commit

Permalink
color code
Browse files Browse the repository at this point in the history
  • Loading branch information
mschecht committed Dec 11, 2024
1 parent 083ed02 commit af3e65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anvio/docs/workflows/ecophylo.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ anvi-split -C curated \

**Step 4.** Add the string "_split_00001" to each tree leaf to import it back into the interface

{{ codestart }}
```r
packages <- c("tidyverse", "ape", "phytools", "glue")
suppressMessages(lapply(packages, library, character.only = TRUE))

Expand All @@ -400,7 +400,7 @@ add_split_string_to_tree <- function(IN_PATH, OUT_PATH) {
PROTEIN="" # Replace with name of protein from hmm_list.txt
add_split_string_to_tree(IN_PATH = glue("{PROTEIN}_trimmed_filtered_FastTree.nwk"),
OUT_PATH = glue("{PROTEIN}_trimmed_filtered_FastTree_ed.nwk"))
{{ codestop }}
```

**Step 5.** Revisualize the subsetted tree

Expand Down

0 comments on commit af3e65c

Please sign in to comment.