| Release: | 0.2 |
|---|---|
| Date: | May 25, 2010, 21:08 PDT |
Wrappers around existing software packages, through a uniform Python interface.
The pipeline consists of two main parts: nodewrappers, and the engine.
NodeWrappers are bridges between the Interface and the Pipeline. They provide added functionality to work with pipelines such as:
- Adding iterable input values to be passed to interface.
- Dealing with and generating directories that hold temporary processed data. This includes generating hash names that can be used to uniquely identify a specific process done to the data (with specific parameters), so the pipeline can avoid replicating redundant processes.
- Validates inputs to each node of the Network exist.
- Allows user to overwrite existing results.