phyloref / phylo2owl

Tool to convert phylogenies to OWL ontologies
MIT License
4 stars 2 forks source link

Add tests for non-tree phylogenetic networks #12

Open gaurav opened 7 years ago

gaurav commented 7 years ago

phylo2owl.py currently writes out all the nodes found in the input tree file so it should work with phylogenetic networks that aren't trees if DendroPy can parse them. If this is a necessary feature, we should add tests for this.

Requires #11, since I don't think DendroPy supports reticulate networks in Newick or Nexus, and I'm not sure if it supports it in NeXML.

hlapp commented 7 years ago

I agree this is lower priority, until we start validating against use-cases that require this.