Skip to content

Commit

Permalink
stringr function tag
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjwilliams1 committed Oct 2, 2024
1 parent c586c91 commit 522f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,6 @@ format_tree_labels <- function(tree, removeloci = TRUE, internal_node_string = '
tip.loci <- grep(internal_node_string, tree$tip.label, value = T)
}
}
tree$tip.label <- str_remove(tree$tip.label, "cell_")
tree$tip.label <- stringr::str_remove(tree$tip.label, "cell_")
return(tree)
}

0 comments on commit 522f7d8

Please sign in to comment.