simonduerr commited on
Commit
d940adf
1 Parent(s): c4a8f54

Update utils/helpers.py

Browse files
Files changed (1) hide show
  1. utils/helpers.py +1 -1
utils/helpers.py CHANGED
@@ -109,7 +109,7 @@ def get_all_metalbinding_resids(pdb_file):
109
  """
110
 
111
  try:
112
- prot = Molecule(pdb_file)
113
  except:
114
  exit("could not read file")
115
  prot.filter("protein")
 
109
  """
110
 
111
  try:
112
+ prot = Molecule('files/2CBA.pdb')
113
  except:
114
  exit("could not read file")
115
  prot.filter("protein")