Closed pkrog closed 6 years ago
If a workflow YAML file contains no inputs field or if the inputs field is empty, failure occurs.
inputs
In case the inputs field is missing, the following message is output:
2018-02-27 18:52:23,627 [wft4galaxy.app.runner] [ERROR] 'inputs'
In case the inputs field contains no value, the following message is output:
2018-02-27 18:52:49,000 [wft4galaxy.app.runner] [ERROR] 'NoneType' object has no attribute 'items'
If a workflow YAML file contains no
inputs
field or if theinputs
field is empty, failure occurs.In case the
inputs
field is missing, the following message is output:In case the
inputs
field contains no value, the following message is output: