Renamed smalltest workflow to smokers.

This commit is contained in:
2007-07-05 18:24:45 +00:00
parent fae096afe4
commit 3f5d45d7af
2 changed files with 2 additions and 276 deletions

View File

@@ -49,9 +49,11 @@ class SmallTestWorkflow(workflow.Workflow):
query.add_function(KEGGQuery())
self.add_stage(query)
# Gene Ontology
go = workflow.Stage('go', 'Gene Ontology')
go.add_function(gobrowser.LoadGOFunction())
go.add_function(gobrowser.GOWeightFunction())
go.add_function(gobrowser.DistanceToSelectionFunction())
go.add_function(gobrowser.TTestFunction())
self.add_stage(go)
@@ -60,7 +62,6 @@ class SmallTestWorkflow(workflow.Workflow):
#plt.add_function(nx_analyser.KeggNetworkAnalyser())
#self.add_stage(plt)
logger.log('debug', 'Small test workflow is now active')