pub fn map_gene_trees(
    sp_tree: &mut ArenaTree<String>,
    gene_trees: &mut Vec<ArenaTree<String>>
)
Expand description

Set the coordinates of the gene tree according to the associated species tree coordinates.