1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/science/py-ruffus/pkg-descr
Kai Knoblich a3706632aa New port: science/py-ruffus
The Ruffus module is a lightweight way to add support for running
computational pipelines.

Computational pipelines are often conceptually quite simple, especially if
we breakdown the process into simple stages, or separate tasks.

Each stage or task in a computational pipeline is represented by a Python
function. Each Python function can be called in parallel to run multiple
jobs.

Ruffus was originally designed for use in bioinformatics to analyse multiple
genome data sets.

WWW: http://www.ruffus.org.uk
2019-07-11 16:50:44 +00:00

14 lines
512 B
Plaintext

The Ruffus module is a lightweight way to add support for running computational
pipelines.
Computational pipelines are often conceptually quite simple, especially if we
breakdown the process into simple stages, or separate tasks.
Each stage or task in a computational pipeline is represented by a Python
function. Each Python function can be called in parallel to run multiple jobs.
Ruffus was originally designed for use in bioinformatics to analyse multiple
genome data sets.
WWW: http://www.ruffus.org.uk