General Questions
What is AlphaFold 3?
What is AlphaFold 3?
How is AlphaFold 3 different from AlphaFold 2?
How is AlphaFold 3 different from AlphaFold 2?
- Broader scope: AlphaFold 3 can model proteins, RNA, DNA, ligands, ions, and post-translational modifications
- Complex interactions: Predicts interactions between different biomolecule types
- Improved accuracy: Enhanced performance on protein-ligand and protein-nucleic acid interactions
- Covalent modifications: Supports modeling of covalent bonds and modifications
- New architecture: Uses an updated neural network architecture optimized for diverse biomolecules
Can I use AlphaFold 3 for commercial purposes?
Can I use AlphaFold 3 for commercial purposes?
Is there a web server for AlphaFold 3?
Is there a web server for AlphaFold 3?
- More limited set of ligands
- Fewer covalent modifications supported
- No ability to customize model parameters
Model Access and Installation
How do I get access to the AlphaFold 3 model parameters?
How do I get access to the AlphaFold 3 model parameters?
- Complete the access request form
- Wait for approval from Google DeepMind (typically 2-3 business days)
- You will receive a download link via email
What hardware do I need to run AlphaFold 3?
What hardware do I need to run AlphaFold 3?
- GPU: NVIDIA GPU with at least 16GB VRAM (e.g., V100, A100, RTX 4090)
- RAM: 32GB+ system RAM
- Disk: Several TB for databases (500GB+ for minimal setup)
- CPU: Multi-core processor for data pipeline
- GPU: A100 80GB or H100 for large complexes
- RAM: 64GB+ system RAM
- Disk: 3-5TB SSD for full databases
Can I run AlphaFold 3 without Docker?
Can I run AlphaFold 3 without Docker?
- Manually installing all dependencies
- Setting up the Python environment
- Configuring paths for databases and models
- Complex dependency management
- Potential version conflicts
- Lack of official support
How long does installation take?
How long does installation take?
- Docker build: 30-60 minutes (depending on network speed)
- Database download: Several hours to days (depending on which databases and network speed)
- Model parameters: 15-30 minutes (depending on network speed)
Running Predictions
How long does a prediction take?
How long does a prediction take?
- Simple proteins: 1-4 hours
- Complex proteins: 4-24 hours
- Very large complexes: 24-48+ hours
- Small proteins (<200 residues): 5-15 minutes
- Medium proteins (200-500 residues): 15-45 minutes
- Large complexes (>500 residues): 45 minutes - 2 hours
--run_data_pipeline and --run_inference flags.Can I run multiple predictions in parallel?
Can I run multiple predictions in parallel?
- Data pipeline: Can run multiple in parallel if you have enough CPU and RAM
- Inference: Limited by GPU memory - typically 1-2 predictions per GPU depending on complex size
- Run data pipeline on CPU-only machines in parallel
- Run inference sequentially or on multiple GPUs
What is a model seed and how many should I use?
What is a model seed and how many should I use?
- Standard use: 5 seeds (
"modelSeeds": [1, 2, 3, 4, 5]) - Quick testing: 1 seed
- High confidence needed: 10+ seeds
Can I stop and resume a prediction?
Can I stop and resume a prediction?
- Run data pipeline separately with
--run_data_pipeline=true --run_inference=false - Save MSA and template outputs
- Run inference later with pre-computed data
Input and Output
What types of molecules can AlphaFold 3 model?
What types of molecules can AlphaFold 3 model?
- Proteins: Any amino acid sequence
- RNA: Nucleotide sequences
- DNA: Nucleotide sequences
- Ligands: Small molecules (via SMILES or CCD codes)
- Ions: Common ions (via CCD codes)
- Post-translational modifications: Glycans, phosphorylation, etc.
- Covalent bonds: Disulfide bridges, peptide bonds to ligands, etc.
How do I interpret the confidence scores?
How do I interpret the confidence scores?
-
90: Very high confidence
- 70-90: Generally reliable
- 50-70: Low confidence
- <50: Should not be interpreted
- Higher scores indicate better overall model quality
- Compares different model seeds
- Score of -99 or lower indicates severe problems
What output files does AlphaFold 3 produce?
What output files does AlphaFold 3 produce?
- CIF files: 3D structure coordinates (mmCIF format)
- JSON files: Confidence scores and metadata
- Ranking file: Comparison of different model seeds
- Data pipeline outputs: MSAs, templates (if run)
Can I use AlphaFold 3 for protein design?
Can I use AlphaFold 3 for protein design?
- Validate designed sequences by predicting their structures
- Screen multiple design candidates
- Predict effects of mutations
- Inverse folding (sequence design from structure)
- Optimizing sequences for specific functions
Ligands and Small Molecules
How do I add a ligand to my prediction?
How do I add a ligand to my prediction?
What if my ligand isn't in the CCD?
What if my ligand isn't in the CCD?
- Use SMILES notation: Define the molecule with a SMILES string
- Include stereochemistry: Ensure stereochemistry is explicit in SMILES
- Specify covalent bonds: Use
bondedAtomPairsif needed
How do I model glycans?
How do I model glycans?
- Correct CCD codes: Use SNFG nomenclature
- Bonded atom pairs: Specify glycosidic bonds
- Proper JSON structure: Follow the glycan format
- Step-by-step tutorials
- Ready-to-run scripts
- Comprehensive CCD tables
- Discussion of limitations
Troubleshooting
Why is my prediction quality poor?
Why is my prediction quality poor?
- Input errors: Check sequences and ligand definitions
- Hardware issues: See Known Issues for GPU-specific problems
- Inherent uncertainty: Some targets are genuinely difficult to predict
- Insufficient data: Limited homologs in genetic databases
- Complex interactions: Novel or unusual binding modes
Where can I get help?
Where can I get help?
- Documentation: Check the official documentation
- Known Issues: Review the Known Issues page
- GitHub: Search the issues tracker
- Community: See Community Tools for community resources
- Email: Contact [email protected]
- Hardware configuration
- Error messages
- Input JSON
- Steps to reproduce
Citation and Publication
How do I cite AlphaFold 3?
How do I cite AlphaFold 3?
Can I share AlphaFold 3 predictions publicly?
Can I share AlphaFold 3 predictions publicly?