ClawBio Documentation
Technical docs, tutorials, and presentations for the bioinformatics AI skill library
Get Started
Setup
Clone ClawBio, install dependencies, and run your first demo skill.
Run Your First Skill
Run PharmGx, Equity Scorer, or NutriGx with demo data and explore the output.
Build a Skill
Write a SKILL.md, add Python implementation, and submit a PR.
Skill Library
Browse all available skills: pharmacogenomics, GWAS, scRNA-seq, equity scoring, and more.
Presentations
All ClawBio talks, workshops, and pitch decks in one place, newest first.
Deployment
Deploy ClawBio via Docker, Railway, or private cloud.
Variant Interpretation Workshop
Annotate a real human genome in Google Colab. No installation, no terminal, no prior experience required.
30x WGS Workshop
Explore a real 30x whole-genome sequence: structural variants, QC metrics, and pharmacogenomics beyond SNP arrays.
Quick Install¶
git clone https://github.com/ClawBio/ClawBio.git && cd ClawBio
pip install -r requirements.txt
python clawbio.py run pharmgx --demo
Skill Library · SKILL.md Spec · Contributing · All Tutorials · Presentations