Skip to content

Commit

Permalink
fix reading a tree
Browse files Browse the repository at this point in the history
  • Loading branch information
d4straub committed Nov 26, 2024
1 parent e982b0c commit 565f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/treesummarizedexperiment.nf
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ process TREESUMMARIZEDEXPERIMENT {
# If provided, we add phylogeny. The rownames in abundance matrix must match
# with node labels in phylogeny.
if (file.exists($tree)) {
phylogeny <- read_tree($tree)
phylogeny <- ape::read.tree($tree)
rowTree(tse) <- phylogeny
}
Expand Down

0 comments on commit 565f940

Please sign in to comment.