Question: problem uploading files in local galaxy
0
gravatar for ramon.garcia
3.4 years ago by
Spain
ramon.garcia0 wrote:

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

 

 

ADD COMMENTlink modified 3.4 years ago by Jennifer Hillman Jackson25k • written 3.4 years ago by ramon.garcia0
0
gravatar for Jennifer Hillman Jackson
3.4 years ago by
United States
Jennifer Hillman Jackson25k wrote:

Hello,

A grey dataset indicates that a job is in progress. But on a local, if this seems to last too long, then there is probably a configuration problem or the data is too large for the upload method used or for the area granted to the Galaxy instance.

First, make certain that you are using the latest Galaxy build and have followed the set up instructions: http://getgalaxy.org

Browser upload is limited to data of size 2G or smaller. Even smaller files may be problematic on certain smaller instances. FTP or local upload through a filesystem are the alternatives on a local. Both require that the "Advanced Configuration" changes have been made (wiki linked from the getgalaxy wiki above).

More about general upload usage is in the Galaxy wiki here:
https://wiki.galaxyproject.org/Support#Loading_data

And should you decide to upgrade your instance to load data from the file system into a Data Library, the instructions are here:
https://wiki.galaxyproject.org/Admin/DataLibraries/UploadingLibraryFiles

Thanks, Jen, Galaxy team

ADD COMMENTlink written 3.4 years ago by Jennifer Hillman Jackson25k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 172 users visited in the last hour