-
```
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…
-
```
What steps will reproduce the problem?
1. Create the file "hello_world.py" containing the following code:
from ruffus import *
def fi…
-
```
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/_…
-
```
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…
-
```
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…
-
```
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…