Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 399 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 399 Bytes

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 .