Class: Etna::Cwl::OutputParameter

Inherits:
Etna::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,
}

Method Summary

Methods inherited from Etna::Cwl

#as_json, as_json, #initialize, load_item, loader

Constructor Details

This class inherits a constructor from Etna::Cwl