Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
# Description
|
5 |
Structure Similarity Prediction predicts the (aligned) Local Distance Difference Test (LDDT) of the structures given an unaligned pair of proteins. Target values are computed after alignment with TM-align for all pairs of 1000 randomly sampled single-chain proteins.
|
6 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: dataset
|
5 |
+
data_files: "dataset.csv"
|
6 |
---
|
7 |
+
|
8 |
# Description
|
9 |
Structure Similarity Prediction predicts the (aligned) Local Distance Difference Test (LDDT) of the structures given an unaligned pair of proteins. Target values are computed after alignment with TM-align for all pairs of 1000 randomly sampled single-chain proteins.
|
10 |
|