CommandInputRecordField

Members

Mixins

__anonymous
mixin genBody
Undocumented in source.

Variables

doc_
Union!(None, string, string[]) doc_;

A documentation string for this object, or an array of strings which should be concatenated.

format_
Union!(None, string, string[], Expression) format_;

Only valid when type: File or is an array of items: File.

inputBinding_
Union!(None, CommandLineBinding) inputBinding_;

Describes how to turn this object into command line arguments.

label_
Union!(None, string) label_;

A short, human-readable label of this object.

loadContents_
Union!(None, bool) loadContents_;

Only valid when type: File or is an array of items: File.

loadListing_
Union!(None, LoadListingEnum) loadListing_;

Only valid when type: Directory or is an array of items: Directory.

name_
string name_;

The name of the field

secondaryFiles_
Union!(None, SecondaryFileSchema, SecondaryFileSchema[]) secondaryFiles_;

Only valid when type: File or is an array of items: File.

streamable_
bool streamable_;

Only valid when type: File or is an array of items: File.

type_
Union!(CWLType, CommandInputRecordSchema, CommandInputEnumSchema, CommandInputArraySchema, string, Union!(CWLType, CommandInputRecordSchema, CommandInputEnumSchema, CommandInputArraySchema, string)[]) type_;

The field type

Mixed In Members

From mixin genBody

__anonymous
mixin genBody_!saladVersion
Undocumented in source.

Meta