jglaser commited on
Commit
e1c199e
·
1 Parent(s): 940549f

update name

Browse files
Files changed (1) hide show
  1. 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 ProteinLigandContacts(datasets.ArrowBasedBuilder):
58
- """List of protein sequences, ligand SMILES, and complex 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
 
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