Trees | Indices | Help |
|
---|
|
object --+ | dict --+ | configobj.Section --+ | configobj.ConfigObj --+ | inputconfig.InputConfig --+ | GlideJob --+ | Gridgen
Class for writing Glide Grid Generation input files. Currently, the receptor input file for a Gridgen job (NOT created by this class) must be named "<jobname>.mae".
|
|||
new empty dictionary |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
Specify a dictionary of keywords, where the key is the short keyword name and the value is what is should be set to. For indexed keywords, the value needs to be a list. It is also possible to specify a file path to a simplified input file that contains the keywords. Constraint sites may be set via the following keywords: HBOND_CONSTRAINTS METAL_CONSTRAINTS POSIT_CONSTRAINTS NOE_CONSTRAINTS METCOORD_CONSTRAINTS METCOORD_SITES @type keywords: dict or file path @param keywords: Either a dictionary of keywords or a simplified input file path. @raise RuntimeError: If no job name specified.
|
Return (grid_center, recep_file). The grid center may come from any of three places, in order of increasing precedence: 1) via a ligand number reference in RECEP_FILE; it will be deleted. 2) via an ASL evaluated against RECEP_FILE 3) via an explicit GRID_CENTER keyword value (or [XYZ]CENT). The recep_file normally comes from RECEP_FILE or JOBNAME, but it can be a munged file if the LIGAND_MOLECULE option is used. |
Additional setup to do before writing a JSON file. Base implementation does nothing. This method is expected not to modify 'self', but only jsdict, which is the dictionary of keywords that ultimately will be written to the JSON file.
|
Return True is using "simplified constraints" keywords such as HBOND_CONSTRAINTS. Raises a ValueError exception if simplified keywords are used together with "low-level" keywords such as GLIDECONSATOMS. |
Parse a string with the format "<label> <atom_index> [nosym]" or "<label> <asl> [nosym]" and return the tuple (label, atomindex, symmetrize). Raises ValueError if the string is invalid for any reason. |
Free the memory associated with constraings
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 2 06:33:10 2017 | http://epydoc.sourceforge.net |