jglaser commited on
Commit
ce4468f
·
1 Parent(s): 903296a

fix file name

Browse files
Files changed (1) hide show
  1. protein_ligand_contacts.py +1 -1
protein_ligand_contacts.py CHANGED
@@ -48,7 +48,7 @@ _LICENSE = "BSD two-clause"
48
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
49
  _URL = "https://huggingface.co/datasets/jglaser/protein_ligand_contacts/resolve/main/"
50
  _data_dir = "data/"
51
- _file_names = {'default': _data_dir+'pdbbind_contacts.parquet'}
52
 
53
  _URLs = {name: _URL+_file_names[name] for name in _file_names}
54
 
 
48
  # This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
49
  _URL = "https://huggingface.co/datasets/jglaser/protein_ligand_contacts/resolve/main/"
50
  _data_dir = "data/"
51
+ _file_names = {'default': _data_dir+'pdbbind_with_contacts.parquet'}
52
 
53
  _URLs = {name: _URL+_file_names[name] for name in _file_names}
54