Home | Trees | Indices | Help |
|
---|
|
|
|||
|
__init__(self,
chainSeparator) Clean up separate chains. |
||
list of str
|
_res2Terminal(self,
aName_list) Tweak list of allowed atom names to one expected for a C-terminal residue. |
||
|
_addMissing(self,
residue,
atom_name) Add atom with given name to residue. |
||
chain object
|
_completeResidues(self,
chain) Look for missing or unknown atom names, add missing atoms, report unknown atoms. |
||
chain object
|
_checkOccupancy(self,
chain) Check and report atoms with ocupancies that is not 100% Scientific.PDB.IO will only take one of the atoms even if there are alternate locations indicated in the PDB-file. |
||
chain object
|
_find_and_change(self,
chain,
oldAtomName,
residueNum,
newAtomName) Change name of atoms in specified residue. |
||
chain object
|
_correct_Cterm(self,
chain) Terminal amino acid can't have atom type O and OXT - have to be OT1 and OT2 |
||
chain object OR None
|
next(self) Obtain next chain from ChainSeparator; Add missing atoms. |
|
Clean up separate chains.
|
Tweak list of allowed atom names to one expected for a C-terminal residue.
|
Add atom with given name to residue.
|
Look for missing or unknown atom names, add missing atoms, report unknown atoms.
|
Check and report atoms with ocupancies that is not 100% Scientific.PDB.IO will only take one of the atoms even if there are alternate locations indicated in the PDB-file. The code below does only check for none 100% occupancies and report them to the log-file.
|
Change name of atoms in specified residue.
|
Terminal amino acid can't have atom type O and OXT - have to be OT1 and OT2
|
Obtain next chain from ChainSeparator; Add missing atoms.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Tue May 1 22:34:51 2007 | http://epydoc.sourceforge.net |