Trees | Indices | Help |
|
---|
|
Functions and classes for reading and creating Jaguar input files.
It allows setting and querying of keyword values in Jaguar input &gen sections and also provides an interface to some of the mmjag library.
The JaguarInput class also provides for the running of jobs.
|
|||
JaguarInput A class for specifying Jaguar input. |
|||
GenOptions A class to convert keyword value pairs defined in a single string into a data structure, and allow them to be converted back into a string. |
|
|||
|
|||
|
|||
|
|||
|
|
|||
__cvs_version__ = "$Revision: 1.40 $"
|
|||
_version = "$Revision: 1.40 $"
|
|||
logger = schrodinger.utils.log.get_logger("schrodinger.jaguar.
|
|
Launch a Jaguar job from the Jaguar input file 'input'. Returns a jobcontrol.Job object. Arguments wait (bool) Do not return until the job is complete. save (bool) Set to True to save the scratch directory. disp (str) Set to a valid jobcontrol disposition. |
Create and return a JaguarInput object from a Jaguar .in file or a maestro .mae file. Additional keyword args are passed on to the JaguarInput constructor. Parameters filename (str) Can be a Jaguar input .in file, Maestro structure .mae file, or the basename of a file of one of these types. index (int) The index of the structure to use for an .mae input file. kwargs (additional keyword arguments) All keyword arguments are passed on to the JaguarInput constructor. |
Get the input filename and jobname, given either the input filename or the jobname. Return a tuple of (jobname, filename). |
Given a list of structure (.in or .mae) files, split all .mae files into individual structures and write them back to disk with new names. Return the list of structure files, each of which contains a single structure. Any split mae files are named with either the entry ID (if available) or the source file basename with an index suffix. |
|
logger
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:16 2015 | http://epydoc.sourceforge.net |