This view is limited to 50 files because it contains too many changes. See the raw diff here.
Files changed (50) hide show
  1. README.md +21 -17
  2. metadata.csv +2 -2
  3. structures/A0/A0A024RBG1.tar +3 -0
  4. structures/A0/A0A024RBG1.tar.gz +0 -3
  5. structures/A0/A0A075B6H7.tar +3 -0
  6. structures/A0/A0A075B6H7.tar.gz +0 -3
  7. structures/A0/A0A075B6H8.tar +3 -0
  8. structures/A0/A0A075B6H8.tar.gz +0 -3
  9. structures/A0/A0A075B6H9.tar +3 -0
  10. structures/A0/A0A075B6H9.tar.gz +0 -3
  11. structures/A0/A0A075B6I0.tar +3 -0
  12. structures/A0/A0A075B6I0.tar.gz +0 -3
  13. structures/A0/A0A075B6I1.tar +3 -0
  14. structures/A0/A0A075B6I1.tar.gz +0 -3
  15. structures/A0/A0A075B6I3.tar +3 -0
  16. structures/A0/A0A075B6I3.tar.gz +0 -3
  17. structures/A0/A0A075B6I4.tar +3 -0
  18. structures/A0/A0A075B6I4.tar.gz +0 -3
  19. structures/A0/A0A075B6I6.tar +3 -0
  20. structures/A0/A0A075B6I6.tar.gz +0 -3
  21. structures/A0/A0A075B6I7.tar +3 -0
  22. structures/A0/A0A075B6I7.tar.gz +0 -3
  23. structures/A0/A0A075B6I9.tar +3 -0
  24. structures/A0/A0A075B6I9.tar.gz +0 -3
  25. structures/A0/A0A075B6J1.tar +3 -0
  26. structures/A0/A0A075B6J1.tar.gz +0 -3
  27. structures/A0/A0A075B6J2.tar +3 -0
  28. structures/A0/A0A075B6J2.tar.gz +0 -3
  29. structures/A0/A0A075B6J6.tar +3 -0
  30. structures/A0/A0A075B6J6.tar.gz +0 -3
  31. structures/A0/A0A075B6J9.tar +3 -0
  32. structures/A0/A0A075B6J9.tar.gz +0 -3
  33. structures/A0/A0A075B6K0.tar +3 -0
  34. structures/A0/A0A075B6K0.tar.gz +0 -3
  35. structures/A0/A0A075B6K2.tar +3 -0
  36. structures/A0/A0A075B6K2.tar.gz +0 -3
  37. structures/A0/A0A075B6K4.tar +3 -0
  38. structures/A0/A0A075B6K4.tar.gz +0 -3
  39. structures/A0/A0A075B6K5.tar +3 -0
  40. structures/A0/A0A075B6K5.tar.gz +0 -3
  41. structures/A0/A0A075B6L2.tar +3 -0
  42. structures/A0/A0A075B6L2.tar.gz +0 -3
  43. structures/A0/A0A075B6L6.tar +3 -0
  44. structures/A0/A0A075B6L6.tar.gz +0 -3
  45. structures/A0/A0A075B6N1.tar +3 -0
  46. structures/A0/A0A075B6N1.tar.gz +0 -3
  47. structures/A0/A0A075B6N2.tar +3 -0
  48. structures/A0/A0A075B6N2.tar.gz +0 -3
  49. structures/A0/A0A075B6N3.tar +3 -0
  50. structures/A0/A0A075B6N3.tar.gz +0 -3
README.md CHANGED
@@ -27,7 +27,7 @@ The dataset is intended for machine-learning studies of designed protein-protein
27
 
28
  The dataset is indexed by a single `metadata.csv` file. Benchmark partitions are encoded in the `split` column. Structure paths are provided directly in the metadata table.
29
 
30
- The released complex structures are full target-binder complex models in a superimposed coordinate frame. The relative path to each structure is given in the `target_binder_complex_pdb_path` column. Predicted apo structures for the target and binder are provided under `target_alone_pdb_path` and `binder_alone_pdb_path`.
31
 
32
  Repository organization:
33
 
@@ -37,19 +37,21 @@ Repository organization:
37
  ├── metadata.csv
38
  └── structures/
39
  ├── [xx]/ # first two characters of target_name
40
- │ ├── [target_name_1].tar.gz
41
- │ └── [target_name_2].tar.gz
42
  └── ...
43
  ```
44
 
45
- Each archive contains the structure files for one target:
46
 
47
  ```text
48
- [target_name].tar.gz
49
- ── [target_domain]/
50
- ── [design_name].pdb
51
- ├── [design_name]_binder_alone.pdb
52
- └── [design_name]_full_target_structure.pdb
 
 
53
  ```
54
 
55
  ## Metadata Columns
@@ -64,10 +66,12 @@ Each archive contains the structure files for one target:
64
  | `split` | Split assignment: `train`, `validation`, `test`, or `deleaked`. |
65
  | `paired_interface_cluster_id` | Paired target-side/binder-side interface cluster identifier used for leakage-controlled splitting. |
66
  | `cluster_member_type` | Cluster membership annotation for the validation and test splits. `cluster_rep` denotes the randomly selected representative used for one-per-cluster validation/test evaluation; `cluster_member` denotes other members of the same cluster. |
67
- | `structure_archive` | Relative path to the target-level `tar.gz` archive containing the structure files. |
68
  | `target_binder_complex_pdb_path` | Path inside the archive to the superimposed target-domain–binder complex PDB file. |
69
  | `binder_alone_pdb_path` | Path inside the archive to the binder-only PDB file. |
70
- | `target_alone_pdb_path` | Path inside the archive to the target-only PDB file. |
 
 
71
 
72
  ## Dataset Splits
73
 
@@ -75,12 +79,12 @@ The dataset provides predefined train, validation, and test partitions. Complexe
75
 
76
  | Split | Complexes | Share |
77
  |---|---:|---:|
78
- | train | 131,939 | 43.10% |
79
- | validation | 53,549 | 17.49% |
80
- | test | 52,137 | 17.03% |
81
  | deleaked | 68,521 | 22.38% |
82
- | total | 306,146 | 100.00% |
83
- | usable benchmark | 237,625 | 77.62% |
84
 
85
  The usable benchmark consists of the train, validation, and test partitions only.
86
 
@@ -102,7 +106,7 @@ As an independent audit, we assessed whether ProteinMPNN sister variants derived
102
 
103
  Among 120,609 backbones with ProteinMPNN sister variants, 120,082 were contained within a single paired-interface cluster, whereas 527 were split across multiple clusters. 99.56% of multi-member backbone groups were captured by the paired-interface clustering procedure.
104
 
105
- After deleaking, only 14 of the 85,037 multi-member backbone groups in the usable benchmark (0.016%) have sister variants split between `train` and the held-out (`validation` or `test`) split.
106
 
107
 
108
  ## Intended Use
 
27
 
28
  The dataset is indexed by a single `metadata.csv` file. Benchmark partitions are encoded in the `split` column. Structure paths are provided directly in the metadata table.
29
 
30
+ The released complex structures are full target-binder complex models in a superimposed coordinate frame. The relative path to each structure is given in the `target_binder_complex_pdb_path` column. Predicted apo structures for the target domain and binder are provided under `target_domain_pdb_path` and `binder_alone_pdb_path`, and the full-length apo target structure under `target_structure_pdb_path`.
31
 
32
  Repository organization:
33
 
 
37
  ├── metadata.csv
38
  └── structures/
39
  ├── [xx]/ # first two characters of target_name
40
+ │ ├── [target_name_1].tar
41
+ │ └── [target_name_2].tar
42
  └── ...
43
  ```
44
 
45
+ Each archive is an uncompressed `.tar` containing the structure files for one target:
46
 
47
  ```text
48
+ [target_name].tar
49
+ ── [target_name].pdb # full-length predicted target structure
50
+ ── [target_name]_[domain]/
51
+ ├── [target_name]_[domain].pdb # predicted apo target domain
52
+ └── [design_name]/
53
+ ├── [design_name].pdb # superimposed target-binder complex
54
+ └── [design_name]_binder_alone.pdb # predicted apo binder
55
  ```
56
 
57
  ## Metadata Columns
 
66
  | `split` | Split assignment: `train`, `validation`, `test`, or `deleaked`. |
67
  | `paired_interface_cluster_id` | Paired target-side/binder-side interface cluster identifier used for leakage-controlled splitting. |
68
  | `cluster_member_type` | Cluster membership annotation for the validation and test splits. `cluster_rep` denotes the randomly selected representative used for one-per-cluster validation/test evaluation; `cluster_member` denotes other members of the same cluster. |
69
+ | `structure_archive` | Relative path to the target-level `tar` archive containing the structure files. |
70
  | `target_binder_complex_pdb_path` | Path inside the archive to the superimposed target-domain–binder complex PDB file. |
71
  | `binder_alone_pdb_path` | Path inside the archive to the binder-only PDB file. |
72
+ | `target_domain_pdb_path` | Path inside the archive to the apo target-domain PDB file (one per target domain, shared across its designs). |
73
+ | `target_structure_pdb_path` | Path inside the archive to the full-length apo target structure PDB file (one per target). |
74
+ | `binder_sequence` | Amino-acid sequence (one-letter) of the designed binder, parsed from the apo binder PDB. |
75
 
76
  ## Dataset Splits
77
 
 
79
 
80
  | Split | Complexes | Share |
81
  |---|---:|---:|
82
+ | train | 131,936 | 43.10% |
83
+ | validation | 53,548 | 17.49% |
84
+ | test | 52,132 | 17.03% |
85
  | deleaked | 68,521 | 22.38% |
86
+ | total | 306,137 | 100.00% |
87
+ | usable benchmark | 237,616 | 77.62% |
88
 
89
  The usable benchmark consists of the train, validation, and test partitions only.
90
 
 
106
 
107
  Among 120,609 backbones with ProteinMPNN sister variants, 120,082 were contained within a single paired-interface cluster, whereas 527 were split across multiple clusters. 99.56% of multi-member backbone groups were captured by the paired-interface clustering procedure.
108
 
109
+ After deleaking, only 14 of the 85,036 multi-member backbone groups in the usable benchmark (0.016%) have sister variants split between `train` and the held-out (`validation` or `test`) split.
110
 
111
 
112
  ## Intended Use
metadata.csv CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f459d6053ee35be0ffc8c187f038eec7f325a34bafb6d5df591f97d5fc91d6da
3
- size 110379069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91a16e63009f562a5b567e9a35636ff991a42ba91802b9c76da4a18d849d8378
3
+ size 160780416
structures/A0/A0A024RBG1.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36c3d62e27252411830d90d926314d83bd3071b59b3b0bb01553546c02969b3f
3
+ size 19466240
structures/A0/A0A024RBG1.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d0f59899d3240db509fff18c14879f7d5274cee33d27d7f9f02e38d9390a5f93
3
- size 5315085
 
 
 
 
structures/A0/A0A075B6H7.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905f58d601e69b616ad64e154add4ceca28fb9c62c4c44155b3e178abae4ed8c
3
+ size 9871360
structures/A0/A0A075B6H7.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:27309b3b316289b604dbf07fb778186a605a4c82797b49edc3e4e20df0369743
3
- size 2581446
 
 
 
 
structures/A0/A0A075B6H8.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:729f6963b6ca9eca2f80d587933ddcd766a74e9e0aa5dcd001cd759d195defa1
3
+ size 5857280
structures/A0/A0A075B6H8.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c514d2f027bdcb5a070f62b1714a13ac0b9a7fb10aaf2c496134c6caa4b4484f
3
- size 1521688
 
 
 
 
structures/A0/A0A075B6H9.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4411e92433f056bb1befdc1c046921f01889922dae1133cab7a265e90b01ddbb
3
+ size 13250560
structures/A0/A0A075B6H9.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:21f66c78b180c8bb05e679eebb6d4f01d2601124494c9bb2ef57bdfa0e600f89
3
- size 3475670
 
 
 
 
structures/A0/A0A075B6I0.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acee96bf3c194bc5961e7520d5c43ca2f6bdb558b27d450ab5cff16cebb5ebe5
3
+ size 9256960
structures/A0/A0A075B6I0.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb5d061481f90bec9a4e768c18e3701dc20b6d115f509400466d95dbef14ad43
3
- size 2409389
 
 
 
 
structures/A0/A0A075B6I1.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d4c45864f937494e2652b36b28cd5493661689aaf265ee1c4eea7ab6f6e7bcd
3
+ size 10178560
structures/A0/A0A075B6I1.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:299ac94efae86d5bca147c77de413b9fdab4f06dcbc72266e003e222a0e021de
3
- size 2673450
 
 
 
 
structures/A0/A0A075B6I3.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38741460f3af920690be0ac25321c23b04f6ec8f1da015ef0cbfec22d34a318c
3
+ size 16168960
structures/A0/A0A075B6I3.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa4abdcf827ab088c44f0182d93a05da956f145a4b96f30b7d7389de1663a377
3
- size 4279366
 
 
 
 
structures/A0/A0A075B6I4.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e06f045acb3bd470aa147734add2c51f8f5334aeb767d9abf1f52798e648609b
3
+ size 13271040
structures/A0/A0A075B6I4.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b326eb432d17fb22b9f30eb9be2944e9c3f42f19e9de3aef85ab34c266c73df
3
- size 3461928
 
 
 
 
structures/A0/A0A075B6I6.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba3db3169f05c70cccbac3926d1b13db29a427d81dac6fdc2620eeb6b699b17f
3
+ size 15472640
structures/A0/A0A075B6I6.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e795731aabec3c63a5627f7ac61665e8e814871924bd4498258e4bd4ee2dbadb
3
- size 4040106
 
 
 
 
structures/A0/A0A075B6I7.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edae1cbaff5f35e6c8f79fc4ccb7cdbbb3c0dc4a68c0fda69f373044bc219e76
3
+ size 3594240
structures/A0/A0A075B6I7.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:344ba29bd29f91d46182c8f2fff1c00b6f4bc554741b873088e5e45d21f078ff
3
- size 912310
 
 
 
 
structures/A0/A0A075B6I9.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f184f0c1825a82b1813578e7119bc5279b508a578cf0ab283bf85fc5c0a45c8
3
+ size 9359360
structures/A0/A0A075B6I9.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bf673880742061527b34c03b30f0dc279e28f6c73eb41e297da5f83b059d969
3
- size 2437434
 
 
 
 
structures/A0/A0A075B6J1.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2c3a5b25586032fe4e7f996feb6bf4604a32b5e9abc48bf86f588d4df6b1c3
3
+ size 7495680
structures/A0/A0A075B6J1.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:54441797ab4a9f3083ae527b57eef78a9c5ed9a9151ec0e224d100949f34c356
3
- size 1957289
 
 
 
 
structures/A0/A0A075B6J2.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc3cd538dd933ae42bc34deeefb8afa6f044da8882e4f1b41a86dafcef5eab4a
3
+ size 9000960
structures/A0/A0A075B6J2.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:955a6a57208c597a0a4a5bdc8896f733b7849c3660c57fd817facba296420886
3
- size 2351646
 
 
 
 
structures/A0/A0A075B6J6.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b9c2e94907feb872f32efe61c302dd61d106fa15012e67c446405f06c0efc51
3
+ size 5058560
structures/A0/A0A075B6J6.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aaa6ce36ea86da834e502da8a4a8a715b66681a5c52561c40503786cb22cc388
3
- size 1301720
 
 
 
 
structures/A0/A0A075B6J9.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7285f69a3b4d21ba1776a4229380ac90fee9094ee0ec3f24817ebbf1096ee666
3
+ size 5345280
structures/A0/A0A075B6J9.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:534424bb7a46539a6ab19d7981376f137d1bf1200d41febe8f29c7d1cdce07a0
3
- size 1372909
 
 
 
 
structures/A0/A0A075B6K0.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0208636b7620eaf2b0a51b6c494a69afab430ccd83e215539f925cf347857dd6
3
+ size 4792320
structures/A0/A0A075B6K0.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa8faec122d1f1ae9a7fff17c68e655d2ba91f9eb899043a8e05178b7282b76c
3
- size 1232649
 
 
 
 
structures/A0/A0A075B6K2.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a4eaad03ae417ed56204760115097097587fe9c7ab21595114e1e503c13e56a
3
+ size 481280
structures/A0/A0A075B6K2.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:37097b3d6a0cd4a3fb77f6f7e47fc4c288b30f093261b04248eb82cb965ed59b
3
- size 87739
 
 
 
 
structures/A0/A0A075B6K4.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd85cf7a8cac0396453f60fd402949457ec5ee280ec5d16ac69b0d43906b76a8
3
+ size 9902080
structures/A0/A0A075B6K4.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:aa8bf5e01f6b1811285b2af436b648aa70518ab7181b86173b3c90aaa77835c8
3
- size 2590609
 
 
 
 
structures/A0/A0A075B6K5.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7b963baa932f3d2a44af93ebb97d2a904e4ee5c15daaa1b9c72286b863a4fd
3
+ size 6041600
structures/A0/A0A075B6K5.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:fda751b86d5dac93d2a2c10c27bf5ef2126650e382aa37074a2d17a327605e2e
3
- size 1561188
 
 
 
 
structures/A0/A0A075B6L2.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:856cf99da9d4392f7f49f0b48d8beeca2fc842092a80afe7e1f20b69ff537650
3
+ size 16947200
structures/A0/A0A075B6L2.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5c99e4dc2073962073dfeeb96b5aed60c62b92a72e1798df957df03fdaacfa2b
3
- size 4494530
 
 
 
 
structures/A0/A0A075B6L6.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8aa6a86b6853a699b108e6770142faefd63cabd3698904f3981c5a4e880f9428
3
+ size 7741440
structures/A0/A0A075B6L6.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7edece3d8abf4c0c979fc6a052dd2dcc97fee62b9eea6a11946ef65fab7bd989
3
- size 1998270
 
 
 
 
structures/A0/A0A075B6N1.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b8284e8265b114ee0a662d158c2d9d399efe6e008403080d441c4f13c5a8ad7
3
+ size 7659520
structures/A0/A0A075B6N1.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:453f4860a088e223f72950d152a8845d07d9d1f280e2f8918ca11734b29434e4
3
- size 1998265
 
 
 
 
structures/A0/A0A075B6N2.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e53847fdfb7c4f5ec909212e382b9f6b583f5a866418717be65e6c07bd8fa4
3
+ size 4208640
structures/A0/A0A075B6N2.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7d061f9e297d2044fd489f59084d10fd13dc6c348dba25be71511b08a6b316f
3
- size 1077340
 
 
 
 
structures/A0/A0A075B6N3.tar ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae7a142d5288f83de9f5b261fe9035ac28a74432a21e0b7f568e0a1a674f09e
3
+ size 788480
structures/A0/A0A075B6N3.tar.gz DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:93b23933698ad3fd6086fd4471be3739b0c8feb7d57c02ad5547eff141ad5af2
3
- size 168304