Class: Etna::Cwl::OutputParameter

Inherits:
Cwl
  • Object
show all
Defined in:
lib/etna/cwl.rb

Constant Summary collapse

FIELD_LOADERS =
{
    id: PrimitiveLoader::STRING.optional,
    label: PrimitiveLoader::STRING.optional,
    secondaryFiles: NeverLoader::UNSUPPORTED,
    streamable: NeverLoader::UNSUPPORTED,
    doc: PrimitiveLoader::STRING.optional,

    outputBinding: NeverLoader::UNSUPPORTED,
    type: TypedDSLLoader::WITH_UNIONS_TYPE_LOADER,
    format: PrimitiveLoader::STRING.optional,
}