File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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```
221221python 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
253253docker 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
You can’t perform that action at this time.
0 commit comments