Added command line options to create a new project based on a given workflow.
This commit is contained in:
@@ -9,6 +9,7 @@ import cPickle
|
||||
class EinarsWorkflow (workflow.Workflow):
|
||||
|
||||
name = 'Test Workflow'
|
||||
ident = 'go'
|
||||
description = 'Gene Ontology Workflow. This workflow currently serves as a general testing workflow.'
|
||||
def __init__(self, app):
|
||||
workflow.Workflow.__init__(self, app)
|
||||
|
Reference in New Issue
Block a user