Added spin buttons for minimum and maximum information content in DAG plot.

This commit is contained in:
2007-08-02 10:20:33 +00:00
parent dc3893eecc
commit b233e4abc6
2 changed files with 76 additions and 12 deletions

View File

@@ -54,6 +54,7 @@ class SmallTestWorkflow(workflow.Workflow):
# Gene Ontology
go = workflow.Stage('go', 'Gene Ontology')
go.add_function(gobrowser.LoadGOFunction())
go.add_function(gobrowser.SetICFunction())
# go.add_function(gobrowser.GOWeightFunction())
# go.add_function(gobrowser.DistanceToSelectionFunction())
# go.add_function(gobrowser.TTestFunction())