‹ 首页

alterlab-boltz

@alterlab-ieu · 收录于 1 周前

Co-fold biomolecular complexes with Boltz-2, an open AlphaFold3-style model — predict protein + ligand (SMILES/CCD), protein + nucleic-acid, and multi-chain structures in one pass, with binding-affinity prediction. Use when folding a protein together with a small-molecule ligand, predicting a holo (ligand-bound) complex or its binding affinity, or co-folding protein–DNA/RNA assemblies. For protein-only or protein–protein folding without ligands prefer alterlab-alphafold; for antibody–antigen complexes prefer alterlab-chai; to dock a ligand into a FIXED receptor structure prefer alterlab-diffdock; to look up an existing structure prefer alterlab-pdb. Part of the AlterLab Academic Skills suite.

适合你,如果正在研究蛋白质-配体复合物结构或结合亲和力。

/ 下载安装
alterlab-boltz.skill双击,或拖进 Claude 桌面版 / Cowork,即完成安装↓ .skill↓ .zip
用别的 agent?下载 .zip 解压,把文件夹放进它的技能目录
Claude Code~/.claude/skills/(项目级 .claude/skills/)
Codex CLI~/.codex/skills/
Cursor自动读取上面两处目录
其他工具见其文档的「skills」目录;两个下载是同一份文件,只是名字不同
/ 通过 npx 安装 校验哈希
npx oh-my-skill add alterlab-ieu/alterlab-academic-skills/alterlab-boltz
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- alterlab-ieu/alterlab-academic-skills/alterlab-boltz
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify alterlab-ieu/alterlab-academic-skills/alterlab-boltz
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
39GitHub stars
~919最小装载
~1.4K含声明引用
~2K文本包总量
镜像托管

怎么用

技能原文 SKILL.md作者撰写 · MIT · a0064fd

Boltz-2 (open AlphaFold3-style co-folding)

Overview

Boltz-2 (Passaro, Wohlwend et al. 2025; jwohlwend/boltz) is an open, commercially usable biomolecular structure model in the AlphaFold3 family: it co-folds proteins together with small-molecule ligands, nucleic acids, and multiple chains in a single prediction, and can predict binding affinity — capabilities AlphaFold2/ColabFold does not have. Use it when the biology is a complex with a ligand or other molecule types, not a bare protein.

When to Use This Skill

Use this skill when the user wants to:

  • Co-fold a protein with a small-molecule ligand (SMILES or CCD code) into a holo complex.
  • Predict a binding affinity alongside a co-folded pose.
  • Fold protein–nucleic-acid or multi-entity assemblies in one pass.
  • Get an open AlphaFold3-style prediction without proprietary access.
Does NOT Trigger

| Scenario | Use instead | |----------|-------------| | Protein-only or protein–protein folding, no ligand | alterlab-alphafold | | Antibody–antigen / general one-FASTA multi-entity complex | alterlab-chai | | Dock a ligand into an existing, fixed receptor structure | alterlab-diffdock | | Retrieve an experimentally determined structure | alterlab-pdb | | Design a binding-pocket sequence around a ligand | alterlab-ligandmpnn |

Core Capabilities
1. Protein + ligand co-folding

Describe the complex in a YAML spec (chains + ligand by SMILES or CCD), then predict:

# complex.yaml (schema — TODO(verify) against installed boltz)
version: 1
sequences:
  - protein: { id: A, sequence: "MKT...GGG" }
  - ligand:  { id: L, smiles: "CC(=O)Oc1ccccc1C(=O)O" }
boltz predict complex.yaml --out_dir out/ --use_msa_server

Outputs the co-folded structure (protein + placed ligand) plus per-model confidence. --use_msa_server fetches the protein MSA from the hosted service (disclose for sensitive sequences); a local MSA can be supplied instead.

2. Binding-affinity prediction

Boltz-2 can predict a binding-affinity value for a protein–ligand pair alongside the pose — useful for triage/ranking in virtual screening. Treat predicted affinities as a ranking signal, not a measured constant; confirm hits experimentally or against measured data (alterlab-bindingdb). TODO(verify) the exact affinity-output flag/field per version.

3. Confidence and validation

Read the per-model confidence (and, for the interface, the model's interface score) to decide which pose to trust. For a ligand pose specifically, sanity-check that the ligand sits in a plausible pocket and that protein confidence around the site is high. Cross-check a docked alternative with alterlab-diffdock when the receptor structure is already known and fixed.

4. Running on a GPU

Boltz-2 needs a CUDA GPU and downloads weights once. Batch predictions (e.g. a ligand series against one target) via alterlab-remote-compute: submit → poll → harvest out/.

Resources
  • references/boltz_usage.md — install/pinning, YAML/FASTA input schema, MSA options, affinity output, and multi-entity examples. Loaded on demand.

Part of the AlterLab Academic Skills suite.

按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。