Skip to content

Commit 6462d22

Browse files
author
Raktim Mitra
committed
main readme updates
1 parent 24e92c0 commit 6462d22

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

models/rfd3/README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# De novo Design of Biomolecular Interactions with RFdiffusion3
22

3-
RFdiffusion3 (RFD3) is a diffusion method that can design protein structures
3+
RFdiffusion3 (RFD3) is a diffusion method that can design biopolymer structures
44
under complex constraints.
55

66
This repository contains both the training and inference code, and
@@ -62,6 +62,8 @@ For example, you can fix sequence and not structure (prediction-type task), fix
6262
6363
For full details on how to specify inputs, see the [input specification documentation](./docs/input.md). You can also see `foundry/models/rfd3/configs/inference_engine/rfdiffusion3.yaml` for even more options.
6464
65+
Nucleic acid design, along with proteins, is also possible using RFD3 using the atom23 checkpoints. For full details see the [atom23 design documentation](./docs/examples/atom23_design.md)
66+
6567
## Further example JSONs for different applications
6668
Additional examples are broken up by use case. If you have cloned the
6769
repository, matching `.json` files are in `foundry/models/rfd3/docs/examples`
@@ -75,30 +77,30 @@ you will need to change the path in the `.json` file(s) before running.
7577
<table>
7678
<tr>
7779
<td align="center">
78-
<h3><a href="./docs/sm_binder_design.md">Small molecule binder design</a></h3>
80+
<h3><a href="./docs/examples/sm_binder_design.md">Small molecule binder design</a></h3>
7981
<img src="docs/.assets/sm.png" height="150" />
8082
</td>
8183
<td align="center">
82-
<h3><a href="./docs/protein_binder_design.md">Protein binder design</a></h3>
84+
<h3><a href="./docs/examples/protein_binder_design.md">Protein binder design</a></h3>
8385
<img src="docs/.assets/ppi.png" height="150" />
8486
</td>
8587
<td align="center">
86-
<h3><a href="./docs/na_binder_design.md">Nucleic acid binder design</a></h3>
88+
<h3><a href="./docs/examples/na_binder_design.md">Nucleic acid binder design</a></h3>
8789
<img src="docs/.assets/dna.png" height="150" />
8890
</td>
8991
9092
</tr>
9193
<tr>
9294
<td align="center">
93-
<h3><a href="./docs/enzyme_design.md">Enzyme design</a></h3>
95+
<h3><a href="./docs/examples/enzyme_design.md">Enzyme design</a></h3>
9496
<img src="docs/.assets/enzyme.png" height="150" />
9597
</td>
9698
<td align="center">
97-
<h3><a href="./docs/symmetry.md">Symmetric design</a></h3>
99+
<h3><a href="./docs/examples/symmetry.md">Symmetric design</a></h3>
98100
<img src="docs/.assets/symm.png" height="150" />
99101
</td>
100102
<td align="center">
101-
<h3><a href="./docs/multipolymer.md">Multipolymer design</a></h3>
103+
<h3><a href="./docs/examples/atom23_design.md">Multipolymer design</a></h3>
102104
<img src="docs/.assets/multipolymer.png" height="150" />
103105
</td>
104106

models/rfd3/docs/examples/atom23_design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Used in:
133133
}
134134
}
135135
```
136-
### Note: Most of the above jsons is not actually reading the `input` field. Kept as a dummy for the `inference3_engine`.
136+
### Note: Most of the above jsons is not actually reading the `input` field. Kept as a dummy for the `inference_engine`.
137137

138138
## 4. Ligand-Conditioned Aptamer Design
139139

0 commit comments

Comments
 (0)