Skip to content

Commit 5dc3948

Browse files
Update README.md
1 parent 98c2c1f commit 5dc3948

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
@@ -201,7 +201,7 @@ The script generates a CSV file summarizing the evaluation results. Each row cor
201201

202202
### Blind Prediction Results of Estimating the Accuracy of CASP16 In-house Models
203203

204-
Note: Replace $DATADIR with the path where the CASP16_inhouse_TOP5_dataset is downloaded.
204+
Note: Replace $DATADIR with the path where the CASP16_inhouse_TOP5_dataset is stored.
205205

206206
#### Evaluation in terms of TM-score
207207
```
@@ -215,7 +215,7 @@ python scripts/evaluate_QA.py --input_dir ./Predictions/CASP16_inhouse_TOP5_data
215215

216216
### Blind Prediction Results in CASP16 EMA Competition
217217

218-
Note: Replace $DATADIR with the path where the CASP16_community_dataset is downloaded.
218+
Note: Replace $DATADIR with the path where the CASP16_community_dataset is stored.
219219

220220
```
221221
python scripts/evaluate_QA.py --input_dir ./Predictions/CASP16_community_dataset/ --native_dir $DATADIR/Quality_Scores/ --true_score_field tmscore_mmalign
@@ -253,7 +253,7 @@ Check the docker installation with
253253
docker run -it registry.scicore.unibas.ch/schwede/openstructure:latest --version
254254
``` -->
255255

256-
#### Quality Scores Generation for Predicted Structural Models
256+
### Generate True Quality Scores (Labels) for Predicted Structural Models
257257

258258
#### Run the generate_quality_scores.sh pipeline
259259

0 commit comments

Comments
 (0)