Added DAG plot to gobrowser module and smokers workflow.

This commit is contained in:
2007-07-23 17:02:28 +00:00
parent 155dfada5c
commit 7ea87e646a
2 changed files with 172 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ class SmallTestWorkflow(workflow.Workflow):
go.add_function(gobrowser.GOWeightFunction())
go.add_function(gobrowser.DistanceToSelectionFunction())
go.add_function(gobrowser.TTestFunction())
go.add_function(gobrowser.PlotDagFunction())
self.add_stage(go)
# EXTRA PLOTS