* system/workflow.py: Loads and returns gene to GO term mapping.

This commit is contained in:
2006-04-17 12:35:31 +00:00
parent 2f2d54e5c8
commit 3668481562
2 changed files with 2 additions and 29 deletions

3
fluent
View File

@@ -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):