update loader script
Browse files- pdbbind_complexes.py +1 -1
pdbbind_complexes.py
CHANGED
|
@@ -57,7 +57,7 @@ _URLs = {name: _URL+_file_names[name] for name in _file_names}
|
|
| 57 |
class ProteinLigandContacts(datasets.ArrowBasedBuilder):
|
| 58 |
"""List of protein sequences, ligand SMILES, binding affinities and contacts."""
|
| 59 |
|
| 60 |
-
VERSION = datasets.Version("1.0")
|
| 61 |
|
| 62 |
def _info(self):
|
| 63 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
|
| 57 |
class ProteinLigandContacts(datasets.ArrowBasedBuilder):
|
| 58 |
"""List of protein sequences, ligand SMILES, binding affinities and contacts."""
|
| 59 |
|
| 60 |
+
VERSION = datasets.Version("1.0.0")
|
| 61 |
|
| 62 |
def _info(self):
|
| 63 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|