Datasets:

Modalities:
Text
Formats:
json
Libraries:
Datasets
pandas
myhDaniel commited on
Commit
9e4aa64
·
1 Parent(s): 5ec13f3

add readme

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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
+ ```