|
__init__(self,
outfh=None) |
|
|
|
getCt(self)
Method to return the current protein ct |
|
|
|
reorderResidues(self)
Method to reorder protein residues sequentially Acts on the
self.prot_ct object. |
|
|
|
importReceptor(self,
pdbOrder,
infile='',
inpProtCt='',
changeCys=False)
Import the receptor assumed to be in pdb grouped order in *.pdb or
*.mae format |
|
|
|
exportReceptor(self,
outfile,
pdb_version)
Export the receptor structure in *.pdb format |
|
|
|
write_ct_pdb_psp(self,
ct,
filename,
pdb_version,
mode="write",
error_handler=None)
Write a CT to a PDB format file with MMPDB_PSP_MODE option active to
ensure residue names in ct are output to PDB file |
|
|