Skip to contents

CommandOutputParameter Class

Fields

outputBinding

[CommandOutputBinding] Describes how to handle the concrete outputs of a process step (such as files created by a program) and describe them in the process output parameter.

Examples

CommandOutputParameter(outputBinding = CommandOutputBinding(glob = "*.bam"))
#> type:
#> - ''
#> streamable: no
#> id: '#'
#> outputBinding:
#>   glob: '*.bam'
#>