runjob is a program for managing a group of related jobs running on a compute cluster localhost, Sun Grid Engine, BatchCompute . It provides a convenient method for specifying dependencies between jobs and the resource requirements for each job (e.g. memory, CPU cores). It monitors the status of the jobs so you can tell when the whole group is done. Litter cpu or memory resource is used in the login compute node.
python >=2.7.10, <=3.10
The development version can be installed with (for recommend)
pip install git+https://github.com/yodeng/runjob.git
The stable release (maybe not latest) can be installed with
pypi:
pip install runjob
conda:
conda install -c bioconda runjob
All manual instruction for runjob can be found in here.
You can run a quick test like this:
$ runjob -j doc/example.job
$ qs doc/example.job
$ qcs --help
$ runsge/runbatch --help
$ runsge0 --help
runjob is distributed under the BSD 3-clause licence.
Please send comments, suggestions, bug reports and bug fixes to [email protected].
More functions will be improved in the future.