google-deepmind/alphafold3

AlphaFold 3 inference pipeline.

What it solves

AlphaFold 3 provides a way to accurately predict the 3D structure of biomolecular interactions. This is critical for understanding how proteins, DNA, RNA, and ligands interact within biological systems.

How it works

The system consists of an inference pipeline that takes biomolecular sequences as input (via JSON files) and predicts their structure. The process is split into two main stages:

  1. Data Pipeline: A CPU-only stage that performs genetic and template searches.
  2. Inference: A GPU-accelerated stage that uses model parameters to generate the final structural predictions.

Who it’s for

Researchers in biology, biochemistry, and drug discovery who need to model the interactions between different biomolecules.

Highlights

  • Broad Biomolecular Support: Predicts interactions across a wide range of molecules including proteins, DNA, RNA, and ligands.
  • Docker-based Deployment: Provided as a Docker image for simplified installation and and execution.
  • Flexible Execution: Allows users to run the data pipeline and inference separately via command-line flags.
  • Integrated Database Support: Utilizes a wide array of mirrored reference databases (e.g., PDB, UniProt, MGnify) for structural prediction.

Related

  • Project
  • Project
  • Project
  • Project
  • Project