{% extends "layout.html" %} {% set title = 'Ruffus' %} {% block body %}

logo

Ruffus is a lightweight python module to run computational pipelines.

Welcome

Ruffus is designed to allow scientific and other analyses to be automated with the minimum of fuss and the least effort.

These are Ruffus's strengths:
  • Lightweight: Suitable for the simplest of tasks
  • Handles even fiendishly complicated pipelines which would cause make or scons to go cross-eyed and recursive.
  • Standard python syntax. No "clever magic" to code around.
  • Unintrusive and unambitiously lightweight syntax which tries to do this one small thing well.

Please join me (email: ruffus_lib at llew.org.uk) in setting the direction of this project if you are interested.

flowchart

Documentation

Get Ruffus

Ruffus is available as an easy-installable package on the Python Package Index.

Just run:
easy_install -U ruffus


Feedback and Getting Involved:

The Ruffus project is hosted with Google Code here.

Google Groups
Subscribe to the new ruffus_discuss mailing list here:
Email:
Or post queries and check out the mailing list without subscribing here.
{% endblock %}