There is an error in the galaxy input datasets in the workflow. First I thought it was me but now I have deployed several galaxy instances on different servers and all have the following error when trying to use the input dataset option in the galaxy workflow.
Server error
URL: http://localhost:8080/workflow/get_new_module_info?type=data_input&_=true
Module weberror.evalexception.middleware:364 in respond
>> app_iter = self.application(environ, detect_start_response)
Module paste.recursive:84 in __call__
>> return self.application(environ, start_response)
Module paste.httpexceptions:633 in __call__
>> return self.application(environ, start_response)
Module galaxy.web.framework.base:132 in __call__
>> return self.handle_request( environ, start_response )
Module galaxy.web.framework.base:190 in handle_request
>> body = method( trans, **kwargs )
Module galaxy.web.framework.decorators:48 in call_and_format
>> return dumps( func( self, trans, *args, **kwargs ), **json_kwargs )
Module galaxy.webapps.galaxy.controllers.workflow:667 in get_new_module_info
>> 'tool_model': module.tool.to_json(trans),
AttributeError: 'InputDataModule' object has no attribute 'tool'
[]