Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhuLvs authored Aug 28, 2024
1 parent d887296 commit 639dcc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ bash train.sh
bash train_unknown_protein.sh
```
## Inference
After inference is complete, the predicted results need to be trimmed based on the protein length, following the format provided in data/output.txt.
After inference is complete, the predicted results need to be trimmed based on the protein length, following the format provided in `data/output.txt`.
### Known Length Protein
```bash
bash test.sh
Expand All @@ -52,6 +52,6 @@ bash test_len.py



To generate the protein backbone structure from the protein residue distance matrix, please use the gradient descent algorithm available in the PyRosetta protocols, providing the predicted residue distances from the model and constraints from residue_constants.py.
To generate the protein backbone structure from the protein residue distance matrix, please use the gradient descent algorithm available in the `PyRosetta` protocols, providing the predicted residue distances from the model and constraints from `residue_constants.py`.

For obtaining the amino acid sequence of unknown proteins, it is recommended to use the backbone structure as input for ProteinMPNN. The model typically converges after around 300 epochs.
For obtaining the amino acid sequence of unknown proteins, it is recommended to use the backbone structure as input for `ProteinMPNN`. The model typically converges after around 300 epochs.

0 comments on commit 639dcc8

Please sign in to comment.