OpenFold3-preview

Comparison of OpenFold and experimental structures on 5sgz (left), 3hfm (bottom right), 7ogs (top right)
Comparison of OpenFold and experimental structures on 5sgz (left), 3hfm (bottom right), 7ogs (top right)

Welcome to the Documentation for OpenFold3-preview, a biological structure prediction model based on DeepMind’s AlphaFold3. Developed under a fully open source (Apache 2) license.

Quick-Start Guide

  1. Install OpenFold3 using our pip package, more details here

pip install openfold3 
  1. Setup your installation of OpenFold3 and download parameters with our script:

setup_openfold
  1. Make your first prediction. Note that you may need to configure environment variables.

run_openfold predict --query-json=examples/example_inference_inputs/query_ubiquitin.json

Features

OpenFold3-preview replicates the input features described in the AlphaFold3 publication, as well as batch job support and efficient kernel-accelerated inference.

A summary of the features supported include:

and more features to come…