alphafold3
CommunityPredict complex biomolecular structures at scale.
System Documentation
What problem does it solve?
This Skill enables automated joint prediction of biomolecular structures for proteins, DNA/RNA, ligands, ions, and their complexes, reducing manual modeling time and enabling rapid hypothesis testing in structural biology.
Core Features & Use Cases
- Diffusion-based, high-accuracy structure prediction for biomolecular assemblies including protein complexes, protein-DNA/RNA complexes, and protein-ligand interactions.
- Supports multiple entity types (protein, DNA, RNA, ligand, ion) and complex formation scenarios for research and discovery workflows.
- Useful in drug discovery, protein engineering, and mechanistic studies of biomolecular interactions.
Quick Start
Run AlphaFold3 in a GPU-enabled Docker environment using the official image, mounting model directories, genetic databases, and input/output folders. Example:
docker run --rm --gpus all
-v /path/to/models:/root/models
-v /path/to/databases:/root/public_databases
-v $(pwd)/input:/root/af_input
-v $(pwd)/output:/root/af_output
ghcr.io/open-prophetdb/alphafold3:arm64-blackwell
python run_alphafold.py --json_path=/root/af_input/fold_input.json --model_dir=/root/models --output_dir=/root/af_output
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: alphafold3 Download link: https://github.com/yjcyxky/biominer-skills/archive/main.zip#alphafold3 Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.