Update README.md
Browse files
README.md
CHANGED
@@ -44,8 +44,8 @@ Install [Model Generator](https://github.com/genbio-ai/modelgenerator).
|
|
44 |
- **`./proteinIF_outputs/results_acc_<median_accuracy>.txt`** (where median accuracy is the median accuracy calculated over all the test samples):
|
45 |
- Here, for each protein in the test set, we have three lines of information:
|
46 |
- Line1: Identity of the protein (as '`name=<PDB_ID>.<CHAIN_ID>`'), length of the squence (as '`L=<length_of_sequence>`'), and the recovery rate/accuracy for that protein sequence (as '`Recovery=<recovery_rate_of_sequence>`')
|
47 |
-
- Line2: *Single-letter representation* of amino-acids of the ground truth sequences (as `true
|
48 |
-
- Line3: *Single-letter representation* of amino-acids of the predicted sequences by our method (as `
|
49 |
- An example file content:
|
50 |
```
|
51 |
>name=3fkf.A | L=141 | Recovery=0.5957446694374084
|
|
|
44 |
- **`./proteinIF_outputs/results_acc_<median_accuracy>.txt`** (where median accuracy is the median accuracy calculated over all the test samples):
|
45 |
- Here, for each protein in the test set, we have three lines of information:
|
46 |
- Line1: Identity of the protein (as '`name=<PDB_ID>.<CHAIN_ID>`'), length of the squence (as '`L=<length_of_sequence>`'), and the recovery rate/accuracy for that protein sequence (as '`Recovery=<recovery_rate_of_sequence>`')
|
47 |
+
- Line2: *Single-letter representation* of amino-acids of the ground truth sequences (as `true:<sequence_of_amino_acids>`)
|
48 |
+
- Line3: *Single-letter representation* of amino-acids of the predicted sequences by our method (as `pred:<sequence_of_amino_acids>`)
|
49 |
- An example file content:
|
50 |
```
|
51 |
>name=3fkf.A | L=141 | Recovery=0.5957446694374084
|