Home | Trees | Indices | Help |
|
---|
|
Note: The file is only flushed to disc when the object is destructed, or the flush() method is called!
|
|||
| __init__(self, outName, mode='w') | ||
| __del__(self) | ||
|
flush(self) Flush output file (but keep it open). |
||
|
add(self,
str) Add String str and line break to xplor input file. |
||
str
|
_singleParam(self,
param,
value,
indent) return single parameter=value line with |indent| leading tabs. |
||
str
|
blockFromDic(self,
title,
paramDic,
indent=0,
priorityParams=None) Returns block with parameters (as String). |
||
str
|
block(self,
title,
paramLst,
indent=0) As block() but takes parameters as list of strings without resorting to the clumpsy dictionary. |
||
|
addBlockFromDic(self,
title,
paramDic,
indent=0) Convenience implementation of block. |
||
|
addBlock(self,
title,
paramLst,
indent=0) create block and directly add it to growing input file. |
||
str
|
renameAtom(self,
resname,
oldName,
newName) append statement for renaming atoms: |
||
|
renameAtoms(self,
atomDicLst) Rename several atoms. |
||
str
|
renameRes(self,
oldName,
newName,
select='') Append statement for renaming residues: |
||
|
hbuild(self,
selection) Append hbuild block. |
||
|
patchSS(self,
res1,
res2) Patch statement for disulfide bond between residue number 1 and 2. |
||
|
addAmberSegment(self,
seg_id,
fpdb) Return string holding xplor input for segment consisting of one chain. |
||
|
addFromTemplate(self,
fTemplate,
valueDic) Read template input file with formatstr placeholders, insert values from valueDic. |
|
|
|
Flush output file (but keep it open). |
Add String str and line break to xplor input file.
|
return single parameter=value line with |indent| leading tabs. (Used by blockFromDic)
|
Returns block with parameters (as String). Use e.g. for minimize or paramter statement.
|
As block() but takes parameters as list of strings without resorting to the clumpsy dictionary.
|
Convenience implementation of block. This one directly appends the block to the growing file.
|
create block and directly add it to growing input file.
|
append statement for renaming atoms:
|
Rename several atoms.
|
Append statement for renaming residues:
|
Append hbuild block. Example for how to use the block() method.
|
Patch statement for disulfide bond between residue number 1 and 2.
|
Return string holding xplor input for segment consisting of one chain. Example for nesting blocks with blockFromDic().
|
Read template input file with formatstr placeholders, insert values from valueDic.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri Dec 22 20:11:48 2006 | http://epydoc.sourceforge.net |