Skip to content

Acellera/jobqueues

Repository files navigation

JobQueues

Unified interface for submitting jobs to various queueing systems.

Install

To get the latest PyPI release use:

pip install jobqueues

Or if you want the latest github version:

pip install git+https://github.com/acellera/jobqueues

or clone the git and install manually with

git clone https://github.com/acellera/jobqueues
cd jobqueues
pip install .