|
11 | 11 | "tags": [] |
12 | 12 | }, |
13 | 13 | "source": [ |
14 | | - "[](https://colab.research.google.com/github/OpenProteinAI/openprotein-docs/blob/main/source/python-api/structure-generation/Using_RFdiffusion.ipynb)\n", |
15 | | - "[](https://raw.githubusercontent.com/OpenProteinAI/openprotein-docs/refs/heads/main/source/python-api/structure-generation/Using_RFdiffusion.ipynb)\n", |
16 | | - "[](https://github.com/OpenProteinAI/openprotein-docs/blob/main/source/python-api/structure-generation/Using_RFdiffusion.ipynb)\n", |
| 14 | + "[](https://colab.research.google.com/github/OpenProteinAI/openprotein-docs/blob/main/source/python-api/structure-generation/Using_BoltzGen.ipynb)\n", |
| 15 | + "[](https://raw.githubusercontent.com/OpenProteinAI/openprotein-docs/refs/heads/main/source/python-api/structure-generation/Using_BoltzGen.ipynb)\n", |
| 16 | + "[](https://github.com/OpenProteinAI/openprotein-docs/blob/main/source/python-api/structure-generation/Using_BoltzGen.ipynb)\n", |
17 | 17 | "\n", |
18 | 18 | "# Using BoltzGen\n", |
19 | | - "This tutorial shows you how to use the RFdiffusion model to design novel\n", |
| 19 | + "This tutorial shows you how to use the BoltzGen model to design novel\n", |
20 | 20 | "protein structures.\n", |
21 | 21 | "\n", |
22 | | - "The examples here are largely lifted from the [original\n", |
23 | | - "documentation](https://github.com/RosettaCommons/RFdiffusion) but\n", |
| 22 | + "The examples here are mainly using those from the [original\n", |
| 23 | + "documentation](https://github.com/HannesStark/boltzgen) but\n", |
24 | 24 | "adapted to show how it can be run using the OpenProtein platform, which\n", |
25 | 25 | "can then be combined with our other workflows!\n", |
26 | 26 | "\n", |
27 | | - "Full credit for the examples and use cases go to the authors of\n", |
28 | | - "RFdiffusion!\n", |
| 27 | + "Full credit for the examples and model go to the authors of\n", |
| 28 | + "boltzgen!\n", |
29 | 29 | "\n", |
30 | 30 | "## Unconditional monomer design\n", |
31 | 31 | "\n", |
32 | | - "The basic execution of RFdiffusion would be an unconditional design of a\n", |
| 32 | + "The basic execution of BoltzGen would be an unconditional design of a\n", |
33 | 33 | "protein structure of a certain length. You would need 2 things:\n", |
34 | 34 | "\n", |
35 | 35 | "1. Length of the protein\n", |
|
0 commit comments