Data & ReproBioinformatics & GenomicsFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-phylo-tree-io

Maintainer FreedomIntelligence · Last updated April 1, 2026

Read/write phylogenetic trees in Newick, Nexus, PhyloXML formats.

OpenClawNanoClawAnalysisReproductionbio-phylo-tree-io🧠 bioos extended suitebioos extended bioinformatics suiteread

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-phylo-tree-io

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Parse, write, and convert phylogenetic tree files in various formats.
  • tree = Phylo.read('tree.nwk', 'newick').

Source Doc

Excerpt From SKILL.md

Supported Formats

FormatExtensionDescription
newick.nwk, .tre, .treeStandard format with branch lengths
nexus.nex, .nxsRich format with annotations (PAUP, MrBayes)
phyloxml.xmlXML format with metadata support
nexml.nexmlModern XML format
cdao.rdfRDF format (limited use)

Read multiple trees from file

trees = list(Phylo.parse('bootstrap_trees.nwk', 'newick')) print(f'Loaded {len(trees)} trees')

Read from string

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')

Use cases

  • Use bio-phylo-tree-io for genomics and bioinformatics workflows.
  • Apply bio-phylo-tree-io to sequencing, variant, or omics analysis tasks.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • tree-visualization - Draw and export tree figures
  • tree-manipulation - Root, prune, and modify tree structure
  • distance-calculations - Compute distances and build trees from alignments
  • alignment/alignment-io - Read MSA files for tree construction

Related skills

Related skills

Back to directory
AG
Data & ReproBioinformatics & Genomics

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…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
AL
Data & ReproBioinformatics & Genomics

alpha-vantage

Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.

Claude CodeAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-filtering

Filter alignments by flag, quality, region, or paired status.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproBioinformatics & Genomics

bio-alignment-indexing

Index BAM/CRAM files with samtools index for random access.

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView