-
```
The google project home page http://code.google.com/p/ruffus/ points to two
dead (and badly missing) links to documenttaion and tutorials:
"Project Documentation
Project documentation is availa…
-
```
I tried out the latest (97518ac8f0e0) version of ruffus and came across a
problem with pickling of code objects.
Traceback (most recent call last):
File "../../../pipelines/defuse_readthrough/…
-
```
There is a problem with the code_template (both the version included with the
source, and the version displayed on the website).
1. The template download link is broken:
http://ruffus.org.uk/_…
-
```
What steps will reproduce the problem?
1. Create the file "hello_world.py" containing the following code:
from ruffus import *
def fi…
-
```
A trivial pipeline:
{{{
import os
from ruffus import *
@files("foo.1", "foo.2")
def mkfile1(a, b):
with open(a) as src:
with open(b, "wb") as dst:
data = src.read()
…
-
```
# ./OCRmyPDF.sh /home/ao/Leerungstermine189973.PDF /home/ao/test.pdf
Please install the python library reportlab. Exiting...
# apt-get install python-reportlab
python-reportlab ist schon die neue…
-
```
When running the Ruffus on the same pipeline on two different systems, I am
having issues generating the pipeline plots on the more up to date system.
Old system (works):
dot - graphviz versio…
-
```
What steps will reproduce the problem?
1. Write task1 with @files(None,"output.txt")
2. Write task2 with @files(task1)
3. Run pipeline
What is the expected output? What do you see instead?
task2 …
-
```
hi,
currently ruffus can't be installed on a system shipping python-2.5 with
simplejson and multiprocessing (backported from py-2.6)
the attached patch could be a first stab at that, although my…
-
```
I find it hard to reproduce the problem at will, but sooner or later during the
running of my pipeline in multiprocessing mode, Ruffus hangs at the end of one
of the tasks (typically the last gi…