agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Read/write phylogenetic trees in Newick, Nexus, PhyloXML formats.
原始来源
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-phylo-tree-io
技能摘要
原始文档
| 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')
相关技能
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extr…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ t…
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.