if (FALSE) {
# load jplace file and create expanded tree
J = expanded_tree_from_jplace("epa_ng_output.jplace")
# save the reference and expanded tree as Newick files
write_tree(J$reference_tree, file="reference.tre")
write_tree(J$tree, file="expanded.tre")
}
Run the code above in your browser using DataLab