Skip to content

Commit 166950e

Browse files
committed
update text on design rest api
1 parent b1e5064 commit 166950e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

source/_static/js/designSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const designSpec = {
33
info: {
44
title: "OpenProtein Design",
55
description:
6-
"# Design API\nThe Design API provided by OpenProtein.ai builds on top of our predictive models to empower you to achieve your protein design goals easily. \n\nCurrently, we support the following design algorithms:\n- **Genetic Algorithm** - Evolutionary optimization for sequence design\n- **RFdiffusion** - Diffusion-based structure generation for motif scaffolding, binder design, and symmetric assemblies\n- **BoltzGen** - Advanced diffusion model for protein structure and sequence design, supporting protein-ligand complexes, multi-chain assemblies, and cyclic peptides\n",
6+
"# Design API\nThe Design API provided by OpenProtein.ai builds on top of our predictive models to empower you to achieve your protein design goals easily. \n\nCurrently, we support the following design algorithms:\n- **Genetic Algorithm** - Evolutionary optimization for sequence design using trained `predictors`\n- **RFdiffusion** - Diffusion-based structure generation for motif scaffolding, binder design, and symmetric assemblies\n- **BoltzGen** - Advanced diffusion model for protein structure and sequence design, supporting protein-ligand complexes, multi-chain assemblies, and cyclic peptides\n",
77
version: "1.0.0",
88
},
99
paths: {

source/rest-api/design.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
Design
22
======
33

4-
The Design API provided by OpenProtein.AI allows you to design new protein sequences and structures.
4+
The Design API provided by OpenProtein.ai builds on top of our predictive models to empower you to achieve your protein design goals easily.
55

6-
Sequence generation is done using **Genetic Algorithm** using the property ``predictors`` that you train on your datasets.
6+
Currently, we support the following design algorithms:
77

8-
Currently, we support the following design approaches:
9-
10-
- **Genetic Algorithm** - Evolutionary optimization for sequence design
8+
- **Genetic Algorithm** - Evolutionary optimization for sequence design using trained `predictors`
119
- **RFdiffusion** - Diffusion-based structure generation for motif scaffolding, binder design, and symmetric assemblies
1210
- **BoltzGen** - Advanced diffusion model for protein structure and sequence design, supporting protein-ligand complexes, multi-chain assemblies, and cyclic peptides
1311

0 commit comments

Comments
 (0)