add readme
Browse files
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Directory structure of recentpdb.tar.gz
|
| 2 |
+
```
|
| 3 |
+
/data/protein/YHData/Data/airdd/datasets/recentpdb
|
| 4 |
+
├── input.json #
|
| 5 |
+
├── mmcif
|
| 6 |
+
│ ├── 6st5.cif
|
| 7 |
+
│ ├── 6zsu.cif
|
| 8 |
+
│ ├── 6zsv.cif
|
| 9 |
+
│ ├── ···
|
| 10 |
+
│ ├── 8hii.cif
|
| 11 |
+
│ ├── 8hij.cif
|
| 12 |
+
│ └── 8hik.cif
|
| 13 |
+
├── pdb_id_list.txt
|
| 14 |
+
└── precomputed_msa
|
| 15 |
+
```
|