* system/workflow.py: Loads and returns gene to GO term mapping.
This commit is contained in:
3
fluent
3
fluent
@@ -16,6 +16,7 @@ import workflow
|
||||
import logger
|
||||
import plots
|
||||
import navigator
|
||||
import go_workflow
|
||||
|
||||
PROGRAM_NAME = 'fluent'
|
||||
VERSION = '0.1.0'
|
||||
@@ -33,7 +34,7 @@ class FluentApp:
|
||||
|
||||
gtk.glade.set_custom_handler(self.custom_object_factory)
|
||||
self.widget_tree = gtk.glade.XML(GLADEFILENAME, APP)
|
||||
self.workflow = workflow.EinarsWorkflow(self)
|
||||
self.workflow = go_workflow.EinarsWorkflow(self)
|
||||
|
||||
def custom_object_factory(self, glade, function_name, widget_name,\
|
||||
str1, str2, int1, int2):
|
||||
|
Reference in New Issue
Block a user