1
1
Cleaned up version of Docking Benchmark 5 (https://zlab.umassmed.edu/benchmark/).
2
2
3
- Originally released with "End-to-End Learning on 3D Protein Structure for Interface Prediction."
3
+ Released with "End-to-End Learning on 3D Protein Structure for Interface Prediction."
4
4
by Raphael J.L. Townshend, Rishi Bedi, Patricia Suriana, Ron O. Dror
5
5
https://arxiv.org/abs/1807.01297
6
6
7
7
Specifically, bound chains and residue indexes were aligned across unbound and bound complexes.
8
8
9
9
A total of 230 binary protein complexes are included.
10
10
11
- Processing code to regenerate and use the original provided tfrecords is located at
11
+ Processing code to regenerate and use the provided tfrecords is located at
12
12
https://github.com/drorlab/DIPS
13
13
14
- final/
15
- raw/ - List of all postprocessed (i.e. feature-enriched) pairs.
14
+ MANIFEST
16
15
16
+ raw/ - All pre-aligned and cleaned DB5 structures, organized into directories
17
+ with individual files for ligand-unbound, ligand-bound, receptor-unbound,
18
+ receptor-bound.
17
19
interim/
18
- complexes/ - List of all possible pairs in parsed.
19
- external_feats/ - List of all residue-level features generated using external software packages.
20
- pairs/ - Dill files of individual pairs listed in complexes.
21
- parsed/ - All DB5 structures processed to pickled dataframes.
22
-
23
- raw/ - All pre-aligned and cleaned DB5 structures, organized into directories
24
- with individual files for ligand-unbound, ligand-bound, receptor-unbound,
25
- receptor-bound.
20
+ parsed/ - All DB5 structures processed to pickled dataframes.
21
+ complexes/ - List of all possible pairs in parsed.
22
+ pairs/ - Dill files of indivudal pairs listed in complexes.
23
+ processed/
24
+ tfrecords/ - pairs converted to tfrecords.
0 commit comments