chemicalchecker.util.hpc.sge.sge

class sge(**kwargs)[source]

Bases: object

SGE job class.

Initialize a SGE instance.

Methods

check_errors

Check for errors in the output logs of the jobs.

compress

Compress the output logs.

status

Gets the status of the job submission.

submitMultiJob

Submit multiple job/task.

Attributes

defaultOptions

jobFilenamePrefix

jobFilenameSuffix

jobStatusSuffix

templateScript

check_errors()[source]

Check for errors in the output logs of the jobs.

compress()[source]

Compress the output logs.

status()[source]

Gets the status of the job submission.

submitMultiJob(command, **kwargs)[source]

Submit multiple job/task.