I'm trying to "upload file from your computer" to my history. After selecting a bed file, it is added to the history, but in a "grey" state.
When clicking the reload button, this is the text format message that appeared:
URL: http://127.0.0.1:8080/tool_runner/rerun?id=8237ee2988567c1c
File '/home/garcia/galaxy/eggs/WebError-0.8a-py2.7.egg/weberror/evalexception/middleware.py', line 364 in respond
app_iter = self.application(environ, detect_start_response)
File '/home/garcia/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py', line 84 in __call__
return self.application(environ, start_response)
File '/home/garcia/galaxy/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py', line 633 in __call__
return self.application(environ, start_response)
File '/home/garcia/galaxy/lib/galaxy/web/framework/base.py', line 133 in __call__
return self.handle_request( environ, start_response )
File '/home/garcia/galaxy/lib/galaxy/web/framework/base.py', line 191 in handle_request
body = method( trans, **kwargs )
File '/home/garcia/galaxy/lib/galaxy/webapps/galaxy/controllers/tool_runner.py', line 160 in rerun
raise Exception("Failed to get job information for dataset hid %d" % data.hid)
Exception: Failed to get job information for dataset hid 6
Can you help me fix this problem, since I cannot start running analysis in my local galaxy at all.
Many thanks
Ramon