| Trees | Indices | Help |
|
|---|
|
|
UserDict.UserDict --+
|
UserDict.IterableUserDict --+
|
stage.Stage --+
|
DockingStage
VSW stage for performing Glide docking
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| (str, int) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
This is the Stage class. Derive your own class from it.
stagename - full name for this stage (<jobname>-<stagename>)
specs - ConfigObj specification for the supported keywords
allow_extra_keywords - Whether to allow keywords that are not in the specification.
cleanup - Whether to remove intermediate files
inpipeline - Whether the state is running within a Python Pipeline.
If the stage is manually created, do NOT set this flag.
Python Pipeline will set it as needed.
|
OVERWRITE: Return False if something is wrong with the input files or the parameter, otherwise return True.
|
Takes in a list of _lib.mae or _pv.mae files, and merges them together based on glidescore. Assumes that the files have already been sorted with glide_sort (default in Glide). Stops merging when num_comps_to_keep number of compounds have been reached.
|
Will return the output file for the specified subjob. If no valid poses were produced, None is returned. Raises a descriptive RuntimeError if logfile and/or output file is incomplete. |
Builds up a dict of self.docked_ligands from the job names in self.glide_jobnames. If self._force_jobs is False, the job fails in the event of subjob failure. Otherwise, the errors are logged and the job continues. |
Perform an operation on the input files.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:46 2015 | http://epydoc.sourceforge.net |