You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/rfd3na/README.md
+19-44Lines changed: 19 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ both are described in more detail below.
7
7
8
8
9
9
<palign="center">
10
-
<imgsrc="docs/.assets/rfd3na_rnasep.png"alt="All-atom design with RFD3NA">
10
+
<imgsrc="docs/.assets/rfd3na_rnasep.jpg"alt="All-atom design with RFD3NA">
11
11
</p>
12
12
13
13
## Getting Started
@@ -61,6 +61,24 @@ Additional unnecessary (but useful!) options are added to the above command:
61
61
- `prevalidate_inputs`: Checks that your inputs are valid before running inference. Helpful if your JSON/YAML has a number of different configs you want to debug / double check are valid before loading the checkpoints.
62
62
- `skip_existing`: Skips any existing files that would be in the same place and have the same name as the calculation being run. If you are testing your setup multiple times, including this option is important so that you actually run RFdiffusion3.
63
63
64
+
## Further example JSONs for different applications of RFD3NA
65
+
Additional examples are are available. If you have cloned the
66
+
repository, matching `.json` files are in`foundry/models/rfd3/docs/examples`
67
+
that can be run directly, similar to the previous example.
In the examples, the paths to the input files are specified assuming
78
+
that you are running the examples from the `foundry/models/rfd3/docs/examples`
79
+
directory. If you would like to run RFD3NA from a different location,
80
+
you will need to change the path in the `.json` file(s) before running.
81
+
64
82
There are various interesting ways you can use RFD3NA design as it's trained on a large array of different tasks for botjh protein and nucleic acids.
65
83
For example, you can fix sequence and not structure (prediction-type task), fix the backbone and unfix the sequence (MPNN-type inverse folding) or unfix the sidechains only (PLACER/ChemNet-style):
66
84
@@ -72,49 +90,6 @@ For full details on how to specify inputs, see the [input specification document
72
90
The `BKBN` and `TIP` shorthands do not apply to nucleic acids, but the functionalities exist. Should specify corresponding atom names.
73
91
74
92
75
-
## Further example JSONs for different applications
76
-
Additional examples are broken up by use case. If you have cloned the
77
-
repository, matching `.json` files are in `foundry/models/rfd3/docs/examples`
78
-
that can be run directly, similar to the previous example.
79
-
80
-
In the examples, the paths to the input files are specified assuming
81
-
that you are running the examples from the `foundry/models/rfd3/docs/examples`
82
-
directory. If you would like to run RFD3 from a different location,
83
-
you will need to change the path in the `.json` file(s) before running.
We make available to the community not only the weights to run RFdiffusion3NA but also the complete training code, easily extendable to additional use cases. Any AtomWorks-compatible dataset (and thus, any collection of structure files) can be readily incorporated and used for training or fine-tuning.
0 commit comments