New pca workflow and datset updates

This commit is contained in:
2006-04-20 15:30:29 +00:00
parent c09f2ceb92
commit 800e7dc42e
4 changed files with 111 additions and 5 deletions

View File

@@ -27,6 +27,9 @@ class Workflow:
for fun in stage.functions:
print ' %s' % fun.name
def add_project(self,project):
self.project = project
class Stage:
"""A stage is a part of the data analysis process.