mirror of
https://github.com/baker-laboratory/RoseTTAFold-All-Atom.git
synced 2024-11-04 22:25:42 +00:00
Revert protein_complex_sm
config references in README.md
This commit is contained in:
parent
fb78132452
commit
ec93ac6346
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ python -m rf2aa.run_inference --config-name nucleic_acid
|
||||||
<a id="p-sm-complex"></a>
|
<a id="p-sm-complex"></a>
|
||||||
### Predicting Protein Small Molecule Complexes
|
### Predicting Protein Small Molecule Complexes
|
||||||
To predict protein small molecule complexes, the syntax to input the protein remains the same. Adding in the small molecule works similarly to other inputs.
|
To predict protein small molecule complexes, the syntax to input the protein remains the same. Adding in the small molecule works similarly to other inputs.
|
||||||
Here is an example (from `rf2aa/config/inference/protein_complex_sm.yaml`):
|
Here is an example (from `rf2aa/config/inference/protein_sm.yaml`):
|
||||||
```
|
```
|
||||||
defaults:
|
defaults:
|
||||||
- base
|
- base
|
||||||
|
@ -166,7 +166,7 @@ Small molecule inputs are provided as sdf files or smiles strings and users are
|
||||||
|
|
||||||
To predict the example:
|
To predict the example:
|
||||||
```
|
```
|
||||||
python -m rf2aa.run_inference --config-name protein_complex_sm
|
python -m rf2aa.run_inference --config-name protein_sm
|
||||||
```
|
```
|
||||||
<a id="higher-order"></a>
|
<a id="higher-order"></a>
|
||||||
### Predicting Higher Order Complexes
|
### Predicting Higher Order Complexes
|
||||||
|
|
Loading…
Reference in a new issue