<div dir="ltr"><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">Hi everyone,

I'm using biopython to parse some MD files for further processing. I'm
using the SloppyStructureBuilder from xpdb.py (as described in
<a href="http://biopython.org/wiki/Reading_large_PDB_files">http://biopython.org/wiki/Reading_large_PDB_files</a>), as I have quite a lot
of residues and the standard class doesn't support that very well.
Unfortunately, I get the following error:

File "/Users/dvr/Dropbox/Work/xpdb.py", line 76, in init_residue
    residue = Residue(res_id, resname, self.segid)
NameError: global name 'Residue' is not defined

Does anyone know what's going on here?

Thanks,
Kind regards,

Dries
</pre><div><br></div></div>