simonduerr commited on
Commit
933fa10
1 Parent(s): d940adf

Update utils/voxelization.py

Browse files
Files changed (1) hide show
  1. utils/voxelization.py +1 -1
utils/voxelization.py CHANGED
@@ -177,7 +177,7 @@ def processStructures(pdb_file, resids, clean=True):
177
 
178
  # load molecule using MoleculeKit
179
  try:
180
- prot = Molecule(pdb_file)
181
  except:
182
  raise IOError("could not read pdbfile")
183
 
 
177
 
178
  # load molecule using MoleculeKit
179
  try:
180
+ prot = Molecule('files/2CBA.pdb')
181
  except:
182
  raise IOError("could not read pdbfile")
183