Class: Etna::Cwl::OutputParameter
- Inherits:
-
Cwl
- Object
- Cwl
- Etna::Cwl::OutputParameter
- 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, }