1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6d2729e0cf8c/ changeset: 6d2729e0cf8c user: greg date: 2012-01-17 21:43:07 summary: Fix for getting a tool in the API workflow component. affected #: 1 file diff -r 1d1af17bbdcf9940a3a0cce62fe16d0189f9ad07 -r 6d2729e0cf8cda6413aefdbdbbc71eb4c00d48e0 lib/galaxy/web/api/workflows.py --- a/lib/galaxy/web/api/workflows.py +++ b/lib/galaxy/web/api/workflows.py @@ -171,7 +171,7 @@ for i, step in enumerate( workflow.steps ): job = None if step.type == 'tool' or step.type is None: - tool = self.app.toolbox.get_tool[ step.tool_id ] + tool = self.app.toolbox.get_tool( step.tool_id ) def callback( input, value, prefixed_name, prefixed_label ): if isinstance( input, DataToolParameter ): if prefixed_name in step.input_connections_by_name: Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.