* system/dialogs.py: Oooops. Forgot this file in the previous commits. Well,
here it is, currently only with the New Project dialog.
This commit is contained in:
@@ -12,6 +12,7 @@ import cPickle
|
||||
class EinarsWorkflow (Workflow):
|
||||
|
||||
name = 'Test Workflow'
|
||||
description = 'Gene Ontology Workflow. This workflow currently serves as a general testing workflow.'
|
||||
def __init__(self, app):
|
||||
Workflow.__init__(self, app)
|
||||
|
||||
|
Reference in New Issue
Block a user