-
```
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 …
-
```
What steps will reproduce the problem?
1. have easy_install installed in your computer (setuptools)
2. $: sudo easy_install ruffus
3. it will return an error
What is the expected output? What do …
-
```
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…
-
```
What steps will reproduce the problem?
1. Use the pipeline_printout_graph function on Python3 (any output format)
What is the expected output?
A pipeline printout.
What do you see instead?
The…
-
```
What steps will reproduce the problem?
1. easy_install ruffus on python 2.6
2. install multiprocessing
What is the expected output? What do you see instead?
multiprocessing is bundled in 2.6
Wha…
-
```
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…
-
```
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()
…
-
```
Any time the output files need to be determined at run time (such as with
@split and @subdivide), when a job starts, the files *currently* present that
match the output's regular expression are …
-
Let me report two installation issues which stops from currently from building and running the OCRmyPDF.
1.
Trying to install with `pip3 install -e .`. Then it says
```
running install_lib
crea…
-
```
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…