* workflows/go_workflow.py: Added a workflow name to make it identifiable
in the "create project" druid.
This commit is contained in:
parent
efcdafe843
commit
f484ec9945
|
@ -11,9 +11,9 @@ import cPickle
|
|||
|
||||
class EinarsWorkflow (Workflow):
|
||||
|
||||
name = 'Test Workflow'
|
||||
def __init__(self, app):
|
||||
Workflow.__init__(self, app)
|
||||
self.name = 'Einar\'s Workflow'
|
||||
|
||||
load = Stage('load', 'Load Data')
|
||||
load.add_function(Function('load', 'Load Microarrays'))
|
||||
|
|
Reference in New Issue