‹ 首页

alterlab-chai

@alterlab-ieu · 收录于 1 周前

Predict biomolecular complexes with Chai-1, an open AlphaFold3-style model that folds multi-entity assemblies (proteins, ligands, nucleic acids) from a single typed FASTA — strong on antibody–antigen and protein–ligand complexes, with optional MSA and restraint inputs. Use when predicting an antibody–antigen complex, folding a mixed protein/ligand/nucleic-acid assembly described in one FASTA, or generating a complex with experimental restraints. For binding-affinity prediction or a ligand-focused co-fold prefer alterlab-boltz; for protein-only or protein–protein folding prefer alterlab-alphafold; to dock into a fixed receptor prefer alterlab-diffdock. Part of the AlterLab Academic Skills suite.

适合你,如果正在研究蛋白质复合物结构或进行药物分子对接

/ 下载安装
alterlab-chai.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-chai
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- alterlab-ieu/alterlab-academic-skills/alterlab-chai
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify alterlab-ieu/alterlab-academic-skills/alterlab-chai
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
39GitHub stars
~924最小装载
~1.3K含声明引用
~1.9K文本包总量
镜像托管

怎么用

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

Chai-1 (open complex prediction)

Overview

Chai-1 (Chai Discovery 2024; chaidiscovery/chai-lab) is an open AlphaFold3-style model that predicts multi-entity biomolecular complexes — proteins, small-molecule ligands, and nucleic acids together — from a single typed FASTA. It is particularly used for antibody–antigen and protein–ligand complexes, can run with or without MSAs, and accepts restraints to guide the prediction.

Its niche relative to the other folders: one FASTA describing a mixed assembly, and antibody–antigen in particular. For a ligand co-fold where you specifically want a binding affinity, use alterlab-boltz; for a bare protein, use alterlab-alphafold.

When to Use This Skill

Use this skill when the user wants to:

  • Predict an antibody–antigen complex structure.
  • Fold a mixed assembly (protein + ligand + nucleic acid) described in one FASTA.
  • Run complex prediction with or without MSAs, optionally guided by restraints.
  • Get an open AlphaFold3-style complex prediction with per-entity confidence.
Does NOT Trigger

| Scenario | Use instead | |----------|-------------| | Predict a protein–ligand binding affinity | alterlab-boltz | | Protein-only or protein–protein folding | alterlab-alphafold | | Dock a ligand into a fixed receptor structure | alterlab-diffdock | | Look up an experimental complex structure | alterlab-pdb | | Design antibody/interface sequences | alterlab-proteinmpnn / alterlab-ligandmpnn |

Core Capabilities
1. Single-FASTA multi-entity input

Chai-1 reads one FASTA whose records are typed by entity. A protein + ligand example:

>protein|antibody-Fv
EVQ...SS
>protein|antigen
MKT...GG
>ligand|cofactor
CC(=O)Oc1ccccc1C(=O)O
# CLI form (verify against installed chai-lab — TODO(verify))
chai-lab fold input.fasta out/

The header type tags (protein, ligand, rna, dna) tell Chai how to treat each record; confirm the exact header/type syntax against your installed version.

2. Antibody–antigen complexes

The common use case: fold an antibody Fv/Fab against its antigen and read the interface confidence (per-model / interface score) to judge whether the predicted epitope/paratope contact is trustworthy. Use restraints when you have partial epitope knowledge.

3. MSA and restraints
  • MSA optional — Chai-1 can run single-sequence or with MSAs; MSAs generally improve accuracy but cost time. Disclose any hosted-MSA usage for sensitive sequences.
  • Restraints — supply contact/pocket restraints to bias the prediction toward known biology. TODO(verify) the restraint file format per version.
4. Confidence and GPU dispatch

Read per-entity confidence and the interface score to pick a model. Chai-1 needs a CUDA GPU and caches weights on first run; batch predictions (e.g. an antibody panel against one antigen) via alterlab-remote-compute (submit → poll → harvest out/).

Resources
  • references/chai_usage.md — install/pinning, FASTA type-tag syntax, MSA/restraint options, outputs, and folder-choice guidance. Loaded on demand.

Part of the AlterLab Academic Skills suite.

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

评论

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