Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ Browse and search the resources via the [GitHub Pages UI](https://inoue0426.gith
- [RoseTTAFold](https://github.com/RosettaCommons/RoseTTAFold) — Three-track neural network for protein structure prediction.
- [OpenFold](https://github.com/aqlaboratory/openfold) — Trainable, memory-efficient open-source reproduction of AlphaFold2 enabling custom protein structure prediction workflows.
- [SaProt](https://github.com/westlake-reup/SaProt) — Structure-aware protein language model using structure-aware tokens that encode both sequence and backbone geometry for improved function prediction.
- [EvoDiff](https://github.com/microsoft/evodiff) — Discrete diffusion framework for protein sequence generation trained on evolutionary-scale data, supporting unconditional generation, disordered region design, and functional motif scaffolding. [ [paper-2023](https://www.biorxiv.org/content/10.1101/2023.09.11.556673v1) ]
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

This addition is incomplete because the data files generated from this README (e.g., data/resources.yml, data/resources.json) have not been updated. Please run the scripts/sync_resources_from_readme.py script and commit the generated file changes. This is necessary to keep the project's data consistent and to ensure the new resource appears on the website.


#### Multi-Modal Foundation Models

Expand Down
1 change: 1 addition & 0 deletions data/resources.csv
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ enformer,Enformer,model,https://github.com/deepmind/deepmind-research/tree/maste
esm3,ESM3,model,https://github.com/evolutionaryscale/esm,"Multimodal protein language model that jointly reasons over sequence, structure, and function for generative protein design and engineering.",foundation-models|protein-foundation-models,,,,,False,,
esmfold,ESMFold,model,https://github.com/facebookresearch/esm,Fast protein structure prediction using language model embeddings.,foundation-models|protein-foundation-models,,,,,False,,
evo,Evo,model,https://github.com/evo-design/evo,Long-context genomic foundation model (up to 1M tokens).,foundation-models|genomics-foundation-models,,,,,False,,
evodiff,EvoDiff,model,https://github.com/microsoft/evodiff,"Discrete diffusion framework for protein sequence generation trained on evolutionary-scale data, supporting unconditional generation, disordered region design, and functional motif scaffolding. [ [paper-2023](https://www.biorxiv.org/content/10.1101/2023.09.11.556673v1) ]",foundation-models|protein-foundation-models,,,,,False,,
evolutionary_scale_modeling_esm,Evolutionary Scale Modeling (ESM),model,https://github.com/facebookresearch/esm,Protein embeddings.,foundation-models|protein-foundation-models,,,,,False,,
gears,GEARS,model,https://github.com/snap-stanford/GEARS,Graph-based model for predicting transcriptional responses to single and combinatorial genetic perturbations using biological priors.,foundation-models|single-cell-foundation-models,,,,,False,,
genecompass,GeneCompass,model,https://github.com/xCompass-AI/GeneCompass,Large-scale foundation model integrating DNA regulatory sequences and single-cell transcriptomics from 120M+ cells across multiple species for gene regulation prediction.,foundation-models|single-cell-foundation-models,,,,,False,,
Expand Down
15 changes: 15 additions & 0 deletions data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,21 @@
"organism": [],
"api": false
},
{
"id": "evodiff",
"name": "EvoDiff",
"type": "model",
"url": "https://github.com/microsoft/evodiff",
"description": "Discrete diffusion framework for protein sequence generation trained on evolutionary-scale data, supporting unconditional generation, disordered region design, and functional motif scaffolding. [ [paper-2023](https://www.biorxiv.org/content/10.1101/2023.09.11.556673v1) ]",
"tags": [
"foundation-models",
"protein-foundation-models"
],
"tasks": [],
"modalities": [],
"organism": [],
"api": false
},
{
"id": "evolutionary_scale_modeling_esm",
"name": "Evolutionary Scale Modeling (ESM)",
Expand Down
11 changes: 11 additions & 0 deletions data/resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,6 +1599,17 @@ resources:
organism: []
api: false

- id: evodiff
name: "EvoDiff"
type: model
url: https://github.com/microsoft/evodiff
description: "Discrete diffusion framework for protein sequence generation trained on evolutionary-scale data, supporting unconditional generation, disordered region design, and functional motif scaffolding. [ [paper-2023](https://www.biorxiv.org/content/10.1101/2023.09.11.556673v1) ]"
tags: [foundation-models, protein-foundation-models]
tasks: []
modalities: []
organism: []
api: false

- id: evolutionary_scale_modeling_esm
name: "Evolutionary Scale Modeling (ESM)"
type: model
Expand Down
15 changes: 15 additions & 0 deletions docs/data/resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -2063,6 +2063,21 @@
"organism": [],
"api": false
},
{
"id": "evodiff",
"name": "EvoDiff",
"type": "model",
"url": "https://github.com/microsoft/evodiff",
"description": "Discrete diffusion framework for protein sequence generation trained on evolutionary-scale data, supporting unconditional generation, disordered region design, and functional motif scaffolding. [ [paper-2023](https://www.biorxiv.org/content/10.1101/2023.09.11.556673v1) ]",
"tags": [
"foundation-models",
"protein-foundation-models"
],
"tasks": [],
"modalities": [],
"organism": [],
"api": false
},
{
"id": "evolutionary_scale_modeling_esm",
"name": "Evolutionary Scale Modeling (ESM)",
Expand Down
Loading