Question: NotFound: cannot find 'cluster'
0
gravatar for harryln
12 months ago by
harryln10
harryln10 wrote:

Hi, I run my tool and get this error massage:

Traceback (most recent call last):
  File "/home/wl/galaxy/lib/galaxy/jobs/runners/__init__.py", line 170, in prepare_job
    job_wrapper.prepare()
  File "/home/wl/galaxy/lib/galaxy/jobs/__init__.py", line 864, in prepare
    self.command_line, self.extra_filenames, self.environment_variables = tool_evaluator.build()
  File "/home/wl/galaxy/lib/galaxy/tools/evaluation.py", line 454, in build
    raise e
NotFound: cannot find 'cluster'

But the command in my tool script has nothing to do with cluster. Does anyone know this problem?

PS: I use format="data" for one of inputted binary data. Does it lead to this problem?

ADD COMMENTlink modified 12 months ago by Jennifer Hillman Jackson25k • written 12 months ago by harryln10
0
gravatar for Jennifer Hillman Jackson
12 months ago by
United States
Jennifer Hillman Jackson25k wrote:

Hello,

Check to make sure the required inputs are in the right format and labeled with the correct datatype. If this is your tool and your own Galaxy, you may need to create a new datatype: https://galaxyproject.org/admin/datatypes/adding-complete-datatypes/

The data datatype is a fall-back for plain text datasets that do not have a specific format/datatype defined - so binary input assigned to that type could certainly trigger a problem/error. You will probably need to update your tool to require that new datatype in the input select area of the associated tool xml/py to use it properly.

Hope that helps! Jen, Galaxy team

ADD COMMENTlink modified 12 months ago • written 12 months 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: 168 users visited in the last hour