[sage-devel] Re: Computational pipelines for python

2009-07-01 Thread Kevin Horton
On 1 Jul 2009, at 16:52, William Stein wrote: > On Wed, Jul 1, 2009 at 5:38 PM, Pat LeSmithe wrote: >> >> On a somewhat related, highly speculative note: It should be >> possible >> to convert the worksheet into a free-form workspace. The classic >> one-column setup works well, but different

[sage-devel] Re: Computational pipelines for python

2009-07-01 Thread William Stein
On Wed, Jul 1, 2009 at 5:38 PM, Pat LeSmithe wrote: > > Tim Lahey wrote: >> I ran across this package, >> >> http://code.google.com/p/ruffus/ >> >> That provides for support for computational >> pipelines in Python. It has some nice features >> for support of a task pipeline and visualization >> o

[sage-devel] Re: Computational pipelines for python

2009-07-01 Thread Pat LeSmithe
Tim Lahey wrote: > I ran across this package, > > http://code.google.com/p/ruffus/ > > That provides for support for computational > pipelines in Python. It has some nice features > for support of a task pipeline and visualization > of the pipeline using Graphviz. On a somewhat related, highly