Batch
Batch is a Python module for creating and executing jobs. A job consists of a bash command to run as well as a specification of the resources required and some metadata. Batch allows you to easily build complicated computational pipelines with many jobs and numerous dependencies. Batches can either be executed locally or with the Batch Service.