Home | Trees | Index | Help |
|
---|
Package bioMoby :: Package webservice :: Module Dispatcher :: Class PBSDispatcher |
|
AbstractDispatcher
--+ |SimpleDispatcher
--+ | PBSDispatcher
Method Summary | |
---|---|
PBS Dispatcher work with PBSInvocator it uses a session directory, a session file (where the queries IDs are stored) when the execute method is call with an session id, it reads all entries from the session file and make a qstat on each ids. | |
Execute the command in a PBS script using the PBSInvocator | |
Do a qstat and check availability of results |
Method Details |
---|
__init__(self,
mobyContentXML,
InvocatorParameters,
CommandBuilder,
formatter=None,
workdir='/tmp')
PBS Dispatcher work with PBSInvocator it uses a session directory, a
session file (where the queries IDs are stored) when the execute method
is call with an session id, it reads all entries from the session file
and make a qstat on each ids.
|
execute(self)Execute the command in a PBS script using the PBSInvocator |
_getResults(self)Do a qstat and check availability of results |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Nov 3 17:06:09 2004 | http://epydoc.sf.net |