aboutsummaryrefslogtreecommitdiff
path: root/science/py-ruffus
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* science/py-ruffus: Update to 2.8.3Kai Knoblich2019-08-152-4/+4
| | | | | | | | | Changelog: * Add missing import of "time" module at several locations. Notes: svn path=/head/; revision=509057
* science/py-ruffus: Update to 2.8.2Kai Knoblich2019-08-102-4/+4
| | | | | | | | | Changelog: * Implement retry behaviour for input file check. Notes: svn path=/head/; revision=508501
* New port: science/py-ruffusKai Knoblich2019-07-113-0/+41
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 Notes: svn path=/head/; revision=506415