stdout

Only valid as a type for a CommandLineTool output with no outputBinding set. The following

outputs:
  an_output_name:
    type: stdout
stdout: a_stdout_file

s equivalent to

outputs:
  an_output_name:
    type: File
    streamable: true
    outputBinding:
      glob: a_stdout_file
stdout: a_stdout_file

f there is no stdout name provided, a random filename will be created. For example, the following

outputs:
  an_output_name:
    type: stdout

s equivalent to

outputs:
  an_output_name:
    type: File
    streamable: true
    outputBinding:
      glob: random_stdout_filenameABCDEFG
stdout: random_stdout_filenameABCDEFG

Members

Enums

Symbol
enum Symbol
Undocumented in source.

Mixins

__anonymous
mixin genCtor
Undocumented in source.
__anonymous
mixin genOpEq
Undocumented in source.
__anonymous
mixin genDumper
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Meta