commit/galaxy-central: guerler: Workflow: Remove tool model from module data
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/e001809f8d6e/ Changeset: e001809f8d6e User: guerler Date: 2015-02-16 21:14:05+00:00 Summary: Workflow: Remove tool model from module data Affected #: 1 file diff -r 669f3cf60128e9a891e0e8ea7e16db4efef37b40 -r e001809f8d6e28607162e558ece72f5590fad6ab lib/galaxy/webapps/galaxy/controllers/workflow.py --- a/lib/galaxy/webapps/galaxy/controllers/workflow.py +++ b/lib/galaxy/webapps/galaxy/controllers/workflow.py @@ -652,9 +652,6 @@ trans.workflow_building_mode = True module = module_factory.new( trans, type, **kwargs ) tool_model = None - if type == 'tool': - tool_model = module.tool.to_json(trans, is_dynamic=False) - module.state.inputs = copy.deepcopy(tool_model['state_inputs']) return { 'type': module.type, 'name': module.get_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.
participants (1)
-
commits-noreply@bitbucket.org