BioJulia/Phylogenies.jl

Is there any function available in Phylogenies.jl to read phylogenetic trees from xml file?

Opened this issue · 1 comments

Hi,
I am looking for a function to read phylogenetic trees from xml file, something similar to following python implementation:

from Bio import Phylo
# download this from http://www.phyloxml.org/examples/apaf.xml
tree = Phylo.read('apaf.xml', 'phyloxml')

Can anyone reply?

Not sure, but there's also Phylo.jl in the EcoJulia org, you might look there