Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ = None hash(x) |
|||
cvar = <Swig global variables>
|
|
Initializes Epik. Takes list of strings that have the same meaning as the standalone epik's command line except of the input and the output file names. The latter might only be used to synthesize additional file names in a manner identical to standalone epik application. Returns 2-tuple (rc, blurb) of return code (rc) and a string (blurb). The former is set to EPIK_OK or EPIK_OK_NOTHING_TO_DO on success. In the latter case, that is triggered by '-help' or '-v' options, no actual initalization is performed. |
Performs Epik computation for a given CT. Takes two arguments: CT and a number labeling this CT in a sequence. The latter argument exists mostly for historic purposes and can be arbitrary as it is used for reporting only. Epik must be initialized prior to this call. Returns 3-tuple (rc, results, blurb) consisting of return code (rc), list of resulting CTs (results), and a string (blurb). |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:22 2016 | http://epydoc.sourceforge.net |