Revert protein_complex_sm config references in README.md

This commit is contained in:
Alex Morehead 2024-03-11 18:58:37 -05:00 committed by GitHub
parent fb78132452
commit ec93ac6346
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -145,7 +145,7 @@ python -m rf2aa.run_inference --config-name nucleic_acid
<a id="p-sm-complex"></a>
### 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.
Here is an example (from `rf2aa/config/inference/protein_complex_sm.yaml`):
Here is an example (from `rf2aa/config/inference/protein_sm.yaml`):
```
defaults:
- base
@ -166,7 +166,7 @@ Small molecule inputs are provided as sdf files or smiles strings and users are
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>
### Predicting Higher Order Complexes