[Biopython-dev] ResidueDepth

Giacomo Bastianelli gbastian at pasteur.fr
Thu Mar 29 14:46:59 UTC 2007


Dear Biopython developers,

I am trying to use the ResidueDepth class.
I have installed the MSMS module and I get
this error:

Traceback (most recent call last):
File "test.py", line 8, in ?
  rd = ResidueDepth(model, '1SBC.pdb')
File "/usr/lib64/python2.3/site-packages/Bio/PDB/ResidueDepth.py", line 
132, in __init__
  surface=get_surface(pdb_file)
File "/usr/lib64/python2.3/site-packages/Bio/PDB/ResidueDepth.py", line 
83, in get_surface
  surface=_read_vertex_array(surface_file)
File "/usr/lib64/python2.3/site-packages/Bio/PDB/ResidueDepth.py", line 
51, in _read_vertex_array
  fp=open(filename, "r")
IOError: [Errno 2] No such file or directory: '/tmp/tmpEoynGC.vert'


I checked the single programs (msms, pdb_to_xyzr)
and they seem to work fine.

Thanks for your suggestions!

Giacomo



More information about the Biopython-dev mailing list