-
```
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…
-
```
What steps will reproduce the problem?
1. Goto http://www.ruffus.org.uk/faq.html
2. Search for "cite"
3. Search for "reference"
What is the expected output? What do you see instead?
Expect to fi…
-
```
On this page:
http://wwwfgu.anat.ox.ac.uk/~lg/oss/ruffus/decorators/transform.html
near the bottom it has:
regex("r(.*).c")
I believe it should be:
regex(r"(.*).c")
(shift r before …
-
```
Error message as follows:
File
"/net/cpp-group/Leo/inprogress/oss_projects/ruffus/installation/ruffus/task.py",
line 1013, in get_output_files
self.output_filenames = reduce(lambda x,y:…
-
```
hi,
it seems ruffus-1.0.5 pypi tar ball is corrupted:
19:16 binet@farnsworth ~/dev/archlinux/mypkgs/python-
total 76K
-rw-r--r-- 1 binet binet 1.8K 2009-06-11 17:41 CHANGES.TXT
-rw-r--r-- 1 binet…
-
```
I tried out the latest (97518ac8f0e0) version of ruffus and came across a
problem with the sqlite history file (traceback below).
Our system makes uses the Lustre filesystem and creating sqlite d…
-
```
hi,
it would seem the latest release of ruffus broke the compatibility with
python 2.5 (the ruffus/task.py uses the with statement w/o importing it from
the __future__ module)
the attached pat…
-
```
Sean Turley says:
while testing the regex mkdir example from the documentation:
http://www.ruffus.org.uk/tutorials/new_tutorial/mkdir_code.html#new-manual-mkdir
-code
Traceback (most recent call…
-
```
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…