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

If 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
class stdout : EnumSchemaBase {}

Members

Enums

Symbol
enum Symbol

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

value
Symbol value;
Undocumented in source.

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta