You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
Currently, cwlgen.utils.should_exclude_object will cause the exporter to skip empty lists. This means that if you have an empty list of outputs, the output key will not be included in the resulting CWL. However the spec requires that the outputs list be present. This causes an empty-output tool to fail validation under cwltool.