Skip to content

Uncaught exception in lib/galaxy/tools/parameters/meta.py #7048

Closed
@abretaud

Description

@abretaud

Hey,
After updating to 18.09, when running biomaj2galaxy to run some data managers, I get this exception:

Traceback (most recent call last):
  File "lib/galaxy/web/framework/decorators.py", line 283, in decorator
    rval = func(self, trans, *args, **kwargs)
  File "lib/galaxy/webapps/galaxy/api/tools.py", line 418, in create
    return self._create(trans, payload, **kwd)
  File "lib/galaxy/webapps/galaxy/api/tools.py", line 476, in _create
    vars = tool.handle_input(trans, incoming, history=target_history, use_cached_job=use_cached_job)
  File "lib/galaxy/tools/__init__.py", line 1385, in handle_input
    all_params, all_errors, rerun_remap_job_id, collection_info = self.expand_incoming(trans=trans, incoming=incoming, request_context=request_context)
  File "lib/galaxy/tools/__init__.py", line 1340, in expand_incoming
    expanded_incomings, collection_info = expand_meta_parameters(trans, self, incoming)
  File "lib/galaxy/tools/parameters/meta.py", line 118, in expand_meta_parameters
    process_key(incoming_key, d=nested_dict)
  File "lib/galaxy/tools/parameters/meta.py", line 87, in process_key
    d[input_name].append(subdict)
AttributeError: 'object' object has no attribute 'append'

It looks like this code comes from bf206c8, but I'm not sure how to fix it

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions