google-deepmind/alphafold

Description: Open source code for AlphaFold 2.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 1 hour ago
Added to GitGenius on February 26th, 2026
Created on June 17th, 2021
Open Issues & Pull Requests: 307 (+0)
Number of forks: 2,643
Total Stargazers: 14,717 (+0)
Total Subscribers: 238 (+0)

Issue Activity (beta)

Open issues: 96
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 626 days
Stale 30+ days: 96
Stale 90+ days: 89

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • third-party tool (6)
  • usage question (5)
  • error report (4)
  • setup (4)
  • feature request (3)
  • colab (2)
  • cuda (2)
  • docker (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Repository Insights (GitGenius)

Median issue/PR response: 46.4 days
Mean response time: 318.4 days
90th percentile: 1076.9 days
Tracked items: 124

Most active contributors

Detailed Description

AlphaFold is an open source implementation of the inference pipeline for AlphaFold v2, a deep learning system for protein structure prediction developed by Google DeepMind. The repository provides Python code that enables researchers and practitioners to predict three-dimensional protein structures from amino acid sequences, addressing a fundamental problem in structural biology and computational biology with applications to drug discovery and molecular modeling.

The repository includes multiple components beyond the core monomer prediction system. It provides an implementation of AlphaFold-Multimer, which predicts structures of protein complexes, though this is noted as a work in progress and less stable than the monomer system. The codebase also includes technical documentation for AlphaFold v2.3.0 describing the models and inference procedures, as well as baseline predictions from CASP15 along with documentation of manual interventions performed during those predictions.

Installation and execution require substantial computational resources and setup. The system runs on Linux only and requires an NVIDIA GPU with sufficient memory for larger protein structures. Full installation demands up to 3 TB of disk space to store genetic databases, with SSD storage recommended for performance. The setup process involves installing Docker, the NVIDIA Container Toolkit for GPU support, and downloading genetic databases including BFD, MGnify, PDB70, PDB structures, UniRef30, UniProt, and UniRef90. The download script handles acquiring these databases, which total approximately 556 GB in download size and 2.62 TB when unzipped. Users can alternatively download reduced databases for lower resource requirements.

The model parameters are available separately and include five standard models validated during CASP14, five pTM models fine-tuned to produce predicted TM-score and predicted aligned error values, and five AlphaFold-Multimer models. While the code is licensed under Apache 2.0, the model parameters and CASP15 prediction data are made available under CC BY 4.0 licensing.

According to GitGenius activity tracking, the repository shows median issue and pull request response latency of 1114.6 hours across 124 tracked items, with a mean latency of 7640.8 hours. The most frequently labeled issues involve third-party tools, setup procedures, and error reports. The most active triager and contributor is Augustin-Zidek with 49 tracked events, followed by ocstx with 8 events and adalal78 with 6 events. The repository's contributor network overlaps with major projects including microsoft/vscode, microsoft/typescript, and rust-lang/rust, indicating cross-pollination with significant open source ecosystems.

The repository is classified across multiple domains including protein structure prediction, deep learning, bioinformatics, protein folding, structural biology, amino acid sequences, computational biology, molecular modeling, biomolecules, and drug discovery. Users are directed to cite the original AlphaFold paper and the AlphaFold-Multimer paper in publications disclosing findings from the code or model parameters, and the supplementary information provides detailed method descriptions.

alphafold
by
google-deepmindgoogle-deepmind/alphafold

Repository Details

Fetching additional details & charts...