Skip to content

defaults render cwl invalid #41

@mwalzer

Description

@mwalzer

e.g.

the `param_debug` field is not valid because
                               tried int but
                                 `u'0'` is not int

which is

 - default: '0'
  doc: Sets the debug level
  id: param_debug
  inputBinding:
    prefix: -debug
  label: Sets the debug level
  type:
  - 'null'
  - int

So, the defaults type must match (one of?) the cwl param type defined

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions