update name
Browse files- pdbbind_complexes.py +3 -3
pdbbind_complexes.py
CHANGED
@@ -54,10 +54,10 @@ _URLs = {name: _URL+_file_names[name] for name in _file_names}
|
|
54 |
|
55 |
|
56 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
57 |
-
class
|
58 |
-
"""List of protein sequences, ligand SMILES, and complex
|
59 |
|
60 |
-
VERSION = datasets.Version("1.
|
61 |
|
62 |
def _info(self):
|
63 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|
|
|
54 |
|
55 |
|
56 |
# TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
|
57 |
+
class PDBBindComplexes(datasets.ArrowBasedBuilder):
|
58 |
+
"""List of protein sequences, ligand SMILES, and complex coordinates."""
|
59 |
|
60 |
+
VERSION = datasets.Version("1.1.0")
|
61 |
|
62 |
def _info(self):
|
63 |
# TODO: This method specifies the datasets.DatasetInfo object which contains informations and typings for the dataset
|