Skip to content

Commit 31c041a

Browse files
Update README.md
1 parent 3f61cfc commit 31c041a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,11 +223,11 @@ python scripts/evaluate_QA.py --input_dir ./Predictions/CASP16_community_dataset
223223

224224
## IV. Scripts to generate labels for a new benchmark dataset
225225
Users can use the tools in PSBench to create their own benchmark dataset. Following are the prerequisites to generate the labels for a new benchmark dataset:
226-
### Data:
226+
### Required Input Data
227227
- Predicted protein complex structures (structural models)
228228
- Native (true) structures
229229
- Protein sequence files in FASTA format
230-
### Tools (Downloaded or installed in the PSBench installation section)
230+
### Tools (downloaded or installed in the PSBench installation section)
231231
- OpenStructure
232232
- USalign
233233
- Clustalw
@@ -255,7 +255,7 @@ docker run -it registry.scicore.unibas.ch/schwede/openstructure:latest --version
255255

256256
### Generate True Quality Scores (Labels) for Predicted Structural Models
257257

258-
#### Run the generate_quality_scores.sh pipeline
258+
#### Run the generate_quality_scores.sh pipeline using the command below
259259

260260
```bash
261261
sh generate_quality_scores.sh \

0 commit comments

Comments
 (0)