File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -279,4 +279,4 @@ def raw_path(self) -> str:
279
279
@property
280
280
def url (self ) -> str :
281
281
"""URL with which to download TAR archive of preprocessed pairs."""
282
- return 'https://zenodo.org/record/4815267 /files/final_raw_casp_capri .tar.gz?download=1 '
282
+ return 'https://zenodo.org/record/5546775 /files/final_processed_casp_capri .tar.gz'
Original file line number Diff line number Diff line change @@ -23,9 +23,10 @@ class DIPSDGLDataset(DGLDataset):
23
23
24
24
- Train examples: 15,618
25
25
- Val examples: 3,548
26
+ - Test examples: 32
26
27
- Number of structures per complex: 2
27
28
----------------------
28
- - Total examples: 19,166
29
+ - Total examples: 19,198
29
30
----------------------
30
31
31
32
Parameters
@@ -66,9 +67,10 @@ class DIPSDGLDataset(DGLDataset):
66
67
>>> # Get dataset
67
68
>>> train_data = DIPSDGLDataset()
68
69
>>> val_data = DIPSDGLDataset(mode='val')
70
+ >>> test_data = DIPSDGLDataset(mode='test')
69
71
>>>
70
72
>>> len(train_data)
71
- 33689
73
+ 15618
72
74
>>> train_data.num_chains
73
75
2
74
76
"""
@@ -296,5 +298,5 @@ def raw_path(self) -> str:
296
298
297
299
@property
298
300
def url (self ) -> str :
299
- """URL with which to download TAR archive of preprocessed pairs."""
300
- return 'https://zenodo.org/record/4815267 /files/final_raw_dips .tar.gz?download=1 '
301
+ """URL with which to download TAR archive of preprocessed pairs (Need to manually download Part B) ."""
302
+ return 'https://zenodo.org/record/5546775 /files/final_processed_dips .tar.gz.partaa '
You can’t perform that action at this time.
0 commit comments