agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Read/write phylogenetic trees in Newick, Nexus, PhyloXML formats.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-phylo-tree-io
Skill Snapshot
Source Doc
| Format | Extension | Description |
|---|---|---|
newick | .nwk, .tre, .tree | Standard format with branch lengths |
nexus | .nex, .nxs | Rich format with annotations (PAUP, MrBayes) |
phyloxml | .xml | XML format with metadata support |
nexml | .nexml | Modern XML format |
cdao | .rdf | RDF format (limited use) |
trees = list(Phylo.parse('bootstrap_trees.nwk', 'newick')) print(f'Loaded {len(trees)} trees')
tree_string = '((A:0.1,B:0.2):0.3,(C:0.4,D:0.5):0.6);' tree = Phylo.read(StringIO(tree_string), 'newick')
Related skills
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.