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?