Skip to main content

simple pipelines in python

Project description

Overview

A simple module for specifying and executing a sequence of commands, with up to 1 level of branching (where several tasks are executed in parallel) before continuing with a single line of execution.

Features

  • executes a sequences of command lines, allowing some steps to run in parallel, before proceeding sequentially again.

  • save command standard output to a log file.

  • use temp output files for each command until it completes successfully. Then move them to their final location.

  • by default don’t rerurn steps if the output file(s) exist and are newer than the input file(s).

  • run locally by default or on SGE (with –use_SGE) or LSF (with –use_LSF).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypez-0.1.5.tar.gz (12.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page