lirmm / waves-core

WAVES is a reusable web application dedicated to bioinformatic tool integration

Home Page:https://waves-core.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

input app_short_name unavailable when nested in dependent inputs in REST API

CVroland opened this issue · comments

app_short_name key is needed to declare inputs of a new job.
In services.submission and service.submissions_list app_short_name is used as the key for 'inputs' dictionary. There's no other reference of this app_short_name in an entry of 'inputs'.
But when the input is dependent of an other input, 'dependents_inputs' is a list not a dictionary. There's no key to refer as app_short_name.

Thank you for pointing it !

Should have been solved in 1.6.6, can you confirm?