haneulpark commited on
Commit
f3c6c53
·
verified ·
1 Parent(s): 60a2727

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -24
README.md CHANGED
@@ -2,33 +2,44 @@
2
  viewer: true
3
  license: cc-by-4.0
4
  configs:
5
- - config_name: "train"
6
- data_files:
7
- - split: train
8
- path: cluster_assignments_train.csv
9
- default: true
10
- - config_name: "test"
11
- data_files:
12
- - split: test
13
- path: cluster_assignments_test.csv
14
- - config_name: "validate"
15
- data_files:
16
- - split: validate
17
- path: cluster_assignments_validate.csv
18
  task_categories:
19
- - other
20
  tags:
21
- - biology
22
- - protein
23
- - structure
24
- - PDB
25
- - PISCES
26
- - CullPDB
27
- - sequence
28
- - curation
29
  language: en
30
  size_categories:
31
- - "n>1M"
 
 
 
 
 
 
 
 
 
 
 
32
  ---
33
  # PISCES-CulledPDB database as of January 2026
34
  Recurated on Hugging Face on March 5th 2026
@@ -152,7 +163,6 @@ Apache-2.0
152
  ## Citation
153
 
154
  ```
155
- bibtex
156
  @article{wang2003pisces,
157
  title={PISCES: a protein sequence culling server},
158
  author={Wang, Guoying and Dunbrack, Roland L. Jr.},
 
2
  viewer: true
3
  license: cc-by-4.0
4
  configs:
5
+ - config_name: train
6
+ data_files:
7
+ - split: train
8
+ path: cluster_assignments_train.csv
9
+ default: true
10
+ - config_name: test
11
+ data_files:
12
+ - split: test
13
+ path: cluster_assignments_test.csv
14
+ - config_name: validate
15
+ data_files:
16
+ - split: validate
17
+ path: cluster_assignments_validate.csv
18
  task_categories:
19
+ - other
20
  tags:
21
+ - biology
22
+ - protein
23
+ - structure
24
+ - PDB
25
+ - PISCES
26
+ - CullPDB
27
+ - sequence
28
+ - curation
29
  language: en
30
  size_categories:
31
+ - 1M<n<10M
32
+ citation_bibtex: |
33
+ @article{wang2003pisces,
34
+ title={PISCES: a protein sequence culling server},
35
+ author={Wang, Guoying and Dunbrack, Roland L. Jr.},
36
+ journal={Bioinformatics},
37
+ volume={19},
38
+ number={12},
39
+ pages={1589--1591},
40
+ year={2003},
41
+ publisher={Oxford University Press}
42
+ }
43
  ---
44
  # PISCES-CulledPDB database as of January 2026
45
  Recurated on Hugging Face on March 5th 2026
 
163
  ## Citation
164
 
165
  ```
 
166
  @article{wang2003pisces,
167
  title={PISCES: a protein sequence culling server},
168
  author={Wang, Guoying and Dunbrack, Roland L. Jr.},