Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 467 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 467 Bytes

Wikipedia page to phylogenetic tree converter

Give me a search term (e.g 'Bilateria') and I will parse the corresponding html tree from wikipedia article into a format for bioinformaticians (newick).

Run from the command-line

./wikipedia2phylo.py --help

Requirements

  • Python 3
    • requests
    • BeautifulSoup4
    • ete3

License

This code is licensed under the GNU General Public License (GPL) v.3.