phnmnl / wft4galaxy

Testing module for Galaxy workflows
Other
10 stars 4 forks source link

No inputs causes failure #46

Closed pkrog closed 6 years ago

pkrog commented 6 years ago

If a workflow YAML file contains no inputs field or if the inputs field is empty, failure occurs.

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'