Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
efmanu opened this issue Aug 25, 2021 · 2 comments

Comments

@efmanu
Copy link

efmanu commented Aug 25, 2021

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?

@mkborregaard
Copy link
Member

There isn't anything in Phylo for this right now.

@richardreeve
Copy link
Member

Does anyone actually use phyloxml? I've actually never heard of it before and a lot of the links from the phyloxml website seem broken... if it's a common format we could look into supporting it, but it doesn't seem very popular - for instance google returns ~60M hits for nexus format and ~350k for newick format (both of which Phylo supports), but only ~16k for phyloxml format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants