From 6bfc23e9234309107d2f212ff37be1bc2bd17d7d Mon Sep 17 00:00:00 2001 From: Adrian Zimmer Date: Sat, 25 Dec 2021 12:22:15 +0100 Subject: [PATCH] Add autogenerated documentation (#10) --- docs/.nojekyll | 1 + docs/assets/highlight.css | 85 + docs/assets/icons.css | 1043 +++++++++++++ docs/assets/icons.png | Bin 0 -> 9615 bytes docs/assets/icons@2x.png | Bin 0 -> 28144 bytes docs/assets/main.js | 52 + docs/assets/search.js | 1 + docs/assets/style.css | 1388 +++++++++++++++++ docs/assets/widgets.png | Bin 0 -> 480 bytes docs/assets/widgets@2x.png | Bin 0 -> 855 bytes docs/classes/ArraySchema.html | 20 + docs/classes/CommandInputArraySchema.html | 28 + docs/classes/CommandInputEnumSchema.html | 28 + docs/classes/CommandInputParameter.html | 102 ++ docs/classes/CommandInputRecordField.html | 95 ++ docs/classes/CommandInputRecordSchema.html | 28 + docs/classes/CommandLineBindable.html | 18 + docs/classes/CommandLineBinding.html | 92 ++ docs/classes/CommandLineTool.html | 113 ++ docs/classes/CommandOutputArraySchema.html | 26 + docs/classes/CommandOutputBinding.html | 94 ++ docs/classes/CommandOutputEnumSchema.html | 26 + docs/classes/CommandOutputParameter.html | 76 + docs/classes/CommandOutputRecordField.html | 76 + docs/classes/CommandOutputRecordSchema.html | 26 + docs/classes/Directory.html | 98 ++ docs/classes/Dirent.html | 82 + docs/classes/DockerRequirement.html | 81 + docs/classes/EnumSchema.html | 21 + docs/classes/EnvVarRequirement.html | 22 + docs/classes/EnvironmentDef.html | 23 + docs/classes/ExpressionTool.html | 74 + .../ExpressionToolOutputParameter.html | 73 + docs/classes/File.html | 180 +++ docs/classes/InitialWorkDirRequirement.html | 38 + docs/classes/InlineJavascriptRequirement.html | 25 + docs/classes/InplaceUpdateRequirement.html | 42 + docs/classes/InputArraySchema.html | 26 + docs/classes/InputBinding.html | 20 + docs/classes/InputEnumSchema.html | 26 + docs/classes/InputRecordField.html | 93 ++ docs/classes/InputRecordSchema.html | 26 + docs/classes/LoadListingRequirement.html | 20 + .../MultipleInputFeatureRequirement.html | 20 + docs/classes/NetworkAccess.html | 30 + docs/classes/Operation.html | 70 + docs/classes/OperationInputParameter.html | 99 ++ docs/classes/OperationOutputParameter.html | 74 + docs/classes/OutputArraySchema.html | 26 + docs/classes/OutputEnumSchema.html | 26 + docs/classes/OutputRecordField.html | 73 + docs/classes/OutputRecordSchema.html | 26 + docs/classes/RecordField.html | 23 + docs/classes/RecordSchema.html | 20 + docs/classes/ResourceRequirement.html | 90 ++ docs/classes/ScatterFeatureRequirement.html | 20 + docs/classes/SchemaDefRequirement.html | 33 + docs/classes/SecondaryFileSchema.html | 79 + docs/classes/ShellCommandRequirement.html | 25 + docs/classes/SoftwarePackage.html | 60 + docs/classes/SoftwareRequirement.html | 22 + .../StepInputExpressionRequirement.html | 20 + .../SubworkflowFeatureRequirement.html | 20 + docs/classes/ToolTimeLimit.html | 28 + docs/classes/ValidationException.html | 6 + docs/classes/WorkReuse.html | 26 + docs/classes/Workflow.html | 119 ++ docs/classes/WorkflowInputParameter.html | 101 ++ docs/classes/WorkflowOutputParameter.html | 87 ++ docs/classes/WorkflowStep.html | 126 ++ docs/classes/WorkflowStepInput.html | 181 +++ docs/classes/WorkflowStepOutput.html | 25 + docs/enums/Any.html | 1 + docs/enums/CWLType.html | 1 + docs/enums/CWLVersion.html | 1 + docs/enums/CommandLineTool_class.html | 1 + docs/enums/Directory_class.html | 1 + docs/enums/DockerRequirement_class.html | 1 + docs/enums/EnvVarRequirement_class.html | 1 + docs/enums/Expression.html | 1 + docs/enums/ExpressionTool_class.html | 1 + docs/enums/File_class.html | 1 + .../InitialWorkDirRequirement_class.html | 1 + .../InlineJavascriptRequirement_class.html | 1 + .../enums/InplaceUpdateRequirement_class.html | 1 + docs/enums/LinkMergeMethod.html | 1 + docs/enums/LoadListingEnum.html | 1 + docs/enums/LoadListingRequirement_class.html | 1 + ...MultipleInputFeatureRequirement_class.html | 1 + docs/enums/NetworkAccess_class.html | 1 + docs/enums/Operation_class.html | 1 + docs/enums/PickValueMethod.html | 1 + docs/enums/PrimitiveType.html | 1 + docs/enums/ResourceRequirement_class.html | 1 + .../ScatterFeatureRequirement_class.html | 1 + docs/enums/ScatterMethod.html | 1 + docs/enums/SchemaDefRequirement_class.html | 1 + docs/enums/ShellCommandRequirement_class.html | 1 + docs/enums/SoftwareRequirement_class.html | 1 + .../StepInputExpressionRequirement_class.html | 1 + .../SubworkflowFeatureRequirement_class.html | 1 + docs/enums/ToolTimeLimit_class.html | 1 + docs/enums/WorkReuse_class.html | 1 + docs/enums/Workflow_class.html | 1 + ...2602be0b4b8fd33e69e29a841317b6ab665bc.html | 1 + ...1d79c225752b9fadb617367615ab176b47d77.html | 1 + ...ba076fca539106791a4f46d198c7fcfbdb779.html | 1 + docs/enums/stderr.html | 1 + docs/enums/stdin.html | 1 + docs/enums/stdout.html | 1 + docs/index.html | 33 + docs/interfaces/ArraySchemaProperties.html | 7 + .../CommandInputArraySchemaProperties.html | 15 + .../CommandInputEnumSchemaProperties.html | 15 + .../CommandInputParameterProperties.html | 89 ++ .../CommandInputRecordFieldProperties.html | 82 + .../CommandInputRecordSchemaProperties.html | 15 + .../CommandInputSchemaProperties.html | 3 + .../CommandLineBindableProperties.html | 5 + .../CommandLineBindingProperties.html | 79 + .../interfaces/CommandLineToolProperties.html | 100 ++ .../CommandOutputArraySchemaProperties.html | 13 + .../CommandOutputBindingProperties.html | 81 + .../CommandOutputEnumSchemaProperties.html | 13 + .../CommandOutputParameterProperties.html | 63 + .../CommandOutputRecordFieldProperties.html | 63 + .../CommandOutputRecordSchemaProperties.html | 13 + docs/interfaces/DirectoryProperties.html | 85 + docs/interfaces/DirentProperties.html | 69 + .../DockerRequirementProperties.html | 68 + docs/interfaces/DocumentedProperties.html | 5 + docs/interfaces/EnumSchemaProperties.html | 8 + .../EnvVarRequirementProperties.html | 9 + docs/interfaces/EnvironmentDefProperties.html | 10 + ...pressionToolOutputParameterProperties.html | 60 + docs/interfaces/ExpressionToolProperties.html | 61 + docs/interfaces/FieldBaseProperties.html | 50 + docs/interfaces/FileProperties.html | 167 ++ docs/interfaces/IOSchemaProperties.html | 9 + docs/interfaces/IdentifiedProperties.html | 5 + .../InitialWorkDirRequirementProperties.html | 25 + ...InlineJavascriptRequirementProperties.html | 12 + .../InplaceUpdateRequirementProperties.html | 29 + .../InputArraySchemaProperties.html | 13 + docs/interfaces/InputBindingProperties.html | 7 + .../interfaces/InputEnumSchemaProperties.html | 13 + docs/interfaces/InputFormatProperties.html | 9 + docs/interfaces/InputParameterProperties.html | 83 + .../InputRecordFieldProperties.html | 80 + .../InputRecordSchemaProperties.html | 13 + docs/interfaces/InputSchemaProperties.html | 9 + docs/interfaces/LabeledProperties.html | 5 + docs/interfaces/LoadContentsProperties.html | 21 + .../LoadListingRequirementProperties.html | 7 + ...ipleInputFeatureRequirementProperties.html | 7 + docs/interfaces/NetworkAccessProperties.html | 17 + .../OperationInputParameterProperties.html | 86 + .../OperationOutputParameterProperties.html | 61 + docs/interfaces/OperationProperties.html | 57 + .../OutputArraySchemaProperties.html | 13 + .../OutputEnumSchemaProperties.html | 13 + docs/interfaces/OutputFormatProperties.html | 7 + .../interfaces/OutputParameterProperties.html | 58 + .../OutputRecordFieldProperties.html | 60 + .../OutputRecordSchemaProperties.html | 13 + docs/interfaces/OutputSchemaProperties.html | 9 + docs/interfaces/ParameterProperties.html | 55 + docs/interfaces/ProcessProperties.html | 53 + .../ProcessRequirementProperties.html | 8 + docs/interfaces/RecordFieldProperties.html | 10 + docs/interfaces/RecordSchemaProperties.html | 7 + .../ResourceRequirementProperties.html | 77 + .../ScatterFeatureRequirementProperties.html | 7 + .../SchemaDefRequirementProperties.html | 20 + .../SecondaryFileSchemaProperties.html | 66 + .../ShellCommandRequirementProperties.html | 12 + docs/interfaces/SinkProperties.html | 11 + .../interfaces/SoftwarePackageProperties.html | 47 + .../SoftwareRequirementProperties.html | 9 + ...pInputExpressionRequirementProperties.html | 7 + ...bworkflowFeatureRequirementProperties.html | 7 + docs/interfaces/ToolTimeLimitProperties.html | 15 + docs/interfaces/WorkReuseProperties.html | 13 + .../WorkflowInputParameterProperties.html | 88 ++ .../WorkflowOutputParameterProperties.html | 74 + docs/interfaces/WorkflowProperties.html | 106 ++ .../WorkflowStepInputProperties.html | 168 ++ .../WorkflowStepOutputProperties.html | 12 + docs/interfaces/WorkflowStepProperties.html | 113 ++ docs/modules.html | 1 + package.json | 14 +- 191 files changed, 8997 insertions(+), 6 deletions(-) create mode 100644 docs/.nojekyll create mode 100644 docs/assets/highlight.css create mode 100644 docs/assets/icons.css create mode 100644 docs/assets/icons.png create mode 100644 docs/assets/icons@2x.png create mode 100644 docs/assets/main.js create mode 100644 docs/assets/search.js create mode 100644 docs/assets/style.css create mode 100644 docs/assets/widgets.png create mode 100644 docs/assets/widgets@2x.png create mode 100644 docs/classes/ArraySchema.html create mode 100644 docs/classes/CommandInputArraySchema.html create mode 100644 docs/classes/CommandInputEnumSchema.html create mode 100644 docs/classes/CommandInputParameter.html create mode 100644 docs/classes/CommandInputRecordField.html create mode 100644 docs/classes/CommandInputRecordSchema.html create mode 100644 docs/classes/CommandLineBindable.html create mode 100644 docs/classes/CommandLineBinding.html create mode 100644 docs/classes/CommandLineTool.html create mode 100644 docs/classes/CommandOutputArraySchema.html create mode 100644 docs/classes/CommandOutputBinding.html create mode 100644 docs/classes/CommandOutputEnumSchema.html create mode 100644 docs/classes/CommandOutputParameter.html create mode 100644 docs/classes/CommandOutputRecordField.html create mode 100644 docs/classes/CommandOutputRecordSchema.html create mode 100644 docs/classes/Directory.html create mode 100644 docs/classes/Dirent.html create mode 100644 docs/classes/DockerRequirement.html create mode 100644 docs/classes/EnumSchema.html create mode 100644 docs/classes/EnvVarRequirement.html create mode 100644 docs/classes/EnvironmentDef.html create mode 100644 docs/classes/ExpressionTool.html create mode 100644 docs/classes/ExpressionToolOutputParameter.html create mode 100644 docs/classes/File.html create mode 100644 docs/classes/InitialWorkDirRequirement.html create mode 100644 docs/classes/InlineJavascriptRequirement.html create mode 100644 docs/classes/InplaceUpdateRequirement.html create mode 100644 docs/classes/InputArraySchema.html create mode 100644 docs/classes/InputBinding.html create mode 100644 docs/classes/InputEnumSchema.html create mode 100644 docs/classes/InputRecordField.html create mode 100644 docs/classes/InputRecordSchema.html create mode 100644 docs/classes/LoadListingRequirement.html create mode 100644 docs/classes/MultipleInputFeatureRequirement.html create mode 100644 docs/classes/NetworkAccess.html create mode 100644 docs/classes/Operation.html create mode 100644 docs/classes/OperationInputParameter.html create mode 100644 docs/classes/OperationOutputParameter.html create mode 100644 docs/classes/OutputArraySchema.html create mode 100644 docs/classes/OutputEnumSchema.html create mode 100644 docs/classes/OutputRecordField.html create mode 100644 docs/classes/OutputRecordSchema.html create mode 100644 docs/classes/RecordField.html create mode 100644 docs/classes/RecordSchema.html create mode 100644 docs/classes/ResourceRequirement.html create mode 100644 docs/classes/ScatterFeatureRequirement.html create mode 100644 docs/classes/SchemaDefRequirement.html create mode 100644 docs/classes/SecondaryFileSchema.html create mode 100644 docs/classes/ShellCommandRequirement.html create mode 100644 docs/classes/SoftwarePackage.html create mode 100644 docs/classes/SoftwareRequirement.html create mode 100644 docs/classes/StepInputExpressionRequirement.html create mode 100644 docs/classes/SubworkflowFeatureRequirement.html create mode 100644 docs/classes/ToolTimeLimit.html create mode 100644 docs/classes/ValidationException.html create mode 100644 docs/classes/WorkReuse.html create mode 100644 docs/classes/Workflow.html create mode 100644 docs/classes/WorkflowInputParameter.html create mode 100644 docs/classes/WorkflowOutputParameter.html create mode 100644 docs/classes/WorkflowStep.html create mode 100644 docs/classes/WorkflowStepInput.html create mode 100644 docs/classes/WorkflowStepOutput.html create mode 100644 docs/enums/Any.html create mode 100644 docs/enums/CWLType.html create mode 100644 docs/enums/CWLVersion.html create mode 100644 docs/enums/CommandLineTool_class.html create mode 100644 docs/enums/Directory_class.html create mode 100644 docs/enums/DockerRequirement_class.html create mode 100644 docs/enums/EnvVarRequirement_class.html create mode 100644 docs/enums/Expression.html create mode 100644 docs/enums/ExpressionTool_class.html create mode 100644 docs/enums/File_class.html create mode 100644 docs/enums/InitialWorkDirRequirement_class.html create mode 100644 docs/enums/InlineJavascriptRequirement_class.html create mode 100644 docs/enums/InplaceUpdateRequirement_class.html create mode 100644 docs/enums/LinkMergeMethod.html create mode 100644 docs/enums/LoadListingEnum.html create mode 100644 docs/enums/LoadListingRequirement_class.html create mode 100644 docs/enums/MultipleInputFeatureRequirement_class.html create mode 100644 docs/enums/NetworkAccess_class.html create mode 100644 docs/enums/Operation_class.html create mode 100644 docs/enums/PickValueMethod.html create mode 100644 docs/enums/PrimitiveType.html create mode 100644 docs/enums/ResourceRequirement_class.html create mode 100644 docs/enums/ScatterFeatureRequirement_class.html create mode 100644 docs/enums/ScatterMethod.html create mode 100644 docs/enums/SchemaDefRequirement_class.html create mode 100644 docs/enums/ShellCommandRequirement_class.html create mode 100644 docs/enums/SoftwareRequirement_class.html create mode 100644 docs/enums/StepInputExpressionRequirement_class.html create mode 100644 docs/enums/SubworkflowFeatureRequirement_class.html create mode 100644 docs/enums/ToolTimeLimit_class.html create mode 100644 docs/enums/WorkReuse_class.html create mode 100644 docs/enums/Workflow_class.html create mode 100644 docs/enums/enum_d062602be0b4b8fd33e69e29a841317b6ab665bc.html create mode 100644 docs/enums/enum_d961d79c225752b9fadb617367615ab176b47d77.html create mode 100644 docs/enums/enum_d9cba076fca539106791a4f46d198c7fcfbdb779.html create mode 100644 docs/enums/stderr.html create mode 100644 docs/enums/stdin.html create mode 100644 docs/enums/stdout.html create mode 100644 docs/index.html create mode 100644 docs/interfaces/ArraySchemaProperties.html create mode 100644 docs/interfaces/CommandInputArraySchemaProperties.html create mode 100644 docs/interfaces/CommandInputEnumSchemaProperties.html create mode 100644 docs/interfaces/CommandInputParameterProperties.html create mode 100644 docs/interfaces/CommandInputRecordFieldProperties.html create mode 100644 docs/interfaces/CommandInputRecordSchemaProperties.html create mode 100644 docs/interfaces/CommandInputSchemaProperties.html create mode 100644 docs/interfaces/CommandLineBindableProperties.html create mode 100644 docs/interfaces/CommandLineBindingProperties.html create mode 100644 docs/interfaces/CommandLineToolProperties.html create mode 100644 docs/interfaces/CommandOutputArraySchemaProperties.html create mode 100644 docs/interfaces/CommandOutputBindingProperties.html create mode 100644 docs/interfaces/CommandOutputEnumSchemaProperties.html create mode 100644 docs/interfaces/CommandOutputParameterProperties.html create mode 100644 docs/interfaces/CommandOutputRecordFieldProperties.html create mode 100644 docs/interfaces/CommandOutputRecordSchemaProperties.html create mode 100644 docs/interfaces/DirectoryProperties.html create mode 100644 docs/interfaces/DirentProperties.html create mode 100644 docs/interfaces/DockerRequirementProperties.html create mode 100644 docs/interfaces/DocumentedProperties.html create mode 100644 docs/interfaces/EnumSchemaProperties.html create mode 100644 docs/interfaces/EnvVarRequirementProperties.html create mode 100644 docs/interfaces/EnvironmentDefProperties.html create mode 100644 docs/interfaces/ExpressionToolOutputParameterProperties.html create mode 100644 docs/interfaces/ExpressionToolProperties.html create mode 100644 docs/interfaces/FieldBaseProperties.html create mode 100644 docs/interfaces/FileProperties.html create mode 100644 docs/interfaces/IOSchemaProperties.html create mode 100644 docs/interfaces/IdentifiedProperties.html create mode 100644 docs/interfaces/InitialWorkDirRequirementProperties.html create mode 100644 docs/interfaces/InlineJavascriptRequirementProperties.html create mode 100644 docs/interfaces/InplaceUpdateRequirementProperties.html create mode 100644 docs/interfaces/InputArraySchemaProperties.html create mode 100644 docs/interfaces/InputBindingProperties.html create mode 100644 docs/interfaces/InputEnumSchemaProperties.html create mode 100644 docs/interfaces/InputFormatProperties.html create mode 100644 docs/interfaces/InputParameterProperties.html create mode 100644 docs/interfaces/InputRecordFieldProperties.html create mode 100644 docs/interfaces/InputRecordSchemaProperties.html create mode 100644 docs/interfaces/InputSchemaProperties.html create mode 100644 docs/interfaces/LabeledProperties.html create mode 100644 docs/interfaces/LoadContentsProperties.html create mode 100644 docs/interfaces/LoadListingRequirementProperties.html create mode 100644 docs/interfaces/MultipleInputFeatureRequirementProperties.html create mode 100644 docs/interfaces/NetworkAccessProperties.html create mode 100644 docs/interfaces/OperationInputParameterProperties.html create mode 100644 docs/interfaces/OperationOutputParameterProperties.html create mode 100644 docs/interfaces/OperationProperties.html create mode 100644 docs/interfaces/OutputArraySchemaProperties.html create mode 100644 docs/interfaces/OutputEnumSchemaProperties.html create mode 100644 docs/interfaces/OutputFormatProperties.html create mode 100644 docs/interfaces/OutputParameterProperties.html create mode 100644 docs/interfaces/OutputRecordFieldProperties.html create mode 100644 docs/interfaces/OutputRecordSchemaProperties.html create mode 100644 docs/interfaces/OutputSchemaProperties.html create mode 100644 docs/interfaces/ParameterProperties.html create mode 100644 docs/interfaces/ProcessProperties.html create mode 100644 docs/interfaces/ProcessRequirementProperties.html create mode 100644 docs/interfaces/RecordFieldProperties.html create mode 100644 docs/interfaces/RecordSchemaProperties.html create mode 100644 docs/interfaces/ResourceRequirementProperties.html create mode 100644 docs/interfaces/ScatterFeatureRequirementProperties.html create mode 100644 docs/interfaces/SchemaDefRequirementProperties.html create mode 100644 docs/interfaces/SecondaryFileSchemaProperties.html create mode 100644 docs/interfaces/ShellCommandRequirementProperties.html create mode 100644 docs/interfaces/SinkProperties.html create mode 100644 docs/interfaces/SoftwarePackageProperties.html create mode 100644 docs/interfaces/SoftwareRequirementProperties.html create mode 100644 docs/interfaces/StepInputExpressionRequirementProperties.html create mode 100644 docs/interfaces/SubworkflowFeatureRequirementProperties.html create mode 100644 docs/interfaces/ToolTimeLimitProperties.html create mode 100644 docs/interfaces/WorkReuseProperties.html create mode 100644 docs/interfaces/WorkflowInputParameterProperties.html create mode 100644 docs/interfaces/WorkflowOutputParameterProperties.html create mode 100644 docs/interfaces/WorkflowProperties.html create mode 100644 docs/interfaces/WorkflowStepInputProperties.html create mode 100644 docs/interfaces/WorkflowStepOutputProperties.html create mode 100644 docs/interfaces/WorkflowStepProperties.html create mode 100644 docs/modules.html diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 0000000..027475d --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,85 @@ +:root { + --light-hl-0: #AF00DB; + --dark-hl-0: #C586C0; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #0000FF; + --dark-hl-2: #569CD6; + --light-hl-3: #001080; + --dark-hl-3: #9CDCFE; + --light-hl-4: #A31515; + --dark-hl-4: #CE9178; + --light-hl-5: #008000; + --dark-hl-5: #6A9955; + --light-hl-6: #795E26; + --dark-hl-6: #DCDCAA; + --light-hl-7: #267F99; + --dark-hl-7: #4EC9B0; + --light-hl-8: #0070C1; + --dark-hl-8: #4FC1FF; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} } + +body.light { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} + +body.dark { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css new file mode 100644 index 0000000..776a356 --- /dev/null +++ b/docs/assets/icons.css @@ -0,0 +1,1043 @@ +.tsd-kind-icon { + display: block; + position: relative; + padding-left: 20px; + text-indent: -20px; +} +.tsd-kind-icon:before { + content: ""; + display: inline-block; + vertical-align: middle; + width: 17px; + height: 17px; + margin: 0 3px 2px 0; + background-image: url(./icons.png); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-kind-icon:before { + background-image: url(./icons@2x.png); + background-size: 238px 204px; + } +} + +.tsd-signature.tsd-kind-icon:before { + background-position: 0 -153px; +} + +.tsd-kind-object-literal > .tsd-kind-icon:before { + background-position: 0px -17px; +} +.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -17px; +} +.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -17px; +} + +.tsd-kind-class > .tsd-kind-icon:before { + background-position: 0px -34px; +} +.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -34px; +} +.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -34px; +} + +.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -51px; +} +.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -51px; +} + +.tsd-kind-interface > .tsd-kind-icon:before { + background-position: 0px -68px; +} +.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -68px; +} +.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -68px; +} + +.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -85px; +} +.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -85px; +} + +.tsd-kind-namespace > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-module > .tsd-kind-icon:before { + background-position: 0px -102px; +} +.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -102px; +} +.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -102px; +} + +.tsd-kind-enum > .tsd-kind-icon:before { + background-position: 0px -119px; +} +.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -119px; +} +.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -119px; +} + +.tsd-kind-enum-member > .tsd-kind-icon:before { + background-position: 0px -136px; +} +.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -136px; +} +.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -136px; +} + +.tsd-kind-signature > .tsd-kind-icon:before { + background-position: 0px -153px; +} +.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -153px; +} +.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -153px; +} + +.tsd-kind-type-alias > .tsd-kind-icon:before { + background-position: 0px -170px; +} +.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { + background-position: -17px -170px; +} +.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { + background-position: -34px -170px; +} + +.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: 0px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -17px -187px; +} +.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -34px -187px; +} + +.tsd-kind-variable > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-property > .tsd-kind-icon:before { + background-position: -136px -0px; +} +.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -0px; +} +.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -0px; +} +.tsd-kind-property.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -0px; +} +.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -0px; +} +.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -0px; +} + +.tsd-kind-get-signature > .tsd-kind-icon:before { + background-position: -136px -17px; +} +.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -17px; +} +.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -17px; +} +.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -17px; +} + +.tsd-kind-set-signature > .tsd-kind-icon:before { + background-position: -136px -34px; +} +.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -34px; +} +.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -34px; +} +.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -34px; +} + +.tsd-kind-accessor > .tsd-kind-icon:before { + background-position: -136px -51px; +} +.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -51px; +} +.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -51px; +} +.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -51px; +} + +.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -68px; +} +.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -68px; +} +.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -68px; +} +.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -68px; +} + +.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { + background-position: -136px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -85px; +} +.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -85px; +} + +.tsd-kind-constructor > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-constructor-signature > .tsd-kind-icon:before { + background-position: -136px -102px; +} +.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -102px; +} +.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -102px; +} +.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -102px; +} + +.tsd-kind-index-signature > .tsd-kind-icon:before { + background-position: -136px -119px; +} +.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -119px; +} +.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -119px; +} +.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -119px; +} + +.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -136px; +} +.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -136px; +} +.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -136px; +} +.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -136px; +} +.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -136px; +} +.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -136px; +} + +.tsd-is-static > .tsd-kind-icon:before { + background-position: -136px -153px; +} +.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -153px; +} +.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { + background-position: -68px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { + background-position: -85px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -153px; +} +.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { + background-position: -187px -153px; +} +.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -153px; +} +.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { + background-position: -204px -153px; +} +.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -153px; +} + +.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { + background-position: -136px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -153px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class + > .tsd-kind-icon:before { + background-position: -51px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum + > .tsd-kind-icon:before { + background-position: -170px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -170px; +} +.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -170px; +} + +.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { + background-position: -136px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { + background-position: -153px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { + background-position: -51px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -68px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -85px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -102px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { + background-position: -170px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected + > .tsd-kind-icon:before { + background-position: -187px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private + > .tsd-kind-icon:before { + background-position: -119px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface + > .tsd-kind-icon:before { + background-position: -204px -187px; +} +.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited + > .tsd-kind-icon:before { + background-position: -221px -187px; +} diff --git a/docs/assets/icons.png b/docs/assets/icons.png new file mode 100644 index 0000000000000000000000000000000000000000..3836d5fe46e48bbe186116855aae879c23935327 GIT binary patch literal 9615 zcmZ{Kc_36>+`rwViHMAd#!?~-${LfgP1$7)F~(N1WKRsT#$-?;yNq3ylq}iztr1xY z8DtsBI<`UHtDfii{r-60Kg@OSJ?GqW=bZ2NvwY{NzOLpergKbGR8*&KBGn9m;|lQC z2Vwv|y`nSufCHVQijE2uRauuTeKZL;=kiiF^SbTk;N^?*u%}Y7bF;O-aMK0lXm4nb zvU~Kf+x|Kgl@Ro%nu?L%x8-yetd((kCqY|t;-%}@Y3Ez_m(HTRt=ekeUQ2n4-aRvJ zrlKaWct8JSc8Kxl4KHu+3VW1L`9%n~_KC5}g6&tFXqyKT-}R0?EdkYqCmQot47^9Z z6;opqR@7Nq-s|6=e6*0^`}+X1kg>CpuGnbpL7{xFTa|8nymC0{xgx*tI7n4mTKZNA znsd@3eVsV>YhATuv~+5(^Vu4j?)Tn`{x@8ijIA;wdf`+0P3$vnSrcWFXXc{Lx`1Z7 z%-n(BM(owD$7LzqJx)(f^Cusecq>OW z=h6n4YzSVM-V!-DK(sLT`!W~}($=O$9|ie`>_fpH0=1G1tiIFw($?~{5T>`74|p0H z``5=UydE)!CiFvmECW|s^TzG9*7pN|KknkVm3C{fEu30gffX&8iCm? zTFPm6*k%Hog`Q6JGj@dg9Z5nlAc6ApUe>;6xauB0-u!?wMU92jVL|3EcP9gEu5^wH z%tXRy#>HCEs*?KgMf73UcJ!lJ?x<6+)eJ{mEIS|HMDP7(7!(< z@X;?ACT8mncW9*XIaiJPW}Mw@b0W||)!sYnLw)0j4&-rXQgJhnQ2?frg1Nfk&JpmV8F=dDZl)e%#Grs|&0th7_o) z?7hQn<1078qcq?#;)CH=2kBBiGt37EtcXfpTXtHB59dr9=B~jI`yPm-Q?(ys=ajAu zGY;eS^z&WFvztZI3I~}*l}_lI^}6D<&CZ94;|&G9_pMx!C~$~EL4^8`QjT#|tqxxk zhl4CdxppbDiOk!Ht#SVAK4gf6Cr#=U&1sVxZ`y-X zTSi#@wHf(?(Dd6ypNOyshRZ*tneVP^W?y?$ur_!9iD-vY{&Q5(ooX2;`SkUjwEYA~ zwGcylCT4_`MZobm(0v$U(IhfYXxyjNJ@ztpH0sDmfpn|LMp3eM(R4uqKi_q1=D1-d z%GdV<&2+_9k@sc44xhIjqktRA2!Su|vzM0R-@#MK&{RdLoU#$Hc?{{JItvX{hKCtc zQNqZpkfG^@LGJRZM4H_>`F=N;O*+_`>M_ko_XWCgu@}ntqLX8VSeZQ_25Z8|^!d?o z$~}~9|`ZW9d_o<=8&K^~;Cr08b;qgq{(*e*sNt00lO2lZ;m-b<`Rl}=Lr6iQ8+$&br z!RLn{5a}j1Dh^|_1)Q?<;iBSrS0V|c_D@3}mc2d!%tV1VN?BC@clkFdx?HB&9KOTF z)9eHpmUEYsCqx^%JHuNdwY zz9P3oPYuTAXZVY}LRp&2qNl$pbsXL1GJ@wx?@CTO!acs+OFfW_U6?&As-(GJED}RR zO}B+Kxph7aUUm>i3rbPZQGXN}oQq;u`yTnFDAJ*d$4gjEJH!JPyt6V{cOUp*Jbyol zE$8wh)T=vpJOWRbv}HvR(cUSlO}ePIPdJ`J@yp=IC&E6K%r?QfW7F&%p!H~@?%yj5 z&MpiV!hyfukD56A097f!0+ANt`JSB~oLak75oKQN7FH=rQbX#Eak37|4&mqp@S~TA zOo51)xQxX}5NQ(3I_UeR4B;P0Q#x$_lDce78ET`Blo;`Hj*R;b8slZS7Oak(LjDuE z3z?-~-U@vWe*cEOsf^9|duH9};Pe)!=Ky+QQ!jr2VV-jMUH-F>oB>Ds zDJw}jm%V?OT^fu1y`$`yRdaW03L?)6vmInxhAsGrPhWIP8?=speMFf9Inn4^t zs$!88*B~c1A2J6t0~hgK2BJ_Pl23l=oeQQqjI2(4Mcv6U_#9#$PEN|qz36rCZ5$@I zNF1LpRe%ZG4qwuYr7ZdaynrPs?spt;9VbQM$462zbksMVhAOqPunrR7@Nbv#5;VKk zJB7xC?~QXd(e9REiLixHxRGhLcKR#0va}|LMS`AXKGOIGFKQv?=+>zf^ zN5XLjX6^`zh*%1UG_QV1H`@z!HZgC+OT2`+_B( z)J95hk;3C+K4XCswSP}au;fx=47~*$k`RAaYEU-qb03y0#x|&>LAeiXgri5E(!h9k z|9OVt@sk1-4+>0?ELyw|zs`~<95M=%o?Gix$?8z4Gz3Kpw|b>?BcD&s{X)-aXg!GJ zyq&`ZEP{K^u7ActXP$gGnO#F0Sr+QUZe0&d5*Yhw9A?C4(Sx2j3QKAlUpkQz7nji^ z%y8F|W{ypj(T%Bf#Wgyvq4szMo?*U-;3IGBRg1fK9!h-=YRsZ_+t~2!-)=pr;)Vnk zmt95&wMb02toOf`I9>M^Kv3LqKb_-#jauF&cGrWsCnMt?p7*uh zevugda={D04DB#7wR375=1i5}Z9fi3r)!F#7qmX9`SjppE&%8l8bKt+ADRMTWRv21 z4L&PldV8YpHw3b^`p0uWlIm#J&K65-y4lQW0VzZR!4#gfeT{b#fL1e*)Z*Ux}M^}bO%OM7uXip_4! zL@yo@q{utZeVV?3CtXs}i>nI|%26fwuzt0f#96fQ!{=dEX^YKnvIk*D%y9Cin;9R) zi{?)baJhgFs$1$SOZESTpldw2H&FD=v*v@1cA!`|s;avDKHa>Q+uJ8qhy!9%C4&lJSTN4OeydYOm4S?Bj7*e{xRYbU9Xos)R7qZT3dBBD5{ zo+(E3pR{>>)}hFhE+}!yYP0V+CVhyAq+RV{^X`XA3{iXj(ir$k@u|t8ZJ1ZnHq2dd zD$0RHmGJ=!?T5`*T2zOEJ~y}Nsyt7O)%+!0ulRQdsopJJxoznfpusv=2@zLXIq@^& z>0T5k4lzGCG(DnltLIe@6=ZOG@C(dvmYXfh4IhJfMfY8S?KkT znb7~EDE}Yhg$J1LxB7m`L4VMS(+(SXTQvh_mz!x&M3-6Z zFRB*a%_gVEqI^mL5|c%V=l_oi%|~h>gL0SB4QH5uonWd#={KPg6}6ES)zk0~#3^KJ zJq@{iqbHe3gyC))jeQ`W;(u3|q)JxuF24|GMsh%v5>>VY-bok%* z1Yl@(5G2UCK=fQck}pAyWV0n{`ML|rsl_N7vmW|frii__zB;ozrQ7{z)y}M^Sg@m_ z;+?{q3sUZs3WxnBbp~CyyL(TA?C*0KIeDPp7w0$!Ijd+M8#}r~vYW)NB*$mG*7-vH z@s^wK07OMxq>WveCEQFQ*p&2gjD1j%i+#G9z##Th`gew>H5=`RwyfPDg2G%f>x3@c z14Oy}pQK?(i06GWLWu%4cGjDoE-tTEI$`9^E?nLT663vu_>6K1e!N>A-^q&tfl$0& zy&>w~+yUelAa!c@xd8iyt^`B^$cj+}h}0i!40K2Ve1KFCDezBzZO8@=k&r)`TNTJ* zzF4Pim>SYL^=~7kW>EyiVHXNMT2)8l#v^IW!pLB_8ZvVfK&m8QHkjsZ)mvd?o$VYG zX#HiWwWlW>N{D85URJ-d)}_3h73|)X=E(6hFzi#TF{$4aSka4TeY>1a_(RIkFBL#O zE0_FoSQI)}+si51ufAqRHhDU=actTRQl@y#2h}xaDv-A&GP&0Qu9V4ED5aWnX z1E#mRT1QSvL!4~%Ozt84nP{&F>VIm6w2q!EPhh^BF-94$4JhCTcrdbDXA3Q&8mPTh zqdPv|X}??B?bIZPpl}z%(zr<8U-NoXjb*L#xyqHHfpIGAgN$5i(E9#rYPYq_tISC4 z2TDkd*uZ;CIhVI2o!||T)Kz`ER@%rTf-&SfmJFF>;d(RW(B6k!1<)uxHM_1G+9BWe zc)k`gBxYMcztqY5@jccaU)CqQ@^G5TBVx(nNf2}D@);3+{D)GzyT{>%dO6ibggS({N!!=P4=M8J}5R*&fgd(w36z0M0D$ z(SN5a`i%sZ9vmaEjiC4)DF}ix&`?mc-vYwK@+}8Gqzj6r6y)lT|Iqwlpj(LXqvh;- zb>jECiiOZ%&Q7gQg7(ix-?-RE*c(O6NG0F-+VCr;701@%L~fyfHnU<;Vk`m3A2{1MSmpii@G*k?KDq0GdZ)|hd`8OHep z8@6wv_|9NKNpe*sc#?zZ1S#}*qk{k<(I99u6(QT#>wf9w^u9~9_>;2d20T=^g-;b5 ze9x~fHZ-JL=J`hq-;W{2SgN)&m9RsVo=%?`JYp`pxEA_>`18Y>XA$rfWm^pQfG3MQ zxT^I1*({tZz2}+!5$AyNUE*jiYwu_S8v<#qZS4e!bGGBdY`3RkgLMf%Kz8s-;7PF+ z6w#-FwV#)PiKGR79miXmrDyv=ZTjc)j>N=&h4F+#G;unBZhhZz?a*;8@bi5`fV4)O zuU5pCs;tvRzbV@P5%W5xLI4I+w*^KExeVlzP4kNRGp-wi3g$lf-I|(o`JQ|u^XfkP zcik+g-5~2lG*oHfjLCpfNalFwz=4ZY>$Rc-QGpws&tCfFZUuJDL)3et%ap*$Q=-v0 zgLfsn-&%#+wnox~@)6ppx30sK(UJg1dCAvQF&}DkoPI+uX_wH))iaYvWtl}BtVKpU&MN= z0GdENbhdLgIwL-#_phGK;mZRlk4zq8*)akvV5zRX@jFUmvcr#3p99P@4z@m|bz-)^ zbZl8Wt?hR*z(sEZl;2PaILIG#835i@YoZQ@EwrD9IOBl7BpJX(ilLgcd)KCZAzo^b z6Z{|~=H;$D2dD53tejr_jx7^y-zT{SNZpNjn4+wJQX~K#LcrlKOv=D5xk%QXD{tg; z+xh`PvMV*HC*rF?xyjK5@KsMl5*w`r@wL#r13uFpso~#^oYIFc^&gGNS825eqFttU2_sG%_ z;X8VXD#Ol4X&$2B_Z$*&-)ZIUXf9I%mOOXJ3O%GbGpJfl+9(jY^fF_(b!Gt{{HAA3 zusUOCPDHYT@&*H~7a050c7r-_CaFACp$BXx)5==@fC11Gn|n~~+u@6N-}lvdyl3&6 z<#c_zm0Xp1F!8o2OBbFfgzzC4vno}9XEf40dGaVo;jiwiazo8hZ~iPVD(re=5k;H| zotm286$6nnTeIw>1FY$Ri|t{Lp?o(Fg3g_>|y~Z+16tvyLc@r?t9g7 zBuXyVuu9bC#q`?@OFIhgS)6v^XP@H0ukl2X!RPMsg%`YHMGad z4{VsgxaprFss3X%HbZablb6IdaNdbISVWp7yQXPPn=s7?J9qLEH{4>XAv8}%h&TDg zs()1sh}4at3nL3^%q!?P9BbW80e*ZwU63}CV7pt}gVu;~V6c$9p+*wfhw!zeE-z|V z=k{Ksec2)$Hu&?pRh;*TPk0T$Fc~^oAoBT4q?-Q}Y&3DluXeoMQ0LesTk}pVlf5(I z$dl8;zA0&=L&z*F*H>W7IeiPhTo@P0VTB~vyC2Bm7lCN}t7@NNlKFSHGKkh?z_qij zoYju!#D4b28cdslLdIM5Cmqe&!v^IcRr=qq^?l+P^n@6}fh@)IS81hx)SPAY7osk0)^ulqC1F*{hBNQl+Y}b>XjVXnS_Cc!L zIZ@Jq#mp^E&fKT~t4DM_^S17R@YJ@`(7;zv1mz_Y=~q*Gdg#*yXGxotY=#F|lvhPM zjlE)VHS=8=)njE^c7M|ZiBqARx>9Ib!y91$70iC8jPi$c+ysP}5Q3s`ti&1sx>~oG zI^>^1onS%G`mtq&)cZ15dZ{X^#MOfatyH0I=l%Q)n z7*@kZtC_3?=J_}?_G@?F?UK<0_AhYFclyrS-PkfYhAeVHcF z16x+quy10*2V$A%p_|@C(vlf}j3uY83h(#TSr$(;^8(I={_=YQQWmA9-IlwJv>tQm z=vN-I{TO7X`;qBxwb5w$91YLV?ZD5}pddq(7IdMCH zi>`qAn|#FITi!L5;K!(tYm9r416}Wof}P8~?R9I9Gp(?VA;uQg19MO47*gS7fH*&jBO!+ zA*<^BMccHjJIvGHguBb4a`X z3aZw#!c&Xr8&szD1+gu&;vYfoWo>0Pxfr2%m34tC33fmRbzWF9I_Pqb9nNK@N##9_ z7K)v)des!^owH`MoXY_O?|;^9;comiPx0e78xhnnVvTYt+t+cU1rn_>gaFJsL-iPn)?<9P9cF#4)7q&v+d&6|3G@s-AcJy+m zE&u*GUaMK|x|4GmT(CgBICk`2BP@3rqtjKIRD#uBy}y*d;<>`?W&mGsG;i*_}V&^tlP`%;=g39@jxP z+3lrtg*!i6N;irOpUfKcd;iDl5a`<#kr8RwFm9=^m+ouwwjcXmTB}w5V#9IF^&Bl$ zr1$Ly#cQ<3u86>am9}pk&i%nxu(W&s@>qEDtn_xVtH-_EiQ}iAK4Ssfsdn&L9t=)d z`XOQN7*J)g$Jrtq0=-yeLnHg*23LxYA7$cxz^Yc)I6E-!;{LQwu_wfGw4&MYy7{n< z@{g0Hf)N5gAJKQ1Z&HGPn9x9B7U(m(9K&=+LHAc_D{YdMBZs~x)u1Y8|Oq!`C4(3_9<&$ddi6>R$Nsz z*ti?=jA-Sr_97V}feo+}Lq3-cfpgWR;PLI8s{ve9@?e;2o}0MpquOucipz^DrT}QH z*(<{nLb4h9799hx4&%I8KPj}xcQ}llgcaG1!nRb(PP?m)=CzA4v%6>oOe96H9 zv4mUhw`>V$29k?)$Co>qIqq(~3w4jJ;Hv5(RxjB-j_iEhlF;&|DDC|I8IcT>Vn;RY zhtw5mT0ygXAu=M%{^;GqYuYIMu4H;Mj--5CL}|zMEhOum_o51Y7i|D>$XmUFoe;@1 z%GsTUsKgF4w%-Cr3lg#~h)8;Lk%WQTLBS8r*sE{YBUDw4HU#o}E)8pVIEfWv&14?U z-+Za${OFm=>IA358en)nB5Iaqxw&Xi*ty@uDOX8o2c0tq0^sX>ZXD+Hn|;KY!Omm1 z^%wgf&Zy9Azd?vmU`~zuOOA0{TZ*mAC!_>|avcN83F#c+sFn_6tGo!v?95IUR2bL$ zlO(OlhszqAgy)mNt8PRulC#6u^SL#z-O&@{=_!AzBZ>T4ROorj%fx$A;u8u>saum0ha7p zeHRX-z)PW*@v9bruyAtVI@)PhaEs5kp`xyxTQ`U9$Whwz#z$=U$V|&0w@EfCUS!Ob zACSTE{VeC-0V~ZCpkKq~P4CLgdOeBy>vB+0ZxIt_Cp4aa%vI#LS^K}ui07WNo}5r0 zagMHmq-jqTf-OD<kAvu_ob1mUP%1jxeKqB!1&-)_hP{p74hHE%WM!atyx68j5b zSqwh8aKo|NIOL<2_eiX+iOsRP`{MUt{0iQetB*SL!F_8)_;0f$iJ4(o__4KWuvy_! z8TZ{dTb*rL6VmuN-yl2Z>0glL84u^jAH^DQl}VRI=x0CnuF*|;|My-5aPI;>(mo+m z`nyEOe&k$RG11$vEdDPG7^raBCw|#C*4#pIUoZJNx?4|ZC{)l>+jaSiiJ`GBKf}l) zUk1>%A61hqy!KvfRsM^|u6vwbH5WpfH(I5AdpBAg%rar%zW}nccGxfgRV4&v`tEoGyBq!uz^f zVqWEtxn%j&+Q2Fi$rL)H`M_HExP+?mFyN^){c{JXs{IM}f}p>7lfD zLZ;s)%6a(Ow@`(jP}k~pn@!dv6JhJkZf5UoumHv`g-tcCs)w* z#0sc%t9@Li{p}f*$vg$UiQ*RGZUr=ykDIaxRDU_(QfcURuYrpX*7IQcS$(Buw%VW7 zxaffDgn{-=K@iEh)LlPc3MPzc+qM^>RXr6Y8ASnP&dr6fqmwYILTpmh$E%{Iz%Qz( NZmR35l_G4O{0}dcmS_L~ literal 0 HcmV?d00001 diff --git a/docs/assets/icons@2x.png b/docs/assets/icons@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0 GIT binary patch literal 28144 zcmeFZcUTka`>%_-5TzIqq$xo`r3nZ`iiBRG(z{ZnN$)K|ii-3S5u{fmRRNLEoAh2n z@4X|01dtAA(50@mzH5K?{+)CF+}EWTz2eMdW-{;n-p}WG1C$hCWW;pD1Ox#ad~k9g4`y4!oVfq@3c(iW~uhy*`T7_0aH7`>`EnYuXVq#+YC==3#rnNM4TqqzM zpi2Elr!3hl!ZdK#y0bV+yVc8rwFEtAX3=QlvJ&e-EsBp)Q`0yKXbNuf-yYw7kh0CD z|Flk1UuHgvoR+*QR0ee&IDUfUzE7*`A=P$6nC;BPI@VJs|F#`Xc>X!`<6%M7XXNok zw^unt1h0m>-&2{GiIGsByulr92XZRrazZs&&M3jJintF7A}cE^uW4zt_r81yHt1I! z6-_gmO@78G3$})kfyhR0^qk?zev_%4R$qSjQI3MAg0)9EM#TOAD=_tf(*)S$7yiiR z&5v>wk3Bn**iD9S_I#2%^vi(^O+gpv2i^A);6^AcH%VC>0nH8|O!jN*L<#RtT z@aF9HMNu*d(BdiZq(LBO%(qsjSot+ZXQd{zLYh#CvOrK(?#u+|XYRylqcXOLk=m!) zBp`~~1dg7kF(Q#m)I8ZHMOD5%m&U)5jGOW@7+sm1N+O~^j*zRG;e4x@OteV=T4yo9 zSG`^0j^S)ZYp2DT>}AR|n$S)4FPI#8#(R~;Y**AZ9`&yqT;p`rks7Nhz;)dn-TgXU zw!^Bo@W6|jfp@}ijsSEFo#x3LnG;`o_yXK@2KuG8cTv&K@=dU?_PK*6=YU9!Ix8l;<_!y*Qc2phVpLM}&t|CuHBv&{M$K?VXtTabi(7kUMwV zl!>5cDNNqK6`Br*B~EcVh#5Z!FgiJZBN5nzpC7?UdAc+&AT0ivd;DA2$@YXMPK6=< z+#U~?*!R0i`3uu|#zDrRRN&j-j>ZOu#h-n#7WO^)@0> zCT6a$LGWwFLcPfN=(3#6`*UIS%uIT=LIXV-RbGE&!!+8)q~dkx`l{aKCe1`{J<5&< zlhRo;JX-UC>5)X;mwR+W96`@&ucHp$jIb~B_w_=mH>In?BLume!Wta=`ca+&7~pek zBVD?f5{nelCaje~EtZn+g3%5GJF}R_b`q}IH$Iom2IRD$^h*R)Cid8Q5~4Dzm!P&Q z<`iI)4wA#l@TwjPL)*9k5Vc!!;`9;bf?HRMm86wi9LI8A%*NGep3g11H{aP)>%l2Q zRMMQU!*0J$hJI5Qs3b=6?}qR7O;BU%Yzufc*ZKBV`}ro7zm=C?OY6Vlabc^r6r7P> z?1c^jD{e4n*Ou441V=Pd1eE8utX@)G5gq72HQAXLZ4l2wKd@yIYC+s) z-mu`E`kj=B!)a^B;pecv4W5oh>_tpj>^NU8L*eH4EhcOxQ|);$x(z(Yb5^tudSptV z%8z{(h@_t`chWkvFX=r!p~Vjhf1AdM>uGK05$1fyLb5D7m0!MUKW=JTZv)bXz9~*F z$yP@U3UE0=$;yjWr8b7C(1^oNDMZVxYYeMtL}ZnvQDkm>S0)=r_ugabEZ}AJ<<_Fu z{I^KKIz+V8K|pK811W5r##z8^S*2fr9Ln zlRG?Zzz8;xu9VSE8s+=(!^TGi1P2hC7%7MUqF=cZqFBtJNW9BROV ziv0cjsUmVvsU^X!`1UivK|dy+fSG$3YH8W0`q${`)taBT9jV{Hfh|&RIaJVvqRIFh zC*Rmvl&3*;XcMiJZ-+Mvfe0xN4N?AvJeABnNdgs(BYb!fK5<1)5UvM!Tz4_aojmUX z#Ymoh)m%fN(>6|#*RP~Lxt1?5);w}yT_lftje3sidO&MxNgcMg9@S+>M%s~y)0i`8 zT_+7LrZ~d<7V^K^C^~ast~@nM04^c5dw*&660^p%^R>n4xzd&jo)Y@ z1r=F09>jFOr%wsj^a3;>N!{rvf(qpkAdWM*5IYCsuwNwoJh7;9I$#`T6-NUIEKsiS;OylQ(XY zQtCiR1dyEGJV=~|zaFOEveB&szAVx*wsyuY?hiBGWR{h0!D zv;G`;F9cnib*YxugasrI^%uy@i)>BvC4V8@! zwy5#iHC#Qar(i0EPA3CuMQbaKy4m$CLjLSNwJs!13b%h{&x7479bv{SjC&3?SO&)3 z6q4nRRP(zOfw-mQrmx@Z64~o}GNXa9YCE$vD-(CLseaF%6HH+WZz4 zbRiJ~zAtA6*i9;z!+zZ?9~V0Lr66|Ae;}U1e#6D^hMhB6XJNHZi{t>DgU&jb=#rPK z@s04Hr_SOr%UCRY_SdDuSw^D*Rzre~4PCqgc)DBYam}@G^TxsTqX%w-yWtYU-Q2IX-a2Z4Kz_-yIe`m;x2bY1F?XZoIH=`uW{$R)ICXxqU$- zG#M6s!fDZwUOA_cs|PXe1T@XN3^UdYyR*t}943A1dTvXp!=%8c%)(s)5y@OJ@@%1a ztlq}Uvhfo3^ZO>ZO|NKfu37JMRRmXfJ_*VOBVnxFFmbq!zc%A+R+w|={11?sJpmca zCeCi;;-*yO)ywzKxa#q?E%@U-+LGH4{=2|reRd-Kz*Ps1$u6sPFO>{K9^k2Y!@=h7rZt472^BCU& z|0MZmbh1HlC3#bcjoX#m73R?H>6oW=45{gu0$S>j`v?``ch#0kGur}QbO_gO3XrB- zS4pz-Yrnqqt-k_LE-&~ox9gd#^n&HE%Z~grM;N@Das8-#U304PA$v*rj36j~qQzYN zsX>8?%q9DhpxrWR@M>30YI^WUDh4bcn+*bYn;~zt_g`$3{#G+=lBmWE;j}5e&vlDa zjsdE(Xg^o(Z|3$Tx>~-q5NrZ}^$y0eMd|h`7Y4OWkgF0(Cu&CfJV03AKfzSGBhMU4bqd4kc`qE!CH4Q^FdOCtUHaZW3R&>S}$! zhk=OYL~3fch$-?wa0)OEkynDzJR=vc^vuUQ$hF(>E(q3{7{4uhC^f@bzHUZT>k%%R zsekA}E`OlGE(x+lP1smp0;Ba7{C$F=@Pp~i$AsJkc)x+3Vf9xQB=aSN>D!T;Y5iU~39#6yoQuj6Bj%kdYC z`72YjnSoF_A)d#@S`|;~F|6TOn%b{4?MWJC4uG&NK=D zqd0rU$A@62MtWD$=Gg>TgO6)b6Vf41#Au&Zq<@p1RG!t}NG8kv#>%{bHuCdAeIao2 zkWX{dyO`XCdv`FlK?jS{48~Uaz;oD6PtoFF0u6HBTHCHh<)5wP<r?9UIw%{psu)`l~*PK0?1^oH}d{D_wF{En-ejdBHTK|(*2$K?xVkG zwYXl8^HAjVOqKQj0f6s~O`)Slp+alXd8@#4Iw?pHys|MW1|l%ipCPeN)|fLB$Dc(9s}LNw@?8G{ zU>U(Vid5}ltIy~zNv>o09)rC()g8O`<5~!qF*Z_?L;+2Sy!WSv=}|67mnOPb!A*2; z^f>okkk+f3+9?Tg&6NBMX%;BtB3Ds#(PZ6E4`X0e`~amc=9QGw3J-$!nw6)l1A8;m zFdl>D?g@J3P-41+3N`R32d*Hq0GWj!{3n&rVA)dpcB+|5`XZFFZI1bKA7d;-x=0wt zy;$6nvCJ$_&JDjWa%`LQYq&(6LqBP7G_+`+4$|qk7IlS4wK{qnP-3!yFO%_fw(8(Q(#|htD?ECEYPeT&anf%0GjGQC<0)vR3x=4pq`@gX z{0?*O(e3p_zu@N9G2O%!F8j&|FRhF(c@BWMxZTpdW0xv^K!`2L39%+Hs0#R>a@n-J#u*kF6~?DIhPrUi@$pR0tS?5wF%PE z(-eYCc#{7tVRzd>j~xO&LBPK62xxwmxrdd{N6!G1hfD0H?fV)_B^PBIm|@~CZXnpdaM=<+?&D8Md^RL00JfP zK|cm@`4bB6muuN!Zck2>k+wh^8kM73#1(%6#^TG;42H{?eTC(h^zB32g{Skc%t3Dn zcHX3$TQhR}n9xXCd$?igvlBH@ZU~p4OO*Gf=$@=w?9vYs)!RYa9V@}xVt8Sr4y_!< zGjn5?gnlSKhqS-YW^o#@NScez6I3x{ zv>meTLLYSK!pa+|kqQI8rWST7_)jL~mqQ}Ou*!V2U-g|ZR+pB%Z@w|HnZrV~uY*w?_gMhSp+4fY?hMmdNXYD(iruAlj0&qga8nQ1=c#y* zgYc@oWp>=|LQ+s})zQ5kv*UF?QMJ2|FN1CzjX$x&TwGJ!4VjOiZxVDVz#r28{^WRn z{o1SYRs*^Nt9(ZX`wad=44v--X~h#aROW$yKE=n-VWRfhI&wn|_X6(` z_WPK(bt4Q8gxJ=b%BW_nNj&h;H;2z`{vi`~)tCBk(zGYBp?f;(Ua+^@+rKm53ld9S zPP#A^Wv7>F7c36IAp7(%S716|mr9fnL?n&Q*?OcmX7>@shP*98yVXmJ{1{z!s;@_D zt0}M~j-0t@?)wY>a9PxzCVtBiTKiS1<;-&hv5CHiv=8d$IOnl?aI_>zR3eW}l*}`T zd7%jWK1w(iqAjU37u~dz-4@O^=PWhD7_yL+z1;-hnPx|je;QFR?I_x6McEg|;`Zuf z_}_7>V@hb=%%^H&>8W{N&Ud5bKD%p(B6#&l@nN^wOdQizb`@g}g1c|qGqGr^c>a1w z|5;G!BbS8(8#mlqM+re6&;L0Ba$evPxRGW!koG@-z@*c+8&^U^7Q+0jgUtgB$)Bh)OGD5oa(ju zL&w{}@q-4qVXtvRtXul%gWH0DxXe$&?MN>z2jh1!ElU%a2;fz@xaTyfs`lnr<` zLv5teGAw`KJIh))Wg8JzoRNMyP>X1rhr)=#Y8O6Nf7>}xLS8!@+&6k0h#H>Nn{`&~ z<h^0MI*wtWWT)UGMw#$-to|sCF?yXL$;_=8T>RsAI7ks*W{$R-UI&M5a3{Gda?9J z3PeWSws3vp1$(`F*+<1X7B6hG<6u)lqr|?N&1Up;Si*MeoRFeRNGZa1=`C?4ZaPvJ zuHL9EQ^d$jd1pu9n6iBgWPMtJyxmfJGQf{a*eag-%E@KZ$^*2_&F#h|LL)2_l*QS9(#5T>)&wtE8a=@FF+vG8N zk>*kU^97;}tRP6EGf5HKhlr6@^Nb7N1`_>QnnYF9-8tncspx59kcfE)TtFun#cCjn zEU2;}6Xu~xx+Bv+O;tKLcuo?~kQbcPghcWdz4-^H!wQOhQukRZRMRk>kfMa~V;A;p zSqpR3D87(4X}j4Awfr<~7h4dgK)pzpZf{bn z^yt`yH4+85n%*$3rL0fWi>l^4|J{Qess(a2+0W-O>gl%xIaVi`l9N3Nq}{$Q?o$#6 zP(6};On20~O*x}!V+=9YO)zz4yeTv@_04tEzA@Muc((5aTR+rHpa6@RymHX{a%Ss{ z+ZVey@TSCpCZq6G3WNWPfd3Z(|HlaUnQ37#)!hnd5VH}%lQbK+^qVrFox87bV{eTd zMjY@0wT+?ndYzV$vST&K{gWpow&Zbq;%=a$(B%@MLh@v!P|L4U zgM9JBN_Gb)g+}3@K$8-*b+GGuC&@6v)Fomd?4){kVQ)620*%U<8saNfLM+ndN~1z> zV$;~rU}Fc&M@|;i!@q(ZqbHdoB(EYYOs>u5jd5A-M`}}pr;g+_B5o2kj-|Pa zF8qc!e5d+kUV>;ih=57(*r24g=6@)>+c%LfGLw_-Bbm7r_`az+tag}5rqG&jrg(-W~CJFkaxZTf@_Ofx@ zzxqF#<4|HKKBpc&B9R1r8t{!k_=WNfzbR?aogs939=bT|!c4N>91ai-wsc4|JdG9y zGpB1A4i1ueuSS{R3h}0^YLpx`pB;Ok2-R5 zZzHya))4+|xc0QJ*&1>3;@0$RcgE3M_rt55cZ9<51j!pV&i`8js3v%e$CG{I{X+yj zruhC$iN%UA-Y%u_?FQq!rBg;{`8h`ZCg^bG&OC=733*%4cUW`DPGqp|OgNy?)-Lky zuY7>yw$@M~Jl&X?9MI2RqOdsWZwzFd6{P)UF5-=GVh z;$}}BvAUMs#V{T@TweGxI7dhuIzFqotm&oQreos6)^Nt1G4l8ce%&u1F<%WFM9t;W zBAEtq#1FS}e7Gq{9nzJ-0@1fhx^+w)&5)h+@I@?kv+h4xs>`xqTMB()kR)QH0W6ODL=b|ea)CmcTzPItT=KH66{L4@p}bW9=F z=+(cM#QUgiq$M^X08=_kUPU7sf!8j#4rN7NO0#TX0-;8=ySO&T7v$C}*`++cHZu0; zRv+{Je*j9;z>+TGv1i76Qc^1lu^>XXp&w}t;MzI_nTpY_m?O?J|UF!?x>j)zIZZ*}uTg|S?56^~@P4iEAwq#7&c^D#OmVAeT^&ib{UcAER@k$$X; zQdR$NNz=G^;6|aY!VuP>0e2>_I^ymyjmC*~Oj(aU>lb7XxoNc&mR~HbdffiYw#m3DLJ)nb-vczmSGI=PaP=yOJ4mrW01pSsP02=(ym z!R+#8VFsL>Puje-hBZZ0gY`?oFt44R6Z--pJ~w8q7te$W<+z`WB)mKtrOR>%f~{*2 z8>hh;3|%NPQq8-xDbWw`*n5*Ni7GB0zr7D?q`b1s^a4*X%Jk>EYA*r$va{t*S$Wk8 zL^lqaL9$a?PVadKA#e`-ocbsFKC1awpXsVmMxs^Fnz9Tb*6tD1sa`;k~@OqRo@ub(|hVwu)j^O#EQmIetE!ma(-|!O<`ZRqJb<$^dia$W5ARK;F@n)=G zXY|L|OhQ88G?ay6&;=(qqYF;O$NJ7x1?PPHYJC`UButfql;CF9^Z@N$9e`rgvKY7- zzkY{r^gSjplQ4S;+v7}YOOB)q;im)xJ8Tb}^>Fe{+E{o<&QW1zc~g`vO5=ii`UUW? zZp)~%d!YRLs1P5Gsp1zs3gc8)u&mU&?P*XcG+Tr-__K7L+$}7WQfV_Ngi(tq_9feK zK+m&sYg9Dt?NYYIX6$uOy3OW4i<~fWv+Cf(7LSO2Cy{IK;1#Y8C_5@I{l+TY*=I|v zB849$N`$Qn3)Wezrk#N{(Sj^ujO*o{#sa4oD_O8zmLim4B{5HQWLd}YpB(b z4G-q~15C`KQcuBSO|^7AHPTM2RneHT?`cv7UxhiJ{_{;Q;kGe05x5xg&K3|_>$pD_a&U>aXaI13$(JL50d8Z5nu7>Swu zA*$V;mYnn2)kI5c`a29y*`L60#8U8YzlVb^NVbZO*AIlUcC6{g-vYStoB)oYa(>HrRpU$_+Fu$?E^-+?mgq9i+l>lZ?b zT6(Rs*ytr2RlqzPAC<(}aFaO~EuqFiP9Nk%5YV?9#t-?A=4jtCuRhpfZRc5{uXo+q z=LI8vUYPpMT}NAmAiT1T|Lra-gEjft1a;1k`{Oe~KvJy%Wz~FR@vzsl)Hj`G)zsap zD0(^YuCzHguv&0Ryn%gl!eek+ywQej&`(Qef(ql7EcAYQoG}tAUY=Ns0uhUO05V)*ND z@*NLrHqhR{%JlU-nMJbBbn#Q$0gDOt;1glG|M6dhX@zoq#PRvcMk<`}n-dBYPlDbf zY2&o+<&J4^>4Q557tWSxa)1M;mS}X$!JFe6+N_0AI?erp9CdjDGuyvnelpc04y2u#n8-PU5wo6P&9?ZpnONA+t}Ucy z&nD(V>H%M8avRC7jdV$uW8n|L5W6kw7|(e8$j>_ZLqe`6y!1fWM}{tJ3t7HmzB894QuSOpNj=&WDT3e5Or0)3wFwasb4%9_M@6)K z&l3J-@<{!8U7lZ%P!XZsO|ejU04NSjBEBESP4Ff6+T}!&pxTCxBG{W z{I$5gyC-P##k--2l=5r77AsRg@o4?Q7zqe%7Y9-kbSnK|KDcKK;nZqb@o$i(QzUtW z4FlkIku@T67|OO;)}XWaHSwT$i->~}#O|Bld^q?M%%`d*s2x9BKP zZo$OD?q27J1NAg#Nd(Fn?4I|PbI>nwdR&!F6YOHC^L#n$QG{zQGnjL8QL{~TyS%sy zMT%4c%BbJPXL6?WNg|O1-c<>qUm^=RW`+5)eH2jAI{T^M6-_natW57V(D?*MKT4n;I#vjkQ1Y~X{0hj4% zF}qYRzy8zJX(%d$`X$XgPvDafqM65Qw_;|~(JO*m8-*q1ir0~W4cd`@#KX3_GEp5t z5?rPAGz%$L?%(5dRFgw~R^|tdxXDGF>^=J2drvtC0;nBNt)$2d+>6A}c}i_~ef`fu zywIKq{Tp+H@09h2i{+Dn7?p7~8D%gZ+<(bq<1f|tL;Qy~w3}O7WX))3Ej+(psj!1- zrlt&tNKU|u?sySN{!ByuYY@P5bL5@7&Uld^k~iLzJaP7WDAI|JZrsHHT>hmAC?xw& zC!c!IBNTzL7K;wAXR3vVTe1i(oYdqoy3H0Zw{@>?*4UcFaMCNHwib2efs0(Ync=2q zwM72#(Cn=nv2ablw^j({)fdng^E-(uP|5UD8@CzqpKlZ^=HH}?5{kmM7vLAoAatc; zwH5KZJkkdhh8C1p5+HZgC}LE+Xu}KIn7|*#?;j-8^-VaZ5jOW{JA#*;g5p`(xTiDd zKkPnW*IU@QEsE%-JWbaZU2+aF3<-bfklBU}TCC{E-~c1suP&!}=v`e&X_xF{wro+L zcgxt?1af+ArOGprbI<(>!E99@GkN&7?#q=uz{(bMN@|0qqxcTr07b2;i>k6W8Za(r zOGe?77{mF3SVV_<+hIDRNdbE)(lSDJU|Bf|swOh*8)pQ6AizER8M>1xnN1+Qcqhg$ z&ak{6PD5v75^-mAcvoOH6*!9Hkzpt)*#Ip_vNoGk)^|nj*9+w7+7R(=j4q>aw<4Wc z=nBx)kd4$ER29&>bnknJ`n4)pOczJMPJ! z0)p$AgO&S=`T1(PYN?P}4cSJ%&R?iNexQp^N$*`-AbTP7WfZIW#P4d}}S2|=#O7ke0mzh*aEWQE)y!|#~iGCKXe zpzrFFL$pk!^d8pUI(IfGO<%TTQHsrDXLDNnMC6*d0wT9m7x6Ft7V=_OlTqkuj{x>p z;1kpB_NxE04RdYk)Y!laqUU=rfZJ$T5)`7`QV?5(Ltg_xlECcjtEa{J!@6Brx);>b zl?P)xrifEIfWi;~!Hgrq*7bz~i3BH#^2_mOIb$vnOz3yqef|S?NrX2~aMzcrlIGhJ zJ57YYnbrjk0gMXNJsZ;3!GV3+U0eN7l{dNPN>2^D{M%{F_n#@Jh)M2G9pb6tlT&F# zzc){OFWO&LCDH1cNMGR@X9VA+vt>EiQ|#sD{Y6sIh0eE(T5g#Bhn{L{CgdEL#dtrL zC>~e(BtwcN6QdM$0h>v5cu{@BvleO1d{z*-w8N(k$wHP$AXwvfT1)EL-?E&6nLdTq zFA@*HmwLR__b301zkRRgd(MeG6hCvppG6OwFv=2NKQVx_rQX$Z3q-DFDcOMHtbuC2 zb}=nSGqv$BlXjj(ahhid7ECVPglKaK;z#;LgZZ+OisWYuKBPX7xpErFk*@EYkKqg2 ze61oYkPXBN#&}jK`c6OUoF{pGlCOmyvi0VbqIH)+GaMDJ>Eg{$20?GwP~=nbph7n3wT-iS@IWTjG!q<-}5nJdNKFs75SDJ`2N60FM#00h+c!NU0ufy*_DlHj73t z5%X`Hqe$xxtHUL9%+{FK#XTYqf1a`&Lh=``4pOX3cy239FO^N zfStakz4XYa-?AppcGY?%Pj@WYmLvxBlKhq06UyFTy`Dj|YO2D`3uG#B$$f7PEjp~U zN;XAx*Xx;j?A}%@n)?=Uw67Bf^MPlLUonDdnT0whr^OXyCbtVRp^N&tL4I{~Dg4l+ zvxK9}?_3)Y$>n?i!054VsQ<#MMZ=Q@luen-sz=N_VC}l?`zNJtA`krH?K@>?REBq0S+(}^2UlFWDqHi30Pa~uu05d$T+-JrcJV1?aXOg(}Rs zl`@li5%>|PHxJjZT#h6)u5#ukqU%dvk;$HYi|x;L7naNA&)c1zj7(iIm+BYA&tK7r zwW0zwzaX`x0|CVQVi4}J(N#ScVIBUXBSyY%CN{!aH)SJ(GEwpFU}-yF{d#w05hL=m zqA}!Sf^U&%EPmu~34)ZMEMWZ|Z{ zf+Da%zhehlo-wY?=x^Nensm)O!dR`~B96^wloNE6>dRY#u#pQB(ftm&2{0{aPw);3 zLS~XJegtuFdsZ#-4}Yw<2z1ya*ZublDU*Ut>&i)(l$<$AW-E7gWuf>Kh>nR@=~Jgg zYVeI|2kH%1E@)ScwTRMO*HTWJ!AcdT*o-xoiH_PF%JHNE29RfRx{{W~Mn)HwZeR53 z{~74suQ)4?@;WN79bIYU3yi%hNhnxTu7in4w>kOLA9 z^_cPfyxl`BO^Jaqzdl`|Ez%y3HTE#{dbqX?j$5k&zQxN?z*CZw+vAZV-WEk=-9oI^ zi>;EFv9pBIbUMsM{{@)yaWwa#nUxs`jEZa5y%dJ~ZYpxpbwF;r5KM9NBrtI6bS49Z z{7GcMaXGAxDfXDD;60Li!JF~fHPwUU&ynr@B*@3ChF52>+Zzj(2PL6C2Mor0xpcaX zJz8ihH2PY@>!))WZIW^vV%K*vW$Xw?vcF2|dP9n=qCP9;7B^IZhW=jxJ&T%Ztkc=ADNzA zsx*6uOG(O5$(&<*ti|J7dW)DtZjKZ4%;`A)POZf?A4Jh3X-N5M*8W<2T>+@m+RM zso4=f_o0cfhnM$+auk~mI=kVgHZ;l-+V`UB8DLApLi~fqxxCu82ZpTHwuvkJ zMaL0c$(fK#3^%@^>W3#TVHR`5ZG3y0Clb5K47#1K#yLmQyhW_55~ZZn&H*`)Kcz#xCRQCFdlucHx%dY1wZPf=tL$KK^-_TTkBlg%SX#-AMe8 zDRJaA`0SE_!0FPPn@x{0rimZQd9k+}88MLx`S?6fu6=l1Y@h3fs<=&*q;z=urTS=C zK%}u|(8k5e&Y-zSmoYb|zD$^cY}p6(t?!f9J6m?2>Tc-Xy34Rp*Ug6P;_=3oS~ z%u;Q7%I5MiGqZ{d!-pEl{0|+1NTm+haNN1M^6$Gh!|V@!B;}D{h3pn(C{xBk%}#IR zO1TK6*^j5|!U4^zB>Fw$Ab?>qDPT1M^Jx#~^C&2cPdIB_0;KSVNk9r$##HLTSD_Z& zz)jE%*Gj)7d9uVMl=+HdJ8%e}9%lwaY;_kEvV>UsLHx;mMC@f3lzq5Iv&y8{w)@Z#?E z$bXT?tyF)?<3bugVVY6(e@Vg`2i>|)$^m~$WioLwW}oXXZ}=w;=N0{LOx0{9*as^Bb{)>T@3m+vEip|GPIJDHTEO0j?I58}) z3~@%Q(7?0uCeHM#BsO=kytmWFVcmtD#HF#V$&{e5iF)nW6D|+WjJvd;&5ukcPLykI zL)z_SO#T-IEgtk{E$oT_$8EEJI%wS_Y2C(F)`01pzGC)%N-d}qrB@+6yelt`_?uuN zPMGYZCo678{Kdb+IPo{#IN(js1Ummj@!l19H8oPMb}r|M+d{D&z2T^r|!8rbRwlE=7j zz{QM`99y%o-F!wvWl#jR$l|ML^ohwPPlBQ~Vi{{yBOjvrhl~uf zK5Vk45;70o*YhtM&7#Sc2dfA3wZq@0ZZ6N~v6zg&MzJl<$ZNrwqf-$TiT@#W`2x6Mt;TiS4huyA5^}YIPTFF^l19VciDe9QgSuo770l zz$Fvs?0FY@_UtE2YE##{%dGmgZHHfzsU_`V*H`P4*F`ul(sYs9Jq*h6rbk1>eD34Z{2K;_cLbZ46halLc ze2%NUKU&GA!WwUqG&=coFm>87tCT*F4xGxo74O@5Y3xJVE!8F_1FP%~BdC2FS9Isf zXuW-CnGh!{^D*Drcrxc3Y`W9=5ZVYqn-rEs?8_&q}IoEx+VFS zRga(VCYV$<=Zq#wk?;b+las#o#HsNw*`FGFDeA^*xQuB(cE3~CcEUYt6MjgdL|p=P z2+pPgOZ0Zk#7FPiJV}Wb={;89-U46uTu_QI1&b)P=+se1|88_^!5Um>o)Nj!lfI}_ zA{$}3*734@W4yItj?m zLJCa$`Rn$L_lRPSglt!uro*Wg-e^WHi@NW8q5zxYdq%ULx=%RZ(Ry~zKFHmgD!x8n_+?xj`!7VyZLb@!Ht zcyvx*=Ox|L<#!iwxI;b}HqA-#(_&c7eI; zh0-~Nl>BWL;lGfbd$~ThM~0`;bnAxA&t^Bg46A9F67?ijVTmmSHXl37dKJH@X%pJ( zv;J34-$9e2BLwPjbgdS-#g6)O&a!wuZ-4?=C;(W1fb*oq3F7!&Q;TDT{dSIuAJ0r( zTYW}1z5Y^?(IYRkcvPK{&UNZ!DTD2NG^^l4v6pZ*x!@0~FW+zs*VWLZvD5?b&529v zzAIr#Blpmqud6Eze&qzM(zwET6WE`YFdmz$)SiInkY`uE9 z2W8d!Z|P-BLFnbp3rcnGlI9P_{}G(V#2CJpq^&-OF7u(-e@`ex!`4!J7AZxIWjne$ z*}p)Oo)D;<^YCfczySXZ)mxzJ%Trh$e@@Xs6YI$UjQXTpMM3=OD}yJh-k2t_G}69%^Fr!Z2HQA5*4M*x@spn| zrheG^IKj0ez3X@*QK}PLKen)$lLlOFZ8tSxuEOsfZ4ZBRv~f7a=7}eY0qYvDhVUkw zZOeCWJKZrO(yrm9v!+wYKhPp+8sVTN>nKBQt1)2z7ZTr41?oJxD3UIFa*^`;bD2FhRFQI1$)e-S7>YM&OE5M83i$Yg1gC4XbSB(3HY$XeKc0w~r|t-}85eyvq znGOcAFmP`I@uNFB6D-U3R7zi&HI?4$T$XBCYp7jyF2hIU++&75Z}~Yj0lG(o!Q{%x zle@H4z=iwQ^%fFV}$@P%l|Q*S||Fc=aU(OuYN7&dFa}V3Nc7J*3pGRNHysT zpl1qYqD}+z4udN>1yr0@uF3~3%~hGND|wBbU_IaPN$MmzOSBa(DV?!lmqJAFWhao7 z6XK-N{+v`HO%=al&V4z}>Sa|@+Qf8!nk9bZMS#vdzl+RDih{^-@~-07nqb7URdH*R+DD=7!&A9Oi{-a*?F%R^?_>z|&W zHQ+4C_b)3pp#^K(qJHO8s1UDOMw^aDYOOebgZD{HMbGVDVk$+=PF2;lVmdaX96DD( z2>^x9360&?xbJ=C?ww+GUzY7mi#yf$i@Zi^^Y}?DA8FLB1O|#d@$jX3gICv(QdzlV&8dxsHV(c+LsK>QTvzU6_ zYb0#5dCxZ%c~~}R7+|_=M1NiJ;GL(M6jlh!W$wT&BZz#^;TRxOvOoC5av{aK*jUdB zEJTT7g$OLq7j%VOxq7lBmjswrMs{Cq4i_QLuY?I-R*l_PX%)WEauEF6LE{{cM%g#Z zY=g9-pHTq4-?B_^ws)ot(CdUT(Q;?3ZgB%&0-LSJk}S~oODd0f;gmE$LNlWC)*SZw zTF2tWUDe>}3GAgFzfUW{@fr-5%+TXNF!#@u3xLK#M@{^pJ@RwHxR(mQv$rbM^u)yF zp7gc4+^-scO=w4GnLoUHm&|*G%B4)zdnT-@sLAXD{t?qVWoK?M#QmO7ZDZYumcROM zT0RXq?@|A$uOb2&0IX>Ab9ty?U)lM3)bo7LPM+d~0IDZ9U)9X4Pt|IhEccrc4$Yqg zxN&t9niz^0H@V{LX*57HW5=4LcVn`mZrtz!m-E4LWa#a&|ZE=ZeR z_be>uWC0uQotqmp(+ySAn|+s`Jh^?c#?)U-^^qVEROY9akEY4F$EfL{d=!)6%BG-- zzxb^*e?e$Rf1Wl1QT?k8F>OCoXwv?=Ung`f@oR`*z|{D)G%5h9(2EXaoVg^$f5Zm< zKZTunJXG!9$1R~Oja|ej${K1yXo$j8_FcA;rjQxV!J)?|Gj8yk6(bnRAXg-|KsQuFvOvU}1Q)$#BKFf7rFv3#c^C6nuM& zOO0Gft$Kq{^uZk+fBQMx4ywF#eZ10jN%@}^6Trc3hCtkr5v?qLPeTBZoa}i>5KfE4m^W45!H&tNIy2!R)_bi2pfs)oyorVbu+nl5 ziVqIJzcjU0;LWSXA>n4vmdvWwz`nJ(vB0=#2PO^BiHo&%ecgXrM@U_;#^7aMCflK* zu?J85J`Tl@CXG@Gz9}c1FQwCP4okOwbBpS37P8a>qfV`z9k+`X5YFPzTfu%UP!6y`Fvr_P9?4V5;X6Bf8{U9#rCkAZ zM&uVB!n66B@`9(+a&}!KKRfCf^oQNN+6$^tHoMIK!>*$7-0ZFr=x>*b-P5X-LgxBY zo2Ug*pNH%q>8qqJmtk=~7g&DYcueN3PcuE3&z~%j0gUYgSS9wn57tV0QdV~{+bxEnx{U^j4&k6Tg_t{mX$_Yq$xe=@q|jc4#`MB^ zJT!tidMB9LT+XqKk3JFN=!_dS0?dknKn##1>;EeT2o)}9LyEIBz=e4SFuw9d_vq)Y znKx|vFBXdWkaNz_)-AYMGNnQ9zLj_f%C}~7N!N>u)Lf+CfEIdIU7czh$QbcAide4T zZQJy*?<2fUv(SP%PV21I_X1kz7G8vO5oI)0xCIvcYt6{A`!}bwQlGSad^&0sE+dig ztCN-J!D2iYgG*FJ2{BPzy1^u&y=FXDd67a8y7BGP|L)Sh_Z*1ci7meUFD~utdnA|k z%FkshXa7&|yHfQ-cZaL9*88w++@nx&uAPsEVL*=wVw{~gi>(snR7!xUfN3m@nIRqe z$bxi@pG5F$L=in`nIEOo82`J5h_9j*7~_4)pr(1ea&G+SOCoJiMKDK#1^!`Tmo zu(KAj$s(@Ez}~eSFWD$y#q zslU<&-b60sArh0MhfMd8Ut(rM_CQZ8FfKQivy3;fi)0|#R9eO4o~zDAw8`&mCJBRl zL+V<9>B#dX+=Ch6E=t$PUla#aJlOiq<<`$o@7t~|m@_8YX~f5JPr8|q*x0k}KKaw) zlj4s{p!Bb0(O2I@&cJP`BT4v(=^IBCC}>G;6Pl`dvTGO(u1uHZFzBch#Oi5#?{oUA zMDhff&?FU9`${$qfOt^aXNUDLXp}!L8o++(*YdqI@rZ`e_9q$WGiZtk%BdwBGNUQLOvKhbHU?bZL0ypyF6t66gl zm;}?$LvW7=cpykxJulrHg1_Tybvk9?!FUgQFW7)ZjiG5RKh5P)A-N+a_IR~*prd%Jub(3dwV#iE zEZRnitmR!zrZDwcFZbI$fi zpQ#2NyF^|ZZxhg}_2{p|uY5RbnD8K6ZJ*(Qw2)?}wekp&yaRA|Qo#DxsS?SeI+jqSMG)is9$_pX3e;QRCk`w z6Eyf}-+>ptnm-5fB$ja02cI*FiDNlWz6!au(Hs}CGqc@Mmic~|=QFFJrG1@1hjtXy z4~e%c+1cVu*QrSvt}^-J7&3CYOFA(;0v#pDtP1!!v4p;BvW*`n{US>q(dX{NUrV`ti>sUd7L3MP0-oP`aRTgYw5brGKhov{JH8&ZnR)OJ2X6Hj z*N%E-g5%w9Tu(o3p@Ox209&F)dqM|)8ypzq@>_T7)U{4lXM#FbS?FxaC!G^bZMM9+ z4tmuQbQP|}fWbv^^L6{ks3C9Ej)`TTPs7Rx%f;*+b8A$!FHS$N0rHb7YlE-;Os=Pr zQ{twGcgc=sfxFbo@AZ<0v(i)mIIN>SayZmhz4f%!>5C|cW!)L%h17s1v)z*m@qbN( zLIG`HP@`-xc!<{bo61SZlQWVZ1OuYl!Sb-gF-ru;V-o?-65R4%f%6Z;4dlCb<*tm4 zT`7ejX`!VvI;>13$7YHQz%+8p7l(Tpo$_JB4f^W={o?Bv;zK3iLCjqj{gvE5lo;fd zHH{q|VzJ(ecLFb~dW44K((lhkhDQ$2inQ@ZcRq7Y>-^*1b>gOVEt)4}ovdHpbt^K@ z|3sf`Dm|bJwcZkK{pP34+PPS-&Y(HzYpQh%%*U0(ohJ^qYv&SPhZse79v3M#nTUb? zTTjUjU*9&)0S1{kUx6pKuPYG_c~z}evFZy5xUz{>?k8wd2OGRLnS6!W@2E;KWyJGkUt&UFTh*2NVjj=kW%jj~V001z!4 z=ACav4hf=_2vC25z)FK{a-HCIF%1b@(>NH^N7$**yWUBYO61yA32R`g-kGrQqT2&s zZ1aW~`>zx~03Uhl@0bL?Vul+mpc)cp64nzfU1rpi*eG&?8WU7Xl4Pf1!!_iKpK_${ zC;xLY0h})InNl8x8hkL6Jpz7odsa%}^mCw|17HWPhf{dC+kQ}x((i~n?<}jL=p9a@ z<9^KPtHyuVYuBL`*B7H;P2iVO8ICwx_P&$c40y;=GC7R)u@F`J-|`;#me&bZ9#xFU zJg^Th!=rFfc{Bw+ujIxWBM>U0T(6i0?6X&W^QWn?a#<*foA?<)RQJ+am_wkw5~pN- z7sfTpB>PChT4dEn1d;2VMl0o-hg^bZeAQZSZ%fT*?fK_jkzO;p1^Kn_+yjstFP#ra zNvx;BrMYSMj?`B;0sS zFuJaW4L~Ou?IWxSIxyrDP0$laaSx}5DtUOzHO?=y^m2JYfcOG)&~ws}entE=bCT7$ z=#rYt?lU1eR^i}WaqU8Z0rKPflqR^`l!q|k(Zo+khOK+ubx;hXEPh&3dhXVaKhK_5 zEWuW;iN*%L+&b5&xM}Dl-pY8w8~S%KsSYAxoEeE0RatjS6)vupzw^Mi4zR4J9^a9vEO zGsL1|=&T;B!-Hc|XANCOT4+&_Am}oQeN;)!5I#Ng%dGfD89Z`xzBJfQ5Uq?0g3AeUS9@IhE|>w~}OV)8>HvkoV#COPN{LT#vk8 zt2Z)j@{a(~lW*kv*4-rOL6sffa^(OAYdJ-0AsgF9gwSQe2wH&X@4yh*TSHt#%TNt1(?*1p$1*$&WoXj%(3D- zcQ5QJ#PkYUg9UjMs?vZCI$TX&{X=JmqECeM2>uCx|CpLx$`!gYuDe(vVX}YRkFG^k zURe>tw{_d=^mg9nvS?KtpkI=2?(iG$tPXR5QosdvzxGoCt z$$I=Gfzpq+2F3?10L^~%hk|tHo!byiu28i+0-PzrVDKCekd-_eW}(>Fp}Ancc191J z%LV{ozGVXd7!U|yD)X?cRj`u12B#u~Q22#>5x;tCwV54R+A8Kzk+(poe&f<5a*v*K zT2oU&Cy_LPGej(sedjw!v3{YylrY}sxYF)>cfp<-T!xEu)CFu&YJe?D)I%N!%*L!8 zEi#ZVi4r-oMksMF`zOoUUiq(+KVL}Vgk4zs|M2{i%LBzJSShuf5=6EJK+gfbJ})q= zG0GhyJ>s|)s`}>jgj5{06DiB8;CT5#UeEFuCDRNU65yFEh+SOUYPR?{idoz^hcctc z&442k_wYk5d(L7ZTKmy)4^n0o##7c6!_jl_B86&KbNSP0;&tq_AS1DeI66n%PR*pX zi2%0k-ZNP@3`AaRb)vJ?W}XEv*Z1a+PPd6tY;c0IY-s0=Iw-*C*soU) zC=bBofdMQRHt;f`m;%bDO+Q@6&hS8dvdDDe(V_H-k2t&!J`FL&9w2#0bHLqd5+>n8)4e;ua%TPUO&4#d!TjvD`IHe+m+wqABkj zoNs5r+GI!s>cQZx77EF%7%V;lk~d43R$%h9**@|sc6SSR>J07Anld(@sT0nyR>Qu_ zPhkc@Fj;M*AKsf3%f|p*H1HyY%3g7T%cCKt?y8k0=-`j0laL`{!mVH11jZ{=3)Zbo z21^05#asw*jiv?Hew&@KV*;teNz-jz?UZ2y0k!l8DBW^9Rj~0!uD>Ft|27Lg;_|N} z*?vvL_xnuig>$EG@^@kLoJ?zdbt0stXU1YVLJO_W zCv!h-*}a>}{Q3SZv`DX6-2%p&B;T>R%A72KsxXP5VK54m2trhI`mBmx(#zV{ zInu6zS{==2l?XBO^i7UsOK?Fk{?ekyEXECjxn| ze`kRpJim|8Q}?3d(XG1>vcoX%zs<(_g-QWYTElLe@&5AL%%^F!{2#PFiop zRz~d(ix56>b@e=g)qGNk>2`{de6Q_WxRCIF*6yQFR#bxy#Qy{EQ~~2n-V>tkL{`UY z&0Rmmuj2DpeT)jObl<7A@des_b`d1V25nwoq~e9M<^f>hHSU>co8g(*{m}-YwofiI z-mkS=3Wl~O+8MFVW{YqX8E6K**_pPc`QNK@m~X8Hg&Kle5qX4L!dd6!IWdLU*Nlkc zGiH(n$H6or(h^BfuCPB&?kP`30z;2(u1 zR+FQfD9dIbldYlRvSLo87bRrF5U656yei7F$Z+uFv&!-!9(3wD{QY)By0oUJmuQ{- zU}FV=;Y7LSZ1uxnRdzVY10dxWlIkcKoJet_HxrwC@n~W6^hFyQekJ5|pV<4XQj zka1?kZLfD%g`ld(`_Jln6>AAWt9jnwML-$NI@O($<9KJ{W`C%l?Zl4-L0J7Mr!-?21u}Dy5k;D zu}!eeZ*3?R;L}9xDghYu?{zNJxF-U5o>7it>+~T~$v2ua{;7P)^J*yJ6~TT02(a@l_L<@JIZo3wOYJ9t9BNNUnvpIZ184_1fah;Vh@r1saB z^4y@`7jq3dxmVlsiow+%)C~5)FovY6v>3pvw$J%t@r@7cp&Ec@j$@T1u-i81-!`X5 z*u0~!^hDZq+7k7};*;b~0?h1x(q(|(>8OIVD1hr(THoGWk=iwDyIPzQf69sA=(J+o zn#EcLV}QPlry2xM(Oe*&QuTxz|DO({_ui&T9ig&XSsUK?V&dy)5>MGnr6uw&*J)SR z4O5d0C2t!+(VG{Y3fFU3G4!F~;z`0^Zy$VT zlJGjGSF&$3BUtfc03n5Fp1KQfb~InA&8`q*1q&GG=||Hzpy6L2H1f*;LpyQht{w?} zDZ2kUk>FaSr)>&iD|Z|7sH6U!z%}z@JhB~OedrN<`}Lfq^UV}Y43>cn?*zZ0AOM2< zpX5w(`QSQaEYTvqHz~=NXHUjQf0o%dBkQfeAN31lR&xxOEgYHTdZp%bVXN280=Ana z^M=FH$n=5rl?&BI)^08Qe_`>YwGkkoEIR+Kv^%~Pb0k^b?3|sA#qp8cs#eTueeM2Q zRw=0&M&6mX$~YF!Y0ZBc@63#c7`f!9BKSXd@Voc{RoLU+XN*d^;RK${8T?=LBS%Bk z&gk{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 0000000..4ccf578 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = {"kinds":{"8":"Enumeration","16":"Enumeration member","64":"Function","128":"Class","256":"Interface","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal"},"rows":[{"id":0,"kind":64,"name":"loadDocument","url":"modules.html#loadDocument","classes":"tsd-kind-function"},{"id":1,"kind":64,"name":"loadDocumentByString","url":"modules.html#loadDocumentByString","classes":"tsd-kind-function"},{"id":2,"kind":128,"name":"ValidationException","url":"classes/ValidationException.html","classes":"tsd-kind-class"},{"id":3,"kind":1024,"name":"indentPerLevel","url":"classes/ValidationException.html#indentPerLevel","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ValidationException"},{"id":4,"kind":65536,"name":"__type","url":"classes/ValidationException.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"ValidationException"},{"id":5,"kind":512,"name":"constructor","url":"classes/ValidationException.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ValidationException"},{"id":6,"kind":1024,"name":"children","url":"classes/ValidationException.html#children","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ValidationException"},{"id":7,"kind":1024,"name":"bullet","url":"classes/ValidationException.html#bullet","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ValidationException"},{"id":8,"kind":2048,"name":"withBullet","url":"classes/ValidationException.html#withBullet","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ValidationException"},{"id":9,"kind":2048,"name":"simplify","url":"classes/ValidationException.html#simplify","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ValidationException"},{"id":10,"kind":2048,"name":"summary","url":"classes/ValidationException.html#summary","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ValidationException"},{"id":11,"kind":2048,"name":"prettyStr","url":"classes/ValidationException.html#prettyStr","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ValidationException"},{"id":12,"kind":2048,"name":"toString","url":"classes/ValidationException.html#toString","classes":"tsd-kind-method tsd-parent-kind-class","parent":"ValidationException"},{"id":13,"kind":8,"name":"ToolTimeLimit_class","url":"enums/ToolTimeLimit_class.html","classes":"tsd-kind-enum"},{"id":14,"kind":16,"name":"TOOLTIMELIMIT","url":"enums/ToolTimeLimit_class.html#TOOLTIMELIMIT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ToolTimeLimit_class"},{"id":15,"kind":8,"name":"WorkReuse_class","url":"enums/WorkReuse_class.html","classes":"tsd-kind-enum"},{"id":16,"kind":16,"name":"WORKREUSE","url":"enums/WorkReuse_class.html#WORKREUSE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"WorkReuse_class"},{"id":17,"kind":256,"name":"NetworkAccessProperties","url":"interfaces/NetworkAccessProperties.html","classes":"tsd-kind-interface"},{"id":18,"kind":1024,"name":"extensionFields","url":"interfaces/NetworkAccessProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NetworkAccessProperties"},{"id":19,"kind":1024,"name":"class_","url":"interfaces/NetworkAccessProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NetworkAccessProperties"},{"id":20,"kind":1024,"name":"networkAccess","url":"interfaces/NetworkAccessProperties.html#networkAccess","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"NetworkAccessProperties"},{"id":21,"kind":256,"name":"RecordFieldProperties","url":"interfaces/RecordFieldProperties.html","classes":"tsd-kind-interface"},{"id":22,"kind":1024,"name":"extensionFields","url":"interfaces/RecordFieldProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RecordFieldProperties"},{"id":23,"kind":1024,"name":"name","url":"interfaces/RecordFieldProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RecordFieldProperties"},{"id":24,"kind":1024,"name":"doc","url":"interfaces/RecordFieldProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"RecordFieldProperties"},{"id":25,"kind":1024,"name":"type","url":"interfaces/RecordFieldProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RecordFieldProperties"},{"id":26,"kind":128,"name":"EnumSchema","url":"classes/EnumSchema.html","classes":"tsd-kind-class"},{"id":27,"kind":2048,"name":"fromDoc","url":"classes/EnumSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"EnumSchema"},{"id":28,"kind":1024,"name":"attr","url":"classes/EnumSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"EnumSchema"},{"id":29,"kind":512,"name":"constructor","url":"classes/EnumSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EnumSchema"},{"id":30,"kind":1024,"name":"extensionFields","url":"classes/EnumSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnumSchema"},{"id":31,"kind":1024,"name":"symbols","url":"classes/EnumSchema.html#symbols","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnumSchema"},{"id":32,"kind":1024,"name":"type","url":"classes/EnumSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnumSchema"},{"id":33,"kind":2048,"name":"save","url":"classes/EnumSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"EnumSchema"},{"id":34,"kind":1024,"name":"loadingOptions","url":"classes/EnumSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"EnumSchema"},{"id":35,"kind":256,"name":"CommandInputArraySchemaProperties","url":"interfaces/CommandInputArraySchemaProperties.html","classes":"tsd-kind-interface"},{"id":36,"kind":1024,"name":"extensionFields","url":"interfaces/CommandInputArraySchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":37,"kind":1024,"name":"name","url":"interfaces/CommandInputArraySchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":38,"kind":1024,"name":"items","url":"interfaces/CommandInputArraySchemaProperties.html#items","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":39,"kind":1024,"name":"type","url":"interfaces/CommandInputArraySchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":40,"kind":1024,"name":"label","url":"interfaces/CommandInputArraySchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":41,"kind":1024,"name":"doc","url":"interfaces/CommandInputArraySchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":42,"kind":1024,"name":"inputBinding","url":"interfaces/CommandInputArraySchemaProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputArraySchemaProperties"},{"id":43,"kind":8,"name":"CWLVersion","url":"enums/CWLVersion.html","classes":"tsd-kind-enum"},{"id":44,"kind":16,"name":"DRAFT_2","url":"enums/CWLVersion.html#DRAFT_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":45,"kind":16,"name":"DRAFT_3_DEV1","url":"enums/CWLVersion.html#DRAFT_3_DEV1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":46,"kind":16,"name":"DRAFT_3_DEV2","url":"enums/CWLVersion.html#DRAFT_3_DEV2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":47,"kind":16,"name":"DRAFT_3_DEV3","url":"enums/CWLVersion.html#DRAFT_3_DEV3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":48,"kind":16,"name":"DRAFT_3_DEV4","url":"enums/CWLVersion.html#DRAFT_3_DEV4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":49,"kind":16,"name":"DRAFT_3_DEV5","url":"enums/CWLVersion.html#DRAFT_3_DEV5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":50,"kind":16,"name":"DRAFT_3","url":"enums/CWLVersion.html#DRAFT_3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":51,"kind":16,"name":"DRAFT_4_DEV1","url":"enums/CWLVersion.html#DRAFT_4_DEV1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":52,"kind":16,"name":"DRAFT_4_DEV2","url":"enums/CWLVersion.html#DRAFT_4_DEV2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":53,"kind":16,"name":"DRAFT_4_DEV3","url":"enums/CWLVersion.html#DRAFT_4_DEV3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":54,"kind":16,"name":"V1_0_DEV4","url":"enums/CWLVersion.html#V1_0_DEV4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":55,"kind":16,"name":"V1_0","url":"enums/CWLVersion.html#V1_0","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":56,"kind":16,"name":"V1_1_0_DEV1","url":"enums/CWLVersion.html#V1_1_0_DEV1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":57,"kind":16,"name":"V1_1","url":"enums/CWLVersion.html#V1_1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":58,"kind":16,"name":"V1_2_0_DEV1","url":"enums/CWLVersion.html#V1_2_0_DEV1","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":59,"kind":16,"name":"V1_2_0_DEV2","url":"enums/CWLVersion.html#V1_2_0_DEV2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":60,"kind":16,"name":"V1_2_0_DEV3","url":"enums/CWLVersion.html#V1_2_0_DEV3","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":61,"kind":16,"name":"V1_2_0_DEV4","url":"enums/CWLVersion.html#V1_2_0_DEV4","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":62,"kind":16,"name":"V1_2_0_DEV5","url":"enums/CWLVersion.html#V1_2_0_DEV5","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":63,"kind":16,"name":"V1_2","url":"enums/CWLVersion.html#V1_2","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLVersion"},{"id":64,"kind":128,"name":"SoftwareRequirement","url":"classes/SoftwareRequirement.html","classes":"tsd-kind-class"},{"id":65,"kind":2048,"name":"fromDoc","url":"classes/SoftwareRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"SoftwareRequirement"},{"id":66,"kind":1024,"name":"attr","url":"classes/SoftwareRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"SoftwareRequirement"},{"id":67,"kind":512,"name":"constructor","url":"classes/SoftwareRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SoftwareRequirement"},{"id":68,"kind":1024,"name":"extensionFields","url":"classes/SoftwareRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwareRequirement"},{"id":69,"kind":1024,"name":"class_","url":"classes/SoftwareRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwareRequirement"},{"id":70,"kind":1024,"name":"packages","url":"classes/SoftwareRequirement.html#packages","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwareRequirement"},{"id":71,"kind":2048,"name":"save","url":"classes/SoftwareRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SoftwareRequirement"},{"id":72,"kind":1024,"name":"loadingOptions","url":"classes/SoftwareRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SoftwareRequirement"},{"id":73,"kind":256,"name":"SubworkflowFeatureRequirementProperties","url":"interfaces/SubworkflowFeatureRequirementProperties.html","classes":"tsd-kind-interface"},{"id":74,"kind":1024,"name":"extensionFields","url":"interfaces/SubworkflowFeatureRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SubworkflowFeatureRequirementProperties"},{"id":75,"kind":1024,"name":"class_","url":"interfaces/SubworkflowFeatureRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SubworkflowFeatureRequirementProperties"},{"id":76,"kind":256,"name":"InputArraySchemaProperties","url":"interfaces/InputArraySchemaProperties.html","classes":"tsd-kind-interface"},{"id":77,"kind":1024,"name":"extensionFields","url":"interfaces/InputArraySchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputArraySchemaProperties"},{"id":78,"kind":1024,"name":"name","url":"interfaces/InputArraySchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputArraySchemaProperties"},{"id":79,"kind":1024,"name":"items","url":"interfaces/InputArraySchemaProperties.html#items","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputArraySchemaProperties"},{"id":80,"kind":1024,"name":"type","url":"interfaces/InputArraySchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputArraySchemaProperties"},{"id":81,"kind":1024,"name":"label","url":"interfaces/InputArraySchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputArraySchemaProperties"},{"id":82,"kind":1024,"name":"doc","url":"interfaces/InputArraySchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputArraySchemaProperties"},{"id":83,"kind":128,"name":"OperationInputParameter","url":"classes/OperationInputParameter.html","classes":"tsd-kind-class"},{"id":84,"kind":2048,"name":"fromDoc","url":"classes/OperationInputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"OperationInputParameter"},{"id":85,"kind":1024,"name":"attr","url":"classes/OperationInputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"OperationInputParameter"},{"id":86,"kind":512,"name":"constructor","url":"classes/OperationInputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OperationInputParameter"},{"id":87,"kind":1024,"name":"extensionFields","url":"classes/OperationInputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":88,"kind":1024,"name":"id","url":"classes/OperationInputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":89,"kind":1024,"name":"label","url":"classes/OperationInputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":90,"kind":1024,"name":"secondaryFiles","url":"classes/OperationInputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":91,"kind":1024,"name":"streamable","url":"classes/OperationInputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":92,"kind":1024,"name":"doc","url":"classes/OperationInputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":93,"kind":1024,"name":"format","url":"classes/OperationInputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":94,"kind":1024,"name":"loadContents","url":"classes/OperationInputParameter.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":95,"kind":1024,"name":"loadListing","url":"classes/OperationInputParameter.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":96,"kind":1024,"name":"default_","url":"classes/OperationInputParameter.html#default_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":97,"kind":1024,"name":"type","url":"classes/OperationInputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationInputParameter"},{"id":98,"kind":2048,"name":"save","url":"classes/OperationInputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OperationInputParameter"},{"id":99,"kind":1024,"name":"loadingOptions","url":"classes/OperationInputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OperationInputParameter"},{"id":100,"kind":8,"name":"stdin","url":"enums/stdin.html","classes":"tsd-kind-enum"},{"id":101,"kind":16,"name":"STDIN","url":"enums/stdin.html#STDIN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"stdin"},{"id":102,"kind":128,"name":"WorkflowStepInput","url":"classes/WorkflowStepInput.html","classes":"tsd-kind-class"},{"id":103,"kind":2048,"name":"fromDoc","url":"classes/WorkflowStepInput.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"WorkflowStepInput"},{"id":104,"kind":1024,"name":"attr","url":"classes/WorkflowStepInput.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"WorkflowStepInput"},{"id":105,"kind":512,"name":"constructor","url":"classes/WorkflowStepInput.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowStepInput"},{"id":106,"kind":1024,"name":"extensionFields","url":"classes/WorkflowStepInput.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":107,"kind":1024,"name":"id","url":"classes/WorkflowStepInput.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":108,"kind":1024,"name":"source","url":"classes/WorkflowStepInput.html#source","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":109,"kind":1024,"name":"linkMerge","url":"classes/WorkflowStepInput.html#linkMerge","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":110,"kind":1024,"name":"pickValue","url":"classes/WorkflowStepInput.html#pickValue","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":111,"kind":1024,"name":"loadContents","url":"classes/WorkflowStepInput.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":112,"kind":1024,"name":"loadListing","url":"classes/WorkflowStepInput.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":113,"kind":1024,"name":"label","url":"classes/WorkflowStepInput.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":114,"kind":1024,"name":"default_","url":"classes/WorkflowStepInput.html#default_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":115,"kind":1024,"name":"valueFrom","url":"classes/WorkflowStepInput.html#valueFrom","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepInput"},{"id":116,"kind":2048,"name":"save","url":"classes/WorkflowStepInput.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowStepInput"},{"id":117,"kind":1024,"name":"loadingOptions","url":"classes/WorkflowStepInput.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"WorkflowStepInput"},{"id":118,"kind":256,"name":"CommandOutputParameterProperties","url":"interfaces/CommandOutputParameterProperties.html","classes":"tsd-kind-interface"},{"id":119,"kind":1024,"name":"extensionFields","url":"interfaces/CommandOutputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputParameterProperties"},{"id":120,"kind":1024,"name":"id","url":"interfaces/CommandOutputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputParameterProperties"},{"id":121,"kind":1024,"name":"label","url":"interfaces/CommandOutputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputParameterProperties"},{"id":122,"kind":1024,"name":"secondaryFiles","url":"interfaces/CommandOutputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputParameterProperties"},{"id":123,"kind":1024,"name":"streamable","url":"interfaces/CommandOutputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputParameterProperties"},{"id":124,"kind":1024,"name":"doc","url":"interfaces/CommandOutputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputParameterProperties"},{"id":125,"kind":1024,"name":"format","url":"interfaces/CommandOutputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputParameterProperties"},{"id":126,"kind":1024,"name":"type","url":"interfaces/CommandOutputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputParameterProperties"},{"id":127,"kind":1024,"name":"outputBinding","url":"interfaces/CommandOutputParameterProperties.html#outputBinding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputParameterProperties"},{"id":128,"kind":256,"name":"CommandInputSchemaProperties","url":"interfaces/CommandInputSchemaProperties.html","classes":"tsd-kind-interface"},{"id":129,"kind":256,"name":"DockerRequirementProperties","url":"interfaces/DockerRequirementProperties.html","classes":"tsd-kind-interface"},{"id":130,"kind":1024,"name":"extensionFields","url":"interfaces/DockerRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":131,"kind":1024,"name":"class_","url":"interfaces/DockerRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":132,"kind":1024,"name":"dockerPull","url":"interfaces/DockerRequirementProperties.html#dockerPull","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":133,"kind":1024,"name":"dockerLoad","url":"interfaces/DockerRequirementProperties.html#dockerLoad","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":134,"kind":1024,"name":"dockerFile","url":"interfaces/DockerRequirementProperties.html#dockerFile","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":135,"kind":1024,"name":"dockerImport","url":"interfaces/DockerRequirementProperties.html#dockerImport","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":136,"kind":1024,"name":"dockerImageId","url":"interfaces/DockerRequirementProperties.html#dockerImageId","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":137,"kind":1024,"name":"dockerOutputDirectory","url":"interfaces/DockerRequirementProperties.html#dockerOutputDirectory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DockerRequirementProperties"},{"id":138,"kind":128,"name":"File","url":"classes/File.html","classes":"tsd-kind-class"},{"id":139,"kind":2048,"name":"fromDoc","url":"classes/File.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"File"},{"id":140,"kind":1024,"name":"attr","url":"classes/File.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"File"},{"id":141,"kind":512,"name":"constructor","url":"classes/File.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"File"},{"id":142,"kind":1024,"name":"extensionFields","url":"classes/File.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":143,"kind":1024,"name":"class_","url":"classes/File.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":144,"kind":1024,"name":"location","url":"classes/File.html#location","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":145,"kind":1024,"name":"path","url":"classes/File.html#path","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":146,"kind":1024,"name":"basename","url":"classes/File.html#basename","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":147,"kind":1024,"name":"dirname","url":"classes/File.html#dirname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":148,"kind":1024,"name":"nameroot","url":"classes/File.html#nameroot","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":149,"kind":1024,"name":"nameext","url":"classes/File.html#nameext","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":150,"kind":1024,"name":"checksum","url":"classes/File.html#checksum","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":151,"kind":1024,"name":"size","url":"classes/File.html#size","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":152,"kind":1024,"name":"secondaryFiles","url":"classes/File.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":153,"kind":1024,"name":"format","url":"classes/File.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":154,"kind":1024,"name":"contents","url":"classes/File.html#contents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"File"},{"id":155,"kind":2048,"name":"save","url":"classes/File.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"File"},{"id":156,"kind":1024,"name":"loadingOptions","url":"classes/File.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"File"},{"id":157,"kind":256,"name":"ExpressionToolOutputParameterProperties","url":"interfaces/ExpressionToolOutputParameterProperties.html","classes":"tsd-kind-interface"},{"id":158,"kind":1024,"name":"extensionFields","url":"interfaces/ExpressionToolOutputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExpressionToolOutputParameterProperties"},{"id":159,"kind":1024,"name":"id","url":"interfaces/ExpressionToolOutputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolOutputParameterProperties"},{"id":160,"kind":1024,"name":"label","url":"interfaces/ExpressionToolOutputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolOutputParameterProperties"},{"id":161,"kind":1024,"name":"secondaryFiles","url":"interfaces/ExpressionToolOutputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolOutputParameterProperties"},{"id":162,"kind":1024,"name":"streamable","url":"interfaces/ExpressionToolOutputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolOutputParameterProperties"},{"id":163,"kind":1024,"name":"doc","url":"interfaces/ExpressionToolOutputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolOutputParameterProperties"},{"id":164,"kind":1024,"name":"format","url":"interfaces/ExpressionToolOutputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolOutputParameterProperties"},{"id":165,"kind":1024,"name":"type","url":"interfaces/ExpressionToolOutputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExpressionToolOutputParameterProperties"},{"id":166,"kind":256,"name":"CommandLineToolProperties","url":"interfaces/CommandLineToolProperties.html","classes":"tsd-kind-interface"},{"id":167,"kind":1024,"name":"extensionFields","url":"interfaces/CommandLineToolProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":168,"kind":1024,"name":"id","url":"interfaces/CommandLineToolProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":169,"kind":1024,"name":"class_","url":"interfaces/CommandLineToolProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":170,"kind":1024,"name":"label","url":"interfaces/CommandLineToolProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":171,"kind":1024,"name":"doc","url":"interfaces/CommandLineToolProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":172,"kind":1024,"name":"inputs","url":"interfaces/CommandLineToolProperties.html#inputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":173,"kind":1024,"name":"outputs","url":"interfaces/CommandLineToolProperties.html#outputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":174,"kind":1024,"name":"requirements","url":"interfaces/CommandLineToolProperties.html#requirements","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":175,"kind":1024,"name":"hints","url":"interfaces/CommandLineToolProperties.html#hints","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":176,"kind":1024,"name":"cwlVersion","url":"interfaces/CommandLineToolProperties.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":177,"kind":1024,"name":"intent","url":"interfaces/CommandLineToolProperties.html#intent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineToolProperties"},{"id":178,"kind":1024,"name":"baseCommand","url":"interfaces/CommandLineToolProperties.html#baseCommand","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":179,"kind":1024,"name":"arguments_","url":"interfaces/CommandLineToolProperties.html#arguments_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":180,"kind":1024,"name":"stdin","url":"interfaces/CommandLineToolProperties.html#stdin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":181,"kind":1024,"name":"stderr","url":"interfaces/CommandLineToolProperties.html#stderr","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":182,"kind":1024,"name":"stdout","url":"interfaces/CommandLineToolProperties.html#stdout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":183,"kind":1024,"name":"successCodes","url":"interfaces/CommandLineToolProperties.html#successCodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":184,"kind":1024,"name":"temporaryFailCodes","url":"interfaces/CommandLineToolProperties.html#temporaryFailCodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":185,"kind":1024,"name":"permanentFailCodes","url":"interfaces/CommandLineToolProperties.html#permanentFailCodes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineToolProperties"},{"id":186,"kind":8,"name":"Workflow_class","url":"enums/Workflow_class.html","classes":"tsd-kind-enum"},{"id":187,"kind":16,"name":"WORKFLOW","url":"enums/Workflow_class.html#WORKFLOW","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"Workflow_class"},{"id":188,"kind":256,"name":"InlineJavascriptRequirementProperties","url":"interfaces/InlineJavascriptRequirementProperties.html","classes":"tsd-kind-interface"},{"id":189,"kind":1024,"name":"extensionFields","url":"interfaces/InlineJavascriptRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InlineJavascriptRequirementProperties"},{"id":190,"kind":1024,"name":"class_","url":"interfaces/InlineJavascriptRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InlineJavascriptRequirementProperties"},{"id":191,"kind":1024,"name":"expressionLib","url":"interfaces/InlineJavascriptRequirementProperties.html#expressionLib","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InlineJavascriptRequirementProperties"},{"id":192,"kind":256,"name":"InputEnumSchemaProperties","url":"interfaces/InputEnumSchemaProperties.html","classes":"tsd-kind-interface"},{"id":193,"kind":1024,"name":"extensionFields","url":"interfaces/InputEnumSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputEnumSchemaProperties"},{"id":194,"kind":1024,"name":"name","url":"interfaces/InputEnumSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputEnumSchemaProperties"},{"id":195,"kind":1024,"name":"symbols","url":"interfaces/InputEnumSchemaProperties.html#symbols","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputEnumSchemaProperties"},{"id":196,"kind":1024,"name":"type","url":"interfaces/InputEnumSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputEnumSchemaProperties"},{"id":197,"kind":1024,"name":"label","url":"interfaces/InputEnumSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputEnumSchemaProperties"},{"id":198,"kind":1024,"name":"doc","url":"interfaces/InputEnumSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputEnumSchemaProperties"},{"id":199,"kind":256,"name":"FileProperties","url":"interfaces/FileProperties.html","classes":"tsd-kind-interface"},{"id":200,"kind":1024,"name":"extensionFields","url":"interfaces/FileProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":201,"kind":1024,"name":"class_","url":"interfaces/FileProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":202,"kind":1024,"name":"location","url":"interfaces/FileProperties.html#location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":203,"kind":1024,"name":"path","url":"interfaces/FileProperties.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":204,"kind":1024,"name":"basename","url":"interfaces/FileProperties.html#basename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":205,"kind":1024,"name":"dirname","url":"interfaces/FileProperties.html#dirname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":206,"kind":1024,"name":"nameroot","url":"interfaces/FileProperties.html#nameroot","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":207,"kind":1024,"name":"nameext","url":"interfaces/FileProperties.html#nameext","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":208,"kind":1024,"name":"checksum","url":"interfaces/FileProperties.html#checksum","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":209,"kind":1024,"name":"size","url":"interfaces/FileProperties.html#size","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":210,"kind":1024,"name":"secondaryFiles","url":"interfaces/FileProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":211,"kind":1024,"name":"format","url":"interfaces/FileProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":212,"kind":1024,"name":"contents","url":"interfaces/FileProperties.html#contents","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FileProperties"},{"id":213,"kind":8,"name":"ResourceRequirement_class","url":"enums/ResourceRequirement_class.html","classes":"tsd-kind-enum"},{"id":214,"kind":16,"name":"RESOURCEREQUIREMENT","url":"enums/ResourceRequirement_class.html#RESOURCEREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ResourceRequirement_class"},{"id":215,"kind":128,"name":"InputArraySchema","url":"classes/InputArraySchema.html","classes":"tsd-kind-class"},{"id":216,"kind":2048,"name":"fromDoc","url":"classes/InputArraySchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InputArraySchema"},{"id":217,"kind":1024,"name":"attr","url":"classes/InputArraySchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InputArraySchema"},{"id":218,"kind":512,"name":"constructor","url":"classes/InputArraySchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InputArraySchema"},{"id":219,"kind":1024,"name":"extensionFields","url":"classes/InputArraySchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputArraySchema"},{"id":220,"kind":1024,"name":"name","url":"classes/InputArraySchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputArraySchema"},{"id":221,"kind":1024,"name":"items","url":"classes/InputArraySchema.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputArraySchema"},{"id":222,"kind":1024,"name":"type","url":"classes/InputArraySchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputArraySchema"},{"id":223,"kind":1024,"name":"label","url":"classes/InputArraySchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputArraySchema"},{"id":224,"kind":1024,"name":"doc","url":"classes/InputArraySchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputArraySchema"},{"id":225,"kind":2048,"name":"save","url":"classes/InputArraySchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InputArraySchema"},{"id":226,"kind":1024,"name":"loadingOptions","url":"classes/InputArraySchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InputArraySchema"},{"id":227,"kind":256,"name":"SinkProperties","url":"interfaces/SinkProperties.html","classes":"tsd-kind-interface"},{"id":228,"kind":1024,"name":"source","url":"interfaces/SinkProperties.html#source","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SinkProperties"},{"id":229,"kind":1024,"name":"linkMerge","url":"interfaces/SinkProperties.html#linkMerge","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SinkProperties"},{"id":230,"kind":1024,"name":"pickValue","url":"interfaces/SinkProperties.html#pickValue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SinkProperties"},{"id":231,"kind":8,"name":"InplaceUpdateRequirement_class","url":"enums/InplaceUpdateRequirement_class.html","classes":"tsd-kind-enum"},{"id":232,"kind":16,"name":"INPLACEUPDATEREQUIREMENT","url":"enums/InplaceUpdateRequirement_class.html#INPLACEUPDATEREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"InplaceUpdateRequirement_class"},{"id":233,"kind":256,"name":"CommandInputRecordSchemaProperties","url":"interfaces/CommandInputRecordSchemaProperties.html","classes":"tsd-kind-interface"},{"id":234,"kind":1024,"name":"extensionFields","url":"interfaces/CommandInputRecordSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":235,"kind":1024,"name":"name","url":"interfaces/CommandInputRecordSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":236,"kind":1024,"name":"fields","url":"interfaces/CommandInputRecordSchemaProperties.html#fields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":237,"kind":1024,"name":"type","url":"interfaces/CommandInputRecordSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":238,"kind":1024,"name":"label","url":"interfaces/CommandInputRecordSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":239,"kind":1024,"name":"doc","url":"interfaces/CommandInputRecordSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":240,"kind":1024,"name":"inputBinding","url":"interfaces/CommandInputRecordSchemaProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordSchemaProperties"},{"id":241,"kind":128,"name":"InitialWorkDirRequirement","url":"classes/InitialWorkDirRequirement.html","classes":"tsd-kind-class"},{"id":242,"kind":2048,"name":"fromDoc","url":"classes/InitialWorkDirRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InitialWorkDirRequirement"},{"id":243,"kind":1024,"name":"attr","url":"classes/InitialWorkDirRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InitialWorkDirRequirement"},{"id":244,"kind":512,"name":"constructor","url":"classes/InitialWorkDirRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InitialWorkDirRequirement"},{"id":245,"kind":1024,"name":"extensionFields","url":"classes/InitialWorkDirRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InitialWorkDirRequirement"},{"id":246,"kind":1024,"name":"class_","url":"classes/InitialWorkDirRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InitialWorkDirRequirement"},{"id":247,"kind":1024,"name":"listing","url":"classes/InitialWorkDirRequirement.html#listing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InitialWorkDirRequirement"},{"id":248,"kind":2048,"name":"save","url":"classes/InitialWorkDirRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InitialWorkDirRequirement"},{"id":249,"kind":1024,"name":"loadingOptions","url":"classes/InitialWorkDirRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InitialWorkDirRequirement"},{"id":250,"kind":256,"name":"OperationInputParameterProperties","url":"interfaces/OperationInputParameterProperties.html","classes":"tsd-kind-interface"},{"id":251,"kind":1024,"name":"extensionFields","url":"interfaces/OperationInputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationInputParameterProperties"},{"id":252,"kind":1024,"name":"id","url":"interfaces/OperationInputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":253,"kind":1024,"name":"label","url":"interfaces/OperationInputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":254,"kind":1024,"name":"secondaryFiles","url":"interfaces/OperationInputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":255,"kind":1024,"name":"streamable","url":"interfaces/OperationInputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":256,"kind":1024,"name":"doc","url":"interfaces/OperationInputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":257,"kind":1024,"name":"format","url":"interfaces/OperationInputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":258,"kind":1024,"name":"loadContents","url":"interfaces/OperationInputParameterProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":259,"kind":1024,"name":"loadListing","url":"interfaces/OperationInputParameterProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":260,"kind":1024,"name":"default_","url":"interfaces/OperationInputParameterProperties.html#default_","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationInputParameterProperties"},{"id":261,"kind":1024,"name":"type","url":"interfaces/OperationInputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationInputParameterProperties"},{"id":262,"kind":128,"name":"CommandLineBindable","url":"classes/CommandLineBindable.html","classes":"tsd-kind-class"},{"id":263,"kind":2048,"name":"fromDoc","url":"classes/CommandLineBindable.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandLineBindable"},{"id":264,"kind":1024,"name":"attr","url":"classes/CommandLineBindable.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandLineBindable"},{"id":265,"kind":512,"name":"constructor","url":"classes/CommandLineBindable.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandLineBindable"},{"id":266,"kind":1024,"name":"extensionFields","url":"classes/CommandLineBindable.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBindable"},{"id":267,"kind":1024,"name":"inputBinding","url":"classes/CommandLineBindable.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBindable"},{"id":268,"kind":2048,"name":"save","url":"classes/CommandLineBindable.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandLineBindable"},{"id":269,"kind":1024,"name":"loadingOptions","url":"classes/CommandLineBindable.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandLineBindable"},{"id":270,"kind":128,"name":"CommandInputArraySchema","url":"classes/CommandInputArraySchema.html","classes":"tsd-kind-class"},{"id":271,"kind":2048,"name":"fromDoc","url":"classes/CommandInputArraySchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandInputArraySchema"},{"id":272,"kind":1024,"name":"attr","url":"classes/CommandInputArraySchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandInputArraySchema"},{"id":273,"kind":512,"name":"constructor","url":"classes/CommandInputArraySchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputArraySchema"},{"id":274,"kind":1024,"name":"extensionFields","url":"classes/CommandInputArraySchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":275,"kind":1024,"name":"name","url":"classes/CommandInputArraySchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":276,"kind":1024,"name":"items","url":"classes/CommandInputArraySchema.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":277,"kind":1024,"name":"type","url":"classes/CommandInputArraySchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":278,"kind":1024,"name":"label","url":"classes/CommandInputArraySchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":279,"kind":1024,"name":"doc","url":"classes/CommandInputArraySchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":280,"kind":1024,"name":"inputBinding","url":"classes/CommandInputArraySchema.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputArraySchema"},{"id":281,"kind":2048,"name":"save","url":"classes/CommandInputArraySchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputArraySchema"},{"id":282,"kind":1024,"name":"loadingOptions","url":"classes/CommandInputArraySchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandInputArraySchema"},{"id":283,"kind":8,"name":"ScatterMethod","url":"enums/ScatterMethod.html","classes":"tsd-kind-enum"},{"id":284,"kind":16,"name":"DOTPRODUCT","url":"enums/ScatterMethod.html#DOTPRODUCT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ScatterMethod"},{"id":285,"kind":16,"name":"NESTED_CROSSPRODUCT","url":"enums/ScatterMethod.html#NESTED_CROSSPRODUCT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ScatterMethod"},{"id":286,"kind":16,"name":"FLAT_CROSSPRODUCT","url":"enums/ScatterMethod.html#FLAT_CROSSPRODUCT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ScatterMethod"},{"id":287,"kind":256,"name":"LoadContentsProperties","url":"interfaces/LoadContentsProperties.html","classes":"tsd-kind-interface"},{"id":288,"kind":1024,"name":"loadContents","url":"interfaces/LoadContentsProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadContentsProperties"},{"id":289,"kind":1024,"name":"loadListing","url":"interfaces/LoadContentsProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadContentsProperties"},{"id":290,"kind":256,"name":"OutputArraySchemaProperties","url":"interfaces/OutputArraySchemaProperties.html","classes":"tsd-kind-interface"},{"id":291,"kind":1024,"name":"extensionFields","url":"interfaces/OutputArraySchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputArraySchemaProperties"},{"id":292,"kind":1024,"name":"name","url":"interfaces/OutputArraySchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputArraySchemaProperties"},{"id":293,"kind":1024,"name":"items","url":"interfaces/OutputArraySchemaProperties.html#items","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputArraySchemaProperties"},{"id":294,"kind":1024,"name":"type","url":"interfaces/OutputArraySchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputArraySchemaProperties"},{"id":295,"kind":1024,"name":"label","url":"interfaces/OutputArraySchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputArraySchemaProperties"},{"id":296,"kind":1024,"name":"doc","url":"interfaces/OutputArraySchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputArraySchemaProperties"},{"id":297,"kind":128,"name":"SoftwarePackage","url":"classes/SoftwarePackage.html","classes":"tsd-kind-class"},{"id":298,"kind":2048,"name":"fromDoc","url":"classes/SoftwarePackage.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"SoftwarePackage"},{"id":299,"kind":1024,"name":"attr","url":"classes/SoftwarePackage.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"SoftwarePackage"},{"id":300,"kind":512,"name":"constructor","url":"classes/SoftwarePackage.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SoftwarePackage"},{"id":301,"kind":1024,"name":"extensionFields","url":"classes/SoftwarePackage.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwarePackage"},{"id":302,"kind":1024,"name":"package_","url":"classes/SoftwarePackage.html#package_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwarePackage"},{"id":303,"kind":1024,"name":"version","url":"classes/SoftwarePackage.html#version","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwarePackage"},{"id":304,"kind":1024,"name":"specs","url":"classes/SoftwarePackage.html#specs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SoftwarePackage"},{"id":305,"kind":2048,"name":"save","url":"classes/SoftwarePackage.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SoftwarePackage"},{"id":306,"kind":1024,"name":"loadingOptions","url":"classes/SoftwarePackage.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SoftwarePackage"},{"id":307,"kind":8,"name":"LinkMergeMethod","url":"enums/LinkMergeMethod.html","classes":"tsd-kind-enum"},{"id":308,"kind":16,"name":"MERGE_NESTED","url":"enums/LinkMergeMethod.html#MERGE_NESTED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LinkMergeMethod"},{"id":309,"kind":16,"name":"MERGE_FLATTENED","url":"enums/LinkMergeMethod.html#MERGE_FLATTENED","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LinkMergeMethod"},{"id":310,"kind":8,"name":"enum_d9cba076fca539106791a4f46d198c7fcfbdb779","url":"enums/enum_d9cba076fca539106791a4f46d198c7fcfbdb779.html","classes":"tsd-kind-enum"},{"id":311,"kind":16,"name":"RECORD","url":"enums/enum_d9cba076fca539106791a4f46d198c7fcfbdb779.html#RECORD","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"enum_d9cba076fca539106791a4f46d198c7fcfbdb779"},{"id":312,"kind":128,"name":"ShellCommandRequirement","url":"classes/ShellCommandRequirement.html","classes":"tsd-kind-class"},{"id":313,"kind":2048,"name":"fromDoc","url":"classes/ShellCommandRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ShellCommandRequirement"},{"id":314,"kind":1024,"name":"attr","url":"classes/ShellCommandRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ShellCommandRequirement"},{"id":315,"kind":512,"name":"constructor","url":"classes/ShellCommandRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ShellCommandRequirement"},{"id":316,"kind":1024,"name":"extensionFields","url":"classes/ShellCommandRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ShellCommandRequirement"},{"id":317,"kind":1024,"name":"class_","url":"classes/ShellCommandRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ShellCommandRequirement"},{"id":318,"kind":2048,"name":"save","url":"classes/ShellCommandRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ShellCommandRequirement"},{"id":319,"kind":1024,"name":"loadingOptions","url":"classes/ShellCommandRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ShellCommandRequirement"},{"id":320,"kind":128,"name":"SecondaryFileSchema","url":"classes/SecondaryFileSchema.html","classes":"tsd-kind-class"},{"id":321,"kind":2048,"name":"fromDoc","url":"classes/SecondaryFileSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"SecondaryFileSchema"},{"id":322,"kind":1024,"name":"attr","url":"classes/SecondaryFileSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"SecondaryFileSchema"},{"id":323,"kind":512,"name":"constructor","url":"classes/SecondaryFileSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SecondaryFileSchema"},{"id":324,"kind":1024,"name":"extensionFields","url":"classes/SecondaryFileSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SecondaryFileSchema"},{"id":325,"kind":1024,"name":"pattern","url":"classes/SecondaryFileSchema.html#pattern","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SecondaryFileSchema"},{"id":326,"kind":1024,"name":"required","url":"classes/SecondaryFileSchema.html#required","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SecondaryFileSchema"},{"id":327,"kind":2048,"name":"save","url":"classes/SecondaryFileSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SecondaryFileSchema"},{"id":328,"kind":1024,"name":"loadingOptions","url":"classes/SecondaryFileSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SecondaryFileSchema"},{"id":329,"kind":256,"name":"IOSchemaProperties","url":"interfaces/IOSchemaProperties.html","classes":"tsd-kind-interface"},{"id":330,"kind":1024,"name":"name","url":"interfaces/IOSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOSchemaProperties"},{"id":331,"kind":1024,"name":"label","url":"interfaces/IOSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IOSchemaProperties"},{"id":332,"kind":1024,"name":"doc","url":"interfaces/IOSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IOSchemaProperties"},{"id":333,"kind":256,"name":"WorkflowStepOutputProperties","url":"interfaces/WorkflowStepOutputProperties.html","classes":"tsd-kind-interface"},{"id":334,"kind":1024,"name":"extensionFields","url":"interfaces/WorkflowStepOutputProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepOutputProperties"},{"id":335,"kind":1024,"name":"id","url":"interfaces/WorkflowStepOutputProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepOutputProperties"},{"id":336,"kind":8,"name":"PickValueMethod","url":"enums/PickValueMethod.html","classes":"tsd-kind-enum"},{"id":337,"kind":16,"name":"FIRST_NON_NULL","url":"enums/PickValueMethod.html#FIRST_NON_NULL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PickValueMethod"},{"id":338,"kind":16,"name":"THE_ONLY_NON_NULL","url":"enums/PickValueMethod.html#THE_ONLY_NON_NULL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PickValueMethod"},{"id":339,"kind":16,"name":"ALL_NON_NULL","url":"enums/PickValueMethod.html#ALL_NON_NULL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PickValueMethod"},{"id":340,"kind":128,"name":"CommandLineBinding","url":"classes/CommandLineBinding.html","classes":"tsd-kind-class"},{"id":341,"kind":2048,"name":"fromDoc","url":"classes/CommandLineBinding.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandLineBinding"},{"id":342,"kind":1024,"name":"attr","url":"classes/CommandLineBinding.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandLineBinding"},{"id":343,"kind":512,"name":"constructor","url":"classes/CommandLineBinding.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandLineBinding"},{"id":344,"kind":1024,"name":"extensionFields","url":"classes/CommandLineBinding.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":345,"kind":1024,"name":"loadContents","url":"classes/CommandLineBinding.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":346,"kind":1024,"name":"position","url":"classes/CommandLineBinding.html#position","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":347,"kind":1024,"name":"prefix","url":"classes/CommandLineBinding.html#prefix","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":348,"kind":1024,"name":"separate","url":"classes/CommandLineBinding.html#separate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":349,"kind":1024,"name":"itemSeparator","url":"classes/CommandLineBinding.html#itemSeparator","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":350,"kind":1024,"name":"valueFrom","url":"classes/CommandLineBinding.html#valueFrom","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":351,"kind":1024,"name":"shellQuote","url":"classes/CommandLineBinding.html#shellQuote","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineBinding"},{"id":352,"kind":2048,"name":"save","url":"classes/CommandLineBinding.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandLineBinding"},{"id":353,"kind":1024,"name":"loadingOptions","url":"classes/CommandLineBinding.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandLineBinding"},{"id":354,"kind":256,"name":"WorkflowStepInputProperties","url":"interfaces/WorkflowStepInputProperties.html","classes":"tsd-kind-interface"},{"id":355,"kind":1024,"name":"extensionFields","url":"interfaces/WorkflowStepInputProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepInputProperties"},{"id":356,"kind":1024,"name":"id","url":"interfaces/WorkflowStepInputProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":357,"kind":1024,"name":"source","url":"interfaces/WorkflowStepInputProperties.html#source","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":358,"kind":1024,"name":"linkMerge","url":"interfaces/WorkflowStepInputProperties.html#linkMerge","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":359,"kind":1024,"name":"pickValue","url":"interfaces/WorkflowStepInputProperties.html#pickValue","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":360,"kind":1024,"name":"loadContents","url":"interfaces/WorkflowStepInputProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":361,"kind":1024,"name":"loadListing","url":"interfaces/WorkflowStepInputProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":362,"kind":1024,"name":"label","url":"interfaces/WorkflowStepInputProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepInputProperties"},{"id":363,"kind":1024,"name":"default_","url":"interfaces/WorkflowStepInputProperties.html#default_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepInputProperties"},{"id":364,"kind":1024,"name":"valueFrom","url":"interfaces/WorkflowStepInputProperties.html#valueFrom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepInputProperties"},{"id":365,"kind":256,"name":"InputRecordSchemaProperties","url":"interfaces/InputRecordSchemaProperties.html","classes":"tsd-kind-interface"},{"id":366,"kind":1024,"name":"extensionFields","url":"interfaces/InputRecordSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordSchemaProperties"},{"id":367,"kind":1024,"name":"name","url":"interfaces/InputRecordSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordSchemaProperties"},{"id":368,"kind":1024,"name":"fields","url":"interfaces/InputRecordSchemaProperties.html#fields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordSchemaProperties"},{"id":369,"kind":1024,"name":"type","url":"interfaces/InputRecordSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordSchemaProperties"},{"id":370,"kind":1024,"name":"label","url":"interfaces/InputRecordSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordSchemaProperties"},{"id":371,"kind":1024,"name":"doc","url":"interfaces/InputRecordSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordSchemaProperties"},{"id":372,"kind":256,"name":"InplaceUpdateRequirementProperties","url":"interfaces/InplaceUpdateRequirementProperties.html","classes":"tsd-kind-interface"},{"id":373,"kind":1024,"name":"extensionFields","url":"interfaces/InplaceUpdateRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InplaceUpdateRequirementProperties"},{"id":374,"kind":1024,"name":"class_","url":"interfaces/InplaceUpdateRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InplaceUpdateRequirementProperties"},{"id":375,"kind":1024,"name":"inplaceUpdate","url":"interfaces/InplaceUpdateRequirementProperties.html#inplaceUpdate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InplaceUpdateRequirementProperties"},{"id":376,"kind":128,"name":"ResourceRequirement","url":"classes/ResourceRequirement.html","classes":"tsd-kind-class"},{"id":377,"kind":2048,"name":"fromDoc","url":"classes/ResourceRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ResourceRequirement"},{"id":378,"kind":1024,"name":"attr","url":"classes/ResourceRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ResourceRequirement"},{"id":379,"kind":512,"name":"constructor","url":"classes/ResourceRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ResourceRequirement"},{"id":380,"kind":1024,"name":"extensionFields","url":"classes/ResourceRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":381,"kind":1024,"name":"class_","url":"classes/ResourceRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":382,"kind":1024,"name":"coresMin","url":"classes/ResourceRequirement.html#coresMin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":383,"kind":1024,"name":"coresMax","url":"classes/ResourceRequirement.html#coresMax","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":384,"kind":1024,"name":"ramMin","url":"classes/ResourceRequirement.html#ramMin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":385,"kind":1024,"name":"ramMax","url":"classes/ResourceRequirement.html#ramMax","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":386,"kind":1024,"name":"tmpdirMin","url":"classes/ResourceRequirement.html#tmpdirMin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":387,"kind":1024,"name":"tmpdirMax","url":"classes/ResourceRequirement.html#tmpdirMax","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":388,"kind":1024,"name":"outdirMin","url":"classes/ResourceRequirement.html#outdirMin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":389,"kind":1024,"name":"outdirMax","url":"classes/ResourceRequirement.html#outdirMax","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ResourceRequirement"},{"id":390,"kind":2048,"name":"save","url":"classes/ResourceRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ResourceRequirement"},{"id":391,"kind":1024,"name":"loadingOptions","url":"classes/ResourceRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ResourceRequirement"},{"id":392,"kind":256,"name":"MultipleInputFeatureRequirementProperties","url":"interfaces/MultipleInputFeatureRequirementProperties.html","classes":"tsd-kind-interface"},{"id":393,"kind":1024,"name":"extensionFields","url":"interfaces/MultipleInputFeatureRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MultipleInputFeatureRequirementProperties"},{"id":394,"kind":1024,"name":"class_","url":"interfaces/MultipleInputFeatureRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"MultipleInputFeatureRequirementProperties"},{"id":395,"kind":8,"name":"CommandLineTool_class","url":"enums/CommandLineTool_class.html","classes":"tsd-kind-enum"},{"id":396,"kind":16,"name":"COMMANDLINETOOL","url":"enums/CommandLineTool_class.html#COMMANDLINETOOL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CommandLineTool_class"},{"id":397,"kind":128,"name":"SchemaDefRequirement","url":"classes/SchemaDefRequirement.html","classes":"tsd-kind-class"},{"id":398,"kind":2048,"name":"fromDoc","url":"classes/SchemaDefRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"SchemaDefRequirement"},{"id":399,"kind":1024,"name":"attr","url":"classes/SchemaDefRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"SchemaDefRequirement"},{"id":400,"kind":512,"name":"constructor","url":"classes/SchemaDefRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SchemaDefRequirement"},{"id":401,"kind":1024,"name":"extensionFields","url":"classes/SchemaDefRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SchemaDefRequirement"},{"id":402,"kind":1024,"name":"class_","url":"classes/SchemaDefRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SchemaDefRequirement"},{"id":403,"kind":1024,"name":"types","url":"classes/SchemaDefRequirement.html#types","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SchemaDefRequirement"},{"id":404,"kind":2048,"name":"save","url":"classes/SchemaDefRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SchemaDefRequirement"},{"id":405,"kind":1024,"name":"loadingOptions","url":"classes/SchemaDefRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SchemaDefRequirement"},{"id":406,"kind":8,"name":"LoadListingRequirement_class","url":"enums/LoadListingRequirement_class.html","classes":"tsd-kind-enum"},{"id":407,"kind":16,"name":"LOADLISTINGREQUIREMENT","url":"enums/LoadListingRequirement_class.html#LOADLISTINGREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LoadListingRequirement_class"},{"id":408,"kind":8,"name":"stderr","url":"enums/stderr.html","classes":"tsd-kind-enum"},{"id":409,"kind":16,"name":"STDERR","url":"enums/stderr.html#STDERR","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"stderr"},{"id":410,"kind":8,"name":"SoftwareRequirement_class","url":"enums/SoftwareRequirement_class.html","classes":"tsd-kind-enum"},{"id":411,"kind":16,"name":"SOFTWAREREQUIREMENT","url":"enums/SoftwareRequirement_class.html#SOFTWAREREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SoftwareRequirement_class"},{"id":412,"kind":128,"name":"WorkReuse","url":"classes/WorkReuse.html","classes":"tsd-kind-class"},{"id":413,"kind":2048,"name":"fromDoc","url":"classes/WorkReuse.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"WorkReuse"},{"id":414,"kind":1024,"name":"attr","url":"classes/WorkReuse.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"WorkReuse"},{"id":415,"kind":512,"name":"constructor","url":"classes/WorkReuse.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WorkReuse"},{"id":416,"kind":1024,"name":"extensionFields","url":"classes/WorkReuse.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkReuse"},{"id":417,"kind":1024,"name":"class_","url":"classes/WorkReuse.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkReuse"},{"id":418,"kind":1024,"name":"enableReuse","url":"classes/WorkReuse.html#enableReuse","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkReuse"},{"id":419,"kind":2048,"name":"save","url":"classes/WorkReuse.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WorkReuse"},{"id":420,"kind":1024,"name":"loadingOptions","url":"classes/WorkReuse.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"WorkReuse"},{"id":421,"kind":256,"name":"OutputFormatProperties","url":"interfaces/OutputFormatProperties.html","classes":"tsd-kind-interface"},{"id":422,"kind":1024,"name":"format","url":"interfaces/OutputFormatProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OutputFormatProperties"},{"id":423,"kind":256,"name":"LabeledProperties","url":"interfaces/LabeledProperties.html","classes":"tsd-kind-interface"},{"id":424,"kind":1024,"name":"label","url":"interfaces/LabeledProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LabeledProperties"},{"id":425,"kind":256,"name":"CommandLineBindableProperties","url":"interfaces/CommandLineBindableProperties.html","classes":"tsd-kind-interface"},{"id":426,"kind":1024,"name":"extensionFields","url":"interfaces/CommandLineBindableProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindableProperties"},{"id":427,"kind":1024,"name":"inputBinding","url":"interfaces/CommandLineBindableProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindableProperties"},{"id":428,"kind":256,"name":"InputParameterProperties","url":"interfaces/InputParameterProperties.html","classes":"tsd-kind-interface"},{"id":429,"kind":1024,"name":"id","url":"interfaces/InputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":430,"kind":1024,"name":"label","url":"interfaces/InputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":431,"kind":1024,"name":"secondaryFiles","url":"interfaces/InputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":432,"kind":1024,"name":"streamable","url":"interfaces/InputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":433,"kind":1024,"name":"doc","url":"interfaces/InputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":434,"kind":1024,"name":"format","url":"interfaces/InputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":435,"kind":1024,"name":"loadContents","url":"interfaces/InputParameterProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":436,"kind":1024,"name":"loadListing","url":"interfaces/InputParameterProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputParameterProperties"},{"id":437,"kind":1024,"name":"default_","url":"interfaces/InputParameterProperties.html#default_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InputParameterProperties"},{"id":438,"kind":128,"name":"CommandInputRecordField","url":"classes/CommandInputRecordField.html","classes":"tsd-kind-class"},{"id":439,"kind":2048,"name":"fromDoc","url":"classes/CommandInputRecordField.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandInputRecordField"},{"id":440,"kind":1024,"name":"attr","url":"classes/CommandInputRecordField.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandInputRecordField"},{"id":441,"kind":512,"name":"constructor","url":"classes/CommandInputRecordField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputRecordField"},{"id":442,"kind":1024,"name":"extensionFields","url":"classes/CommandInputRecordField.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":443,"kind":1024,"name":"name","url":"classes/CommandInputRecordField.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":444,"kind":1024,"name":"doc","url":"classes/CommandInputRecordField.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":445,"kind":1024,"name":"type","url":"classes/CommandInputRecordField.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":446,"kind":1024,"name":"label","url":"classes/CommandInputRecordField.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":447,"kind":1024,"name":"secondaryFiles","url":"classes/CommandInputRecordField.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":448,"kind":1024,"name":"streamable","url":"classes/CommandInputRecordField.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":449,"kind":1024,"name":"format","url":"classes/CommandInputRecordField.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":450,"kind":1024,"name":"loadContents","url":"classes/CommandInputRecordField.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":451,"kind":1024,"name":"loadListing","url":"classes/CommandInputRecordField.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":452,"kind":1024,"name":"inputBinding","url":"classes/CommandInputRecordField.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordField"},{"id":453,"kind":2048,"name":"save","url":"classes/CommandInputRecordField.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputRecordField"},{"id":454,"kind":1024,"name":"loadingOptions","url":"classes/CommandInputRecordField.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandInputRecordField"},{"id":455,"kind":256,"name":"ArraySchemaProperties","url":"interfaces/ArraySchemaProperties.html","classes":"tsd-kind-interface"},{"id":456,"kind":1024,"name":"extensionFields","url":"interfaces/ArraySchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ArraySchemaProperties"},{"id":457,"kind":1024,"name":"items","url":"interfaces/ArraySchemaProperties.html#items","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ArraySchemaProperties"},{"id":458,"kind":1024,"name":"type","url":"interfaces/ArraySchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ArraySchemaProperties"},{"id":459,"kind":256,"name":"CommandOutputRecordSchemaProperties","url":"interfaces/CommandOutputRecordSchemaProperties.html","classes":"tsd-kind-interface"},{"id":460,"kind":1024,"name":"extensionFields","url":"interfaces/CommandOutputRecordSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordSchemaProperties"},{"id":461,"kind":1024,"name":"name","url":"interfaces/CommandOutputRecordSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordSchemaProperties"},{"id":462,"kind":1024,"name":"fields","url":"interfaces/CommandOutputRecordSchemaProperties.html#fields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordSchemaProperties"},{"id":463,"kind":1024,"name":"type","url":"interfaces/CommandOutputRecordSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordSchemaProperties"},{"id":464,"kind":1024,"name":"label","url":"interfaces/CommandOutputRecordSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordSchemaProperties"},{"id":465,"kind":1024,"name":"doc","url":"interfaces/CommandOutputRecordSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordSchemaProperties"},{"id":466,"kind":256,"name":"InputFormatProperties","url":"interfaces/InputFormatProperties.html","classes":"tsd-kind-interface"},{"id":467,"kind":1024,"name":"format","url":"interfaces/InputFormatProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InputFormatProperties"},{"id":468,"kind":256,"name":"DocumentedProperties","url":"interfaces/DocumentedProperties.html","classes":"tsd-kind-interface"},{"id":469,"kind":1024,"name":"doc","url":"interfaces/DocumentedProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DocumentedProperties"},{"id":470,"kind":128,"name":"OperationOutputParameter","url":"classes/OperationOutputParameter.html","classes":"tsd-kind-class"},{"id":471,"kind":2048,"name":"fromDoc","url":"classes/OperationOutputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"OperationOutputParameter"},{"id":472,"kind":1024,"name":"attr","url":"classes/OperationOutputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"OperationOutputParameter"},{"id":473,"kind":512,"name":"constructor","url":"classes/OperationOutputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OperationOutputParameter"},{"id":474,"kind":1024,"name":"extensionFields","url":"classes/OperationOutputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":475,"kind":1024,"name":"id","url":"classes/OperationOutputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":476,"kind":1024,"name":"label","url":"classes/OperationOutputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":477,"kind":1024,"name":"secondaryFiles","url":"classes/OperationOutputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":478,"kind":1024,"name":"streamable","url":"classes/OperationOutputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":479,"kind":1024,"name":"doc","url":"classes/OperationOutputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":480,"kind":1024,"name":"format","url":"classes/OperationOutputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":481,"kind":1024,"name":"type","url":"classes/OperationOutputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OperationOutputParameter"},{"id":482,"kind":2048,"name":"save","url":"classes/OperationOutputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OperationOutputParameter"},{"id":483,"kind":1024,"name":"loadingOptions","url":"classes/OperationOutputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OperationOutputParameter"},{"id":484,"kind":128,"name":"ExpressionToolOutputParameter","url":"classes/ExpressionToolOutputParameter.html","classes":"tsd-kind-class"},{"id":485,"kind":2048,"name":"fromDoc","url":"classes/ExpressionToolOutputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ExpressionToolOutputParameter"},{"id":486,"kind":1024,"name":"attr","url":"classes/ExpressionToolOutputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ExpressionToolOutputParameter"},{"id":487,"kind":512,"name":"constructor","url":"classes/ExpressionToolOutputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ExpressionToolOutputParameter"},{"id":488,"kind":1024,"name":"extensionFields","url":"classes/ExpressionToolOutputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":489,"kind":1024,"name":"id","url":"classes/ExpressionToolOutputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":490,"kind":1024,"name":"label","url":"classes/ExpressionToolOutputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":491,"kind":1024,"name":"secondaryFiles","url":"classes/ExpressionToolOutputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":492,"kind":1024,"name":"streamable","url":"classes/ExpressionToolOutputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":493,"kind":1024,"name":"doc","url":"classes/ExpressionToolOutputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":494,"kind":1024,"name":"format","url":"classes/ExpressionToolOutputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":495,"kind":1024,"name":"type","url":"classes/ExpressionToolOutputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionToolOutputParameter"},{"id":496,"kind":2048,"name":"save","url":"classes/ExpressionToolOutputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpressionToolOutputParameter"},{"id":497,"kind":1024,"name":"loadingOptions","url":"classes/ExpressionToolOutputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ExpressionToolOutputParameter"},{"id":498,"kind":256,"name":"DirentProperties","url":"interfaces/DirentProperties.html","classes":"tsd-kind-interface"},{"id":499,"kind":1024,"name":"extensionFields","url":"interfaces/DirentProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirentProperties"},{"id":500,"kind":1024,"name":"entryname","url":"interfaces/DirentProperties.html#entryname","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirentProperties"},{"id":501,"kind":1024,"name":"entry","url":"interfaces/DirentProperties.html#entry","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirentProperties"},{"id":502,"kind":1024,"name":"writable","url":"interfaces/DirentProperties.html#writable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirentProperties"},{"id":503,"kind":256,"name":"ProcessRequirementProperties","url":"interfaces/ProcessRequirementProperties.html","classes":"tsd-kind-interface"},{"id":504,"kind":128,"name":"CommandLineTool","url":"classes/CommandLineTool.html","classes":"tsd-kind-class"},{"id":505,"kind":2048,"name":"fromDoc","url":"classes/CommandLineTool.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandLineTool"},{"id":506,"kind":1024,"name":"attr","url":"classes/CommandLineTool.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandLineTool"},{"id":507,"kind":512,"name":"constructor","url":"classes/CommandLineTool.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandLineTool"},{"id":508,"kind":1024,"name":"extensionFields","url":"classes/CommandLineTool.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":509,"kind":1024,"name":"id","url":"classes/CommandLineTool.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":510,"kind":1024,"name":"class_","url":"classes/CommandLineTool.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":511,"kind":1024,"name":"label","url":"classes/CommandLineTool.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":512,"kind":1024,"name":"doc","url":"classes/CommandLineTool.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":513,"kind":1024,"name":"inputs","url":"classes/CommandLineTool.html#inputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":514,"kind":1024,"name":"outputs","url":"classes/CommandLineTool.html#outputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":515,"kind":1024,"name":"requirements","url":"classes/CommandLineTool.html#requirements","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":516,"kind":1024,"name":"hints","url":"classes/CommandLineTool.html#hints","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":517,"kind":1024,"name":"cwlVersion","url":"classes/CommandLineTool.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":518,"kind":1024,"name":"intent","url":"classes/CommandLineTool.html#intent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":519,"kind":1024,"name":"baseCommand","url":"classes/CommandLineTool.html#baseCommand","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":520,"kind":1024,"name":"arguments_","url":"classes/CommandLineTool.html#arguments_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":521,"kind":1024,"name":"stdin","url":"classes/CommandLineTool.html#stdin","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":522,"kind":1024,"name":"stderr","url":"classes/CommandLineTool.html#stderr","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":523,"kind":1024,"name":"stdout","url":"classes/CommandLineTool.html#stdout","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":524,"kind":1024,"name":"successCodes","url":"classes/CommandLineTool.html#successCodes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":525,"kind":1024,"name":"temporaryFailCodes","url":"classes/CommandLineTool.html#temporaryFailCodes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":526,"kind":1024,"name":"permanentFailCodes","url":"classes/CommandLineTool.html#permanentFailCodes","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandLineTool"},{"id":527,"kind":2048,"name":"save","url":"classes/CommandLineTool.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandLineTool"},{"id":528,"kind":1024,"name":"loadingOptions","url":"classes/CommandLineTool.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandLineTool"},{"id":529,"kind":128,"name":"NetworkAccess","url":"classes/NetworkAccess.html","classes":"tsd-kind-class"},{"id":530,"kind":2048,"name":"fromDoc","url":"classes/NetworkAccess.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"NetworkAccess"},{"id":531,"kind":1024,"name":"attr","url":"classes/NetworkAccess.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"NetworkAccess"},{"id":532,"kind":512,"name":"constructor","url":"classes/NetworkAccess.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"NetworkAccess"},{"id":533,"kind":1024,"name":"extensionFields","url":"classes/NetworkAccess.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NetworkAccess"},{"id":534,"kind":1024,"name":"class_","url":"classes/NetworkAccess.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NetworkAccess"},{"id":535,"kind":1024,"name":"networkAccess","url":"classes/NetworkAccess.html#networkAccess","classes":"tsd-kind-property tsd-parent-kind-class","parent":"NetworkAccess"},{"id":536,"kind":2048,"name":"save","url":"classes/NetworkAccess.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"NetworkAccess"},{"id":537,"kind":1024,"name":"loadingOptions","url":"classes/NetworkAccess.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"NetworkAccess"},{"id":538,"kind":128,"name":"InplaceUpdateRequirement","url":"classes/InplaceUpdateRequirement.html","classes":"tsd-kind-class"},{"id":539,"kind":2048,"name":"fromDoc","url":"classes/InplaceUpdateRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InplaceUpdateRequirement"},{"id":540,"kind":1024,"name":"attr","url":"classes/InplaceUpdateRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InplaceUpdateRequirement"},{"id":541,"kind":512,"name":"constructor","url":"classes/InplaceUpdateRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InplaceUpdateRequirement"},{"id":542,"kind":1024,"name":"extensionFields","url":"classes/InplaceUpdateRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InplaceUpdateRequirement"},{"id":543,"kind":1024,"name":"class_","url":"classes/InplaceUpdateRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InplaceUpdateRequirement"},{"id":544,"kind":1024,"name":"inplaceUpdate","url":"classes/InplaceUpdateRequirement.html#inplaceUpdate","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InplaceUpdateRequirement"},{"id":545,"kind":2048,"name":"save","url":"classes/InplaceUpdateRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InplaceUpdateRequirement"},{"id":546,"kind":1024,"name":"loadingOptions","url":"classes/InplaceUpdateRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InplaceUpdateRequirement"},{"id":547,"kind":128,"name":"CommandOutputRecordSchema","url":"classes/CommandOutputRecordSchema.html","classes":"tsd-kind-class"},{"id":548,"kind":2048,"name":"fromDoc","url":"classes/CommandOutputRecordSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandOutputRecordSchema"},{"id":549,"kind":1024,"name":"attr","url":"classes/CommandOutputRecordSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandOutputRecordSchema"},{"id":550,"kind":512,"name":"constructor","url":"classes/CommandOutputRecordSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputRecordSchema"},{"id":551,"kind":1024,"name":"extensionFields","url":"classes/CommandOutputRecordSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordSchema"},{"id":552,"kind":1024,"name":"name","url":"classes/CommandOutputRecordSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordSchema"},{"id":553,"kind":1024,"name":"fields","url":"classes/CommandOutputRecordSchema.html#fields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordSchema"},{"id":554,"kind":1024,"name":"type","url":"classes/CommandOutputRecordSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordSchema"},{"id":555,"kind":1024,"name":"label","url":"classes/CommandOutputRecordSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordSchema"},{"id":556,"kind":1024,"name":"doc","url":"classes/CommandOutputRecordSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordSchema"},{"id":557,"kind":2048,"name":"save","url":"classes/CommandOutputRecordSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputRecordSchema"},{"id":558,"kind":1024,"name":"loadingOptions","url":"classes/CommandOutputRecordSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandOutputRecordSchema"},{"id":559,"kind":256,"name":"ResourceRequirementProperties","url":"interfaces/ResourceRequirementProperties.html","classes":"tsd-kind-interface"},{"id":560,"kind":1024,"name":"extensionFields","url":"interfaces/ResourceRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":561,"kind":1024,"name":"class_","url":"interfaces/ResourceRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":562,"kind":1024,"name":"coresMin","url":"interfaces/ResourceRequirementProperties.html#coresMin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":563,"kind":1024,"name":"coresMax","url":"interfaces/ResourceRequirementProperties.html#coresMax","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":564,"kind":1024,"name":"ramMin","url":"interfaces/ResourceRequirementProperties.html#ramMin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":565,"kind":1024,"name":"ramMax","url":"interfaces/ResourceRequirementProperties.html#ramMax","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":566,"kind":1024,"name":"tmpdirMin","url":"interfaces/ResourceRequirementProperties.html#tmpdirMin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":567,"kind":1024,"name":"tmpdirMax","url":"interfaces/ResourceRequirementProperties.html#tmpdirMax","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":568,"kind":1024,"name":"outdirMin","url":"interfaces/ResourceRequirementProperties.html#outdirMin","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":569,"kind":1024,"name":"outdirMax","url":"interfaces/ResourceRequirementProperties.html#outdirMax","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ResourceRequirementProperties"},{"id":570,"kind":256,"name":"IdentifiedProperties","url":"interfaces/IdentifiedProperties.html","classes":"tsd-kind-interface"},{"id":571,"kind":1024,"name":"id","url":"interfaces/IdentifiedProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IdentifiedProperties"},{"id":572,"kind":256,"name":"CommandOutputArraySchemaProperties","url":"interfaces/CommandOutputArraySchemaProperties.html","classes":"tsd-kind-interface"},{"id":573,"kind":1024,"name":"extensionFields","url":"interfaces/CommandOutputArraySchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputArraySchemaProperties"},{"id":574,"kind":1024,"name":"name","url":"interfaces/CommandOutputArraySchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputArraySchemaProperties"},{"id":575,"kind":1024,"name":"items","url":"interfaces/CommandOutputArraySchemaProperties.html#items","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputArraySchemaProperties"},{"id":576,"kind":1024,"name":"type","url":"interfaces/CommandOutputArraySchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputArraySchemaProperties"},{"id":577,"kind":1024,"name":"label","url":"interfaces/CommandOutputArraySchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputArraySchemaProperties"},{"id":578,"kind":1024,"name":"doc","url":"interfaces/CommandOutputArraySchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputArraySchemaProperties"},{"id":579,"kind":8,"name":"ScatterFeatureRequirement_class","url":"enums/ScatterFeatureRequirement_class.html","classes":"tsd-kind-enum"},{"id":580,"kind":16,"name":"SCATTERFEATUREREQUIREMENT","url":"enums/ScatterFeatureRequirement_class.html#SCATTERFEATUREREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ScatterFeatureRequirement_class"},{"id":581,"kind":256,"name":"ParameterProperties","url":"interfaces/ParameterProperties.html","classes":"tsd-kind-interface"},{"id":582,"kind":1024,"name":"id","url":"interfaces/ParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ParameterProperties"},{"id":583,"kind":1024,"name":"label","url":"interfaces/ParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ParameterProperties"},{"id":584,"kind":1024,"name":"secondaryFiles","url":"interfaces/ParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ParameterProperties"},{"id":585,"kind":1024,"name":"streamable","url":"interfaces/ParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ParameterProperties"},{"id":586,"kind":1024,"name":"doc","url":"interfaces/ParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ParameterProperties"},{"id":587,"kind":256,"name":"WorkflowStepProperties","url":"interfaces/WorkflowStepProperties.html","classes":"tsd-kind-interface"},{"id":588,"kind":1024,"name":"extensionFields","url":"interfaces/WorkflowStepProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":589,"kind":1024,"name":"id","url":"interfaces/WorkflowStepProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepProperties"},{"id":590,"kind":1024,"name":"label","url":"interfaces/WorkflowStepProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepProperties"},{"id":591,"kind":1024,"name":"doc","url":"interfaces/WorkflowStepProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowStepProperties"},{"id":592,"kind":1024,"name":"in_","url":"interfaces/WorkflowStepProperties.html#in_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":593,"kind":1024,"name":"out","url":"interfaces/WorkflowStepProperties.html#out","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":594,"kind":1024,"name":"requirements","url":"interfaces/WorkflowStepProperties.html#requirements","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":595,"kind":1024,"name":"hints","url":"interfaces/WorkflowStepProperties.html#hints","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":596,"kind":1024,"name":"run","url":"interfaces/WorkflowStepProperties.html#run","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":597,"kind":1024,"name":"when","url":"interfaces/WorkflowStepProperties.html#when","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":598,"kind":1024,"name":"scatter","url":"interfaces/WorkflowStepProperties.html#scatter","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":599,"kind":1024,"name":"scatterMethod","url":"interfaces/WorkflowStepProperties.html#scatterMethod","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowStepProperties"},{"id":600,"kind":256,"name":"SoftwarePackageProperties","url":"interfaces/SoftwarePackageProperties.html","classes":"tsd-kind-interface"},{"id":601,"kind":1024,"name":"extensionFields","url":"interfaces/SoftwarePackageProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwarePackageProperties"},{"id":602,"kind":1024,"name":"package_","url":"interfaces/SoftwarePackageProperties.html#package_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwarePackageProperties"},{"id":603,"kind":1024,"name":"version","url":"interfaces/SoftwarePackageProperties.html#version","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwarePackageProperties"},{"id":604,"kind":1024,"name":"specs","url":"interfaces/SoftwarePackageProperties.html#specs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwarePackageProperties"},{"id":605,"kind":256,"name":"WorkflowProperties","url":"interfaces/WorkflowProperties.html","classes":"tsd-kind-interface"},{"id":606,"kind":1024,"name":"extensionFields","url":"interfaces/WorkflowProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowProperties"},{"id":607,"kind":1024,"name":"id","url":"interfaces/WorkflowProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":608,"kind":1024,"name":"class_","url":"interfaces/WorkflowProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowProperties"},{"id":609,"kind":1024,"name":"label","url":"interfaces/WorkflowProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":610,"kind":1024,"name":"doc","url":"interfaces/WorkflowProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":611,"kind":1024,"name":"inputs","url":"interfaces/WorkflowProperties.html#inputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":612,"kind":1024,"name":"outputs","url":"interfaces/WorkflowProperties.html#outputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":613,"kind":1024,"name":"requirements","url":"interfaces/WorkflowProperties.html#requirements","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":614,"kind":1024,"name":"hints","url":"interfaces/WorkflowProperties.html#hints","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":615,"kind":1024,"name":"cwlVersion","url":"interfaces/WorkflowProperties.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":616,"kind":1024,"name":"intent","url":"interfaces/WorkflowProperties.html#intent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowProperties"},{"id":617,"kind":1024,"name":"steps","url":"interfaces/WorkflowProperties.html#steps","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowProperties"},{"id":618,"kind":256,"name":"OutputSchemaProperties","url":"interfaces/OutputSchemaProperties.html","classes":"tsd-kind-interface"},{"id":619,"kind":1024,"name":"name","url":"interfaces/OutputSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputSchemaProperties"},{"id":620,"kind":1024,"name":"label","url":"interfaces/OutputSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputSchemaProperties"},{"id":621,"kind":1024,"name":"doc","url":"interfaces/OutputSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputSchemaProperties"},{"id":622,"kind":128,"name":"OutputEnumSchema","url":"classes/OutputEnumSchema.html","classes":"tsd-kind-class"},{"id":623,"kind":2048,"name":"fromDoc","url":"classes/OutputEnumSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"OutputEnumSchema"},{"id":624,"kind":1024,"name":"attr","url":"classes/OutputEnumSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"OutputEnumSchema"},{"id":625,"kind":512,"name":"constructor","url":"classes/OutputEnumSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutputEnumSchema"},{"id":626,"kind":1024,"name":"extensionFields","url":"classes/OutputEnumSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputEnumSchema"},{"id":627,"kind":1024,"name":"name","url":"classes/OutputEnumSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputEnumSchema"},{"id":628,"kind":1024,"name":"symbols","url":"classes/OutputEnumSchema.html#symbols","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputEnumSchema"},{"id":629,"kind":1024,"name":"type","url":"classes/OutputEnumSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputEnumSchema"},{"id":630,"kind":1024,"name":"label","url":"classes/OutputEnumSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputEnumSchema"},{"id":631,"kind":1024,"name":"doc","url":"classes/OutputEnumSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputEnumSchema"},{"id":632,"kind":2048,"name":"save","url":"classes/OutputEnumSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OutputEnumSchema"},{"id":633,"kind":1024,"name":"loadingOptions","url":"classes/OutputEnumSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OutputEnumSchema"},{"id":634,"kind":8,"name":"File_class","url":"enums/File_class.html","classes":"tsd-kind-enum"},{"id":635,"kind":16,"name":"FILE","url":"enums/File_class.html#FILE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"File_class"},{"id":636,"kind":8,"name":"Directory_class","url":"enums/Directory_class.html","classes":"tsd-kind-enum"},{"id":637,"kind":16,"name":"DIRECTORY","url":"enums/Directory_class.html#DIRECTORY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"Directory_class"},{"id":638,"kind":8,"name":"ShellCommandRequirement_class","url":"enums/ShellCommandRequirement_class.html","classes":"tsd-kind-enum"},{"id":639,"kind":16,"name":"SHELLCOMMANDREQUIREMENT","url":"enums/ShellCommandRequirement_class.html#SHELLCOMMANDREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ShellCommandRequirement_class"},{"id":640,"kind":128,"name":"CommandOutputEnumSchema","url":"classes/CommandOutputEnumSchema.html","classes":"tsd-kind-class"},{"id":641,"kind":2048,"name":"fromDoc","url":"classes/CommandOutputEnumSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandOutputEnumSchema"},{"id":642,"kind":1024,"name":"attr","url":"classes/CommandOutputEnumSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandOutputEnumSchema"},{"id":643,"kind":512,"name":"constructor","url":"classes/CommandOutputEnumSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputEnumSchema"},{"id":644,"kind":1024,"name":"extensionFields","url":"classes/CommandOutputEnumSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputEnumSchema"},{"id":645,"kind":1024,"name":"name","url":"classes/CommandOutputEnumSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputEnumSchema"},{"id":646,"kind":1024,"name":"symbols","url":"classes/CommandOutputEnumSchema.html#symbols","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputEnumSchema"},{"id":647,"kind":1024,"name":"type","url":"classes/CommandOutputEnumSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputEnumSchema"},{"id":648,"kind":1024,"name":"label","url":"classes/CommandOutputEnumSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputEnumSchema"},{"id":649,"kind":1024,"name":"doc","url":"classes/CommandOutputEnumSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputEnumSchema"},{"id":650,"kind":2048,"name":"save","url":"classes/CommandOutputEnumSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputEnumSchema"},{"id":651,"kind":1024,"name":"loadingOptions","url":"classes/CommandOutputEnumSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandOutputEnumSchema"},{"id":652,"kind":256,"name":"ProcessProperties","url":"interfaces/ProcessProperties.html","classes":"tsd-kind-interface"},{"id":653,"kind":1024,"name":"id","url":"interfaces/ProcessProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ProcessProperties"},{"id":654,"kind":1024,"name":"label","url":"interfaces/ProcessProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ProcessProperties"},{"id":655,"kind":1024,"name":"doc","url":"interfaces/ProcessProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ProcessProperties"},{"id":656,"kind":1024,"name":"inputs","url":"interfaces/ProcessProperties.html#inputs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProcessProperties"},{"id":657,"kind":1024,"name":"outputs","url":"interfaces/ProcessProperties.html#outputs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProcessProperties"},{"id":658,"kind":1024,"name":"requirements","url":"interfaces/ProcessProperties.html#requirements","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProcessProperties"},{"id":659,"kind":1024,"name":"hints","url":"interfaces/ProcessProperties.html#hints","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProcessProperties"},{"id":660,"kind":1024,"name":"cwlVersion","url":"interfaces/ProcessProperties.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProcessProperties"},{"id":661,"kind":1024,"name":"intent","url":"interfaces/ProcessProperties.html#intent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ProcessProperties"},{"id":662,"kind":128,"name":"CommandInputRecordSchema","url":"classes/CommandInputRecordSchema.html","classes":"tsd-kind-class"},{"id":663,"kind":2048,"name":"fromDoc","url":"classes/CommandInputRecordSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandInputRecordSchema"},{"id":664,"kind":1024,"name":"attr","url":"classes/CommandInputRecordSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandInputRecordSchema"},{"id":665,"kind":512,"name":"constructor","url":"classes/CommandInputRecordSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputRecordSchema"},{"id":666,"kind":1024,"name":"extensionFields","url":"classes/CommandInputRecordSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":667,"kind":1024,"name":"name","url":"classes/CommandInputRecordSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":668,"kind":1024,"name":"fields","url":"classes/CommandInputRecordSchema.html#fields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":669,"kind":1024,"name":"type","url":"classes/CommandInputRecordSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":670,"kind":1024,"name":"label","url":"classes/CommandInputRecordSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":671,"kind":1024,"name":"doc","url":"classes/CommandInputRecordSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":672,"kind":1024,"name":"inputBinding","url":"classes/CommandInputRecordSchema.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputRecordSchema"},{"id":673,"kind":2048,"name":"save","url":"classes/CommandInputRecordSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputRecordSchema"},{"id":674,"kind":1024,"name":"loadingOptions","url":"classes/CommandInputRecordSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandInputRecordSchema"},{"id":675,"kind":8,"name":"CWLType","url":"enums/CWLType.html","classes":"tsd-kind-enum"},{"id":676,"kind":16,"name":"FILE","url":"enums/CWLType.html#FILE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLType"},{"id":677,"kind":16,"name":"DIRECTORY","url":"enums/CWLType.html#DIRECTORY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"CWLType"},{"id":678,"kind":256,"name":"ExpressionToolProperties","url":"interfaces/ExpressionToolProperties.html","classes":"tsd-kind-interface"},{"id":679,"kind":1024,"name":"extensionFields","url":"interfaces/ExpressionToolProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExpressionToolProperties"},{"id":680,"kind":1024,"name":"id","url":"interfaces/ExpressionToolProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":681,"kind":1024,"name":"class_","url":"interfaces/ExpressionToolProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExpressionToolProperties"},{"id":682,"kind":1024,"name":"label","url":"interfaces/ExpressionToolProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":683,"kind":1024,"name":"doc","url":"interfaces/ExpressionToolProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":684,"kind":1024,"name":"inputs","url":"interfaces/ExpressionToolProperties.html#inputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":685,"kind":1024,"name":"outputs","url":"interfaces/ExpressionToolProperties.html#outputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":686,"kind":1024,"name":"requirements","url":"interfaces/ExpressionToolProperties.html#requirements","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":687,"kind":1024,"name":"hints","url":"interfaces/ExpressionToolProperties.html#hints","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":688,"kind":1024,"name":"cwlVersion","url":"interfaces/ExpressionToolProperties.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":689,"kind":1024,"name":"intent","url":"interfaces/ExpressionToolProperties.html#intent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"ExpressionToolProperties"},{"id":690,"kind":1024,"name":"expression","url":"interfaces/ExpressionToolProperties.html#expression","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ExpressionToolProperties"},{"id":691,"kind":256,"name":"OutputParameterProperties","url":"interfaces/OutputParameterProperties.html","classes":"tsd-kind-interface"},{"id":692,"kind":1024,"name":"id","url":"interfaces/OutputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputParameterProperties"},{"id":693,"kind":1024,"name":"label","url":"interfaces/OutputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputParameterProperties"},{"id":694,"kind":1024,"name":"secondaryFiles","url":"interfaces/OutputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputParameterProperties"},{"id":695,"kind":1024,"name":"streamable","url":"interfaces/OutputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputParameterProperties"},{"id":696,"kind":1024,"name":"doc","url":"interfaces/OutputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputParameterProperties"},{"id":697,"kind":1024,"name":"format","url":"interfaces/OutputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputParameterProperties"},{"id":698,"kind":128,"name":"OutputArraySchema","url":"classes/OutputArraySchema.html","classes":"tsd-kind-class"},{"id":699,"kind":2048,"name":"fromDoc","url":"classes/OutputArraySchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"OutputArraySchema"},{"id":700,"kind":1024,"name":"attr","url":"classes/OutputArraySchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"OutputArraySchema"},{"id":701,"kind":512,"name":"constructor","url":"classes/OutputArraySchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutputArraySchema"},{"id":702,"kind":1024,"name":"extensionFields","url":"classes/OutputArraySchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputArraySchema"},{"id":703,"kind":1024,"name":"name","url":"classes/OutputArraySchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputArraySchema"},{"id":704,"kind":1024,"name":"items","url":"classes/OutputArraySchema.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputArraySchema"},{"id":705,"kind":1024,"name":"type","url":"classes/OutputArraySchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputArraySchema"},{"id":706,"kind":1024,"name":"label","url":"classes/OutputArraySchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputArraySchema"},{"id":707,"kind":1024,"name":"doc","url":"classes/OutputArraySchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputArraySchema"},{"id":708,"kind":2048,"name":"save","url":"classes/OutputArraySchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OutputArraySchema"},{"id":709,"kind":1024,"name":"loadingOptions","url":"classes/OutputArraySchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OutputArraySchema"},{"id":710,"kind":8,"name":"Operation_class","url":"enums/Operation_class.html","classes":"tsd-kind-enum"},{"id":711,"kind":16,"name":"OPERATION","url":"enums/Operation_class.html#OPERATION","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"Operation_class"},{"id":712,"kind":128,"name":"InputRecordSchema","url":"classes/InputRecordSchema.html","classes":"tsd-kind-class"},{"id":713,"kind":2048,"name":"fromDoc","url":"classes/InputRecordSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InputRecordSchema"},{"id":714,"kind":1024,"name":"attr","url":"classes/InputRecordSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InputRecordSchema"},{"id":715,"kind":512,"name":"constructor","url":"classes/InputRecordSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InputRecordSchema"},{"id":716,"kind":1024,"name":"extensionFields","url":"classes/InputRecordSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordSchema"},{"id":717,"kind":1024,"name":"name","url":"classes/InputRecordSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordSchema"},{"id":718,"kind":1024,"name":"fields","url":"classes/InputRecordSchema.html#fields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordSchema"},{"id":719,"kind":1024,"name":"type","url":"classes/InputRecordSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordSchema"},{"id":720,"kind":1024,"name":"label","url":"classes/InputRecordSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordSchema"},{"id":721,"kind":1024,"name":"doc","url":"classes/InputRecordSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordSchema"},{"id":722,"kind":2048,"name":"save","url":"classes/InputRecordSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InputRecordSchema"},{"id":723,"kind":1024,"name":"loadingOptions","url":"classes/InputRecordSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InputRecordSchema"},{"id":724,"kind":8,"name":"Any","url":"enums/Any.html","classes":"tsd-kind-enum"},{"id":725,"kind":16,"name":"ANY","url":"enums/Any.html#ANY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"Any"},{"id":726,"kind":8,"name":"PrimitiveType","url":"enums/PrimitiveType.html","classes":"tsd-kind-enum"},{"id":727,"kind":16,"name":"NULL","url":"enums/PrimitiveType.html#NULL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":728,"kind":16,"name":"BOOLEAN","url":"enums/PrimitiveType.html#BOOLEAN","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":729,"kind":16,"name":"INT","url":"enums/PrimitiveType.html#INT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":730,"kind":16,"name":"LONG","url":"enums/PrimitiveType.html#LONG","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":731,"kind":16,"name":"FLOAT","url":"enums/PrimitiveType.html#FLOAT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":732,"kind":16,"name":"DOUBLE","url":"enums/PrimitiveType.html#DOUBLE","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":733,"kind":16,"name":"STRING","url":"enums/PrimitiveType.html#STRING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"PrimitiveType"},{"id":734,"kind":128,"name":"Directory","url":"classes/Directory.html","classes":"tsd-kind-class"},{"id":735,"kind":2048,"name":"fromDoc","url":"classes/Directory.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"Directory"},{"id":736,"kind":1024,"name":"attr","url":"classes/Directory.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"Directory"},{"id":737,"kind":512,"name":"constructor","url":"classes/Directory.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Directory"},{"id":738,"kind":1024,"name":"extensionFields","url":"classes/Directory.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Directory"},{"id":739,"kind":1024,"name":"class_","url":"classes/Directory.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Directory"},{"id":740,"kind":1024,"name":"location","url":"classes/Directory.html#location","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Directory"},{"id":741,"kind":1024,"name":"path","url":"classes/Directory.html#path","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Directory"},{"id":742,"kind":1024,"name":"basename","url":"classes/Directory.html#basename","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Directory"},{"id":743,"kind":1024,"name":"listing","url":"classes/Directory.html#listing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Directory"},{"id":744,"kind":2048,"name":"save","url":"classes/Directory.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Directory"},{"id":745,"kind":1024,"name":"loadingOptions","url":"classes/Directory.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"Directory"},{"id":746,"kind":256,"name":"RecordSchemaProperties","url":"interfaces/RecordSchemaProperties.html","classes":"tsd-kind-interface"},{"id":747,"kind":1024,"name":"extensionFields","url":"interfaces/RecordSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RecordSchemaProperties"},{"id":748,"kind":1024,"name":"fields","url":"interfaces/RecordSchemaProperties.html#fields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RecordSchemaProperties"},{"id":749,"kind":1024,"name":"type","url":"interfaces/RecordSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"RecordSchemaProperties"},{"id":750,"kind":256,"name":"SecondaryFileSchemaProperties","url":"interfaces/SecondaryFileSchemaProperties.html","classes":"tsd-kind-interface"},{"id":751,"kind":1024,"name":"extensionFields","url":"interfaces/SecondaryFileSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SecondaryFileSchemaProperties"},{"id":752,"kind":1024,"name":"pattern","url":"interfaces/SecondaryFileSchemaProperties.html#pattern","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SecondaryFileSchemaProperties"},{"id":753,"kind":1024,"name":"required","url":"interfaces/SecondaryFileSchemaProperties.html#required","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SecondaryFileSchemaProperties"},{"id":754,"kind":256,"name":"SoftwareRequirementProperties","url":"interfaces/SoftwareRequirementProperties.html","classes":"tsd-kind-interface"},{"id":755,"kind":1024,"name":"extensionFields","url":"interfaces/SoftwareRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwareRequirementProperties"},{"id":756,"kind":1024,"name":"class_","url":"interfaces/SoftwareRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwareRequirementProperties"},{"id":757,"kind":1024,"name":"packages","url":"interfaces/SoftwareRequirementProperties.html#packages","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoftwareRequirementProperties"},{"id":758,"kind":256,"name":"EnumSchemaProperties","url":"interfaces/EnumSchemaProperties.html","classes":"tsd-kind-interface"},{"id":759,"kind":1024,"name":"extensionFields","url":"interfaces/EnumSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnumSchemaProperties"},{"id":760,"kind":1024,"name":"symbols","url":"interfaces/EnumSchemaProperties.html#symbols","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnumSchemaProperties"},{"id":761,"kind":1024,"name":"type","url":"interfaces/EnumSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnumSchemaProperties"},{"id":762,"kind":128,"name":"InlineJavascriptRequirement","url":"classes/InlineJavascriptRequirement.html","classes":"tsd-kind-class"},{"id":763,"kind":2048,"name":"fromDoc","url":"classes/InlineJavascriptRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InlineJavascriptRequirement"},{"id":764,"kind":1024,"name":"attr","url":"classes/InlineJavascriptRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InlineJavascriptRequirement"},{"id":765,"kind":512,"name":"constructor","url":"classes/InlineJavascriptRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InlineJavascriptRequirement"},{"id":766,"kind":1024,"name":"extensionFields","url":"classes/InlineJavascriptRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InlineJavascriptRequirement"},{"id":767,"kind":1024,"name":"class_","url":"classes/InlineJavascriptRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InlineJavascriptRequirement"},{"id":768,"kind":1024,"name":"expressionLib","url":"classes/InlineJavascriptRequirement.html#expressionLib","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InlineJavascriptRequirement"},{"id":769,"kind":2048,"name":"save","url":"classes/InlineJavascriptRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InlineJavascriptRequirement"},{"id":770,"kind":1024,"name":"loadingOptions","url":"classes/InlineJavascriptRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InlineJavascriptRequirement"},{"id":771,"kind":128,"name":"WorkflowStep","url":"classes/WorkflowStep.html","classes":"tsd-kind-class"},{"id":772,"kind":2048,"name":"fromDoc","url":"classes/WorkflowStep.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"WorkflowStep"},{"id":773,"kind":1024,"name":"attr","url":"classes/WorkflowStep.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"WorkflowStep"},{"id":774,"kind":512,"name":"constructor","url":"classes/WorkflowStep.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowStep"},{"id":775,"kind":1024,"name":"extensionFields","url":"classes/WorkflowStep.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":776,"kind":1024,"name":"id","url":"classes/WorkflowStep.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":777,"kind":1024,"name":"label","url":"classes/WorkflowStep.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":778,"kind":1024,"name":"doc","url":"classes/WorkflowStep.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":779,"kind":1024,"name":"in_","url":"classes/WorkflowStep.html#in_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":780,"kind":1024,"name":"out","url":"classes/WorkflowStep.html#out","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":781,"kind":1024,"name":"requirements","url":"classes/WorkflowStep.html#requirements","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":782,"kind":1024,"name":"hints","url":"classes/WorkflowStep.html#hints","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":783,"kind":1024,"name":"run","url":"classes/WorkflowStep.html#run","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":784,"kind":1024,"name":"when","url":"classes/WorkflowStep.html#when","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":785,"kind":1024,"name":"scatter","url":"classes/WorkflowStep.html#scatter","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":786,"kind":1024,"name":"scatterMethod","url":"classes/WorkflowStep.html#scatterMethod","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStep"},{"id":787,"kind":2048,"name":"save","url":"classes/WorkflowStep.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowStep"},{"id":788,"kind":1024,"name":"loadingOptions","url":"classes/WorkflowStep.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"WorkflowStep"},{"id":789,"kind":256,"name":"EnvironmentDefProperties","url":"interfaces/EnvironmentDefProperties.html","classes":"tsd-kind-interface"},{"id":790,"kind":1024,"name":"extensionFields","url":"interfaces/EnvironmentDefProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnvironmentDefProperties"},{"id":791,"kind":1024,"name":"envName","url":"interfaces/EnvironmentDefProperties.html#envName","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnvironmentDefProperties"},{"id":792,"kind":1024,"name":"envValue","url":"interfaces/EnvironmentDefProperties.html#envValue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnvironmentDefProperties"},{"id":793,"kind":128,"name":"LoadListingRequirement","url":"classes/LoadListingRequirement.html","classes":"tsd-kind-class"},{"id":794,"kind":2048,"name":"fromDoc","url":"classes/LoadListingRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"LoadListingRequirement"},{"id":795,"kind":1024,"name":"attr","url":"classes/LoadListingRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"LoadListingRequirement"},{"id":796,"kind":512,"name":"constructor","url":"classes/LoadListingRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"LoadListingRequirement"},{"id":797,"kind":1024,"name":"extensionFields","url":"classes/LoadListingRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LoadListingRequirement"},{"id":798,"kind":1024,"name":"class_","url":"classes/LoadListingRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LoadListingRequirement"},{"id":799,"kind":1024,"name":"loadListing","url":"classes/LoadListingRequirement.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"LoadListingRequirement"},{"id":800,"kind":2048,"name":"save","url":"classes/LoadListingRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"LoadListingRequirement"},{"id":801,"kind":1024,"name":"loadingOptions","url":"classes/LoadListingRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"LoadListingRequirement"},{"id":802,"kind":128,"name":"CommandOutputRecordField","url":"classes/CommandOutputRecordField.html","classes":"tsd-kind-class"},{"id":803,"kind":2048,"name":"fromDoc","url":"classes/CommandOutputRecordField.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandOutputRecordField"},{"id":804,"kind":1024,"name":"attr","url":"classes/CommandOutputRecordField.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandOutputRecordField"},{"id":805,"kind":512,"name":"constructor","url":"classes/CommandOutputRecordField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputRecordField"},{"id":806,"kind":1024,"name":"extensionFields","url":"classes/CommandOutputRecordField.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":807,"kind":1024,"name":"name","url":"classes/CommandOutputRecordField.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":808,"kind":1024,"name":"doc","url":"classes/CommandOutputRecordField.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":809,"kind":1024,"name":"type","url":"classes/CommandOutputRecordField.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":810,"kind":1024,"name":"label","url":"classes/CommandOutputRecordField.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":811,"kind":1024,"name":"secondaryFiles","url":"classes/CommandOutputRecordField.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":812,"kind":1024,"name":"streamable","url":"classes/CommandOutputRecordField.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":813,"kind":1024,"name":"format","url":"classes/CommandOutputRecordField.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":814,"kind":1024,"name":"outputBinding","url":"classes/CommandOutputRecordField.html#outputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputRecordField"},{"id":815,"kind":2048,"name":"save","url":"classes/CommandOutputRecordField.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputRecordField"},{"id":816,"kind":1024,"name":"loadingOptions","url":"classes/CommandOutputRecordField.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandOutputRecordField"},{"id":817,"kind":128,"name":"MultipleInputFeatureRequirement","url":"classes/MultipleInputFeatureRequirement.html","classes":"tsd-kind-class"},{"id":818,"kind":2048,"name":"fromDoc","url":"classes/MultipleInputFeatureRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"MultipleInputFeatureRequirement"},{"id":819,"kind":1024,"name":"attr","url":"classes/MultipleInputFeatureRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"MultipleInputFeatureRequirement"},{"id":820,"kind":512,"name":"constructor","url":"classes/MultipleInputFeatureRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"MultipleInputFeatureRequirement"},{"id":821,"kind":1024,"name":"extensionFields","url":"classes/MultipleInputFeatureRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MultipleInputFeatureRequirement"},{"id":822,"kind":1024,"name":"class_","url":"classes/MultipleInputFeatureRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"MultipleInputFeatureRequirement"},{"id":823,"kind":2048,"name":"save","url":"classes/MultipleInputFeatureRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"MultipleInputFeatureRequirement"},{"id":824,"kind":1024,"name":"loadingOptions","url":"classes/MultipleInputFeatureRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"MultipleInputFeatureRequirement"},{"id":825,"kind":8,"name":"SubworkflowFeatureRequirement_class","url":"enums/SubworkflowFeatureRequirement_class.html","classes":"tsd-kind-enum"},{"id":826,"kind":16,"name":"SUBWORKFLOWFEATUREREQUIREMENT","url":"enums/SubworkflowFeatureRequirement_class.html#SUBWORKFLOWFEATUREREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SubworkflowFeatureRequirement_class"},{"id":827,"kind":256,"name":"DirectoryProperties","url":"interfaces/DirectoryProperties.html","classes":"tsd-kind-interface"},{"id":828,"kind":1024,"name":"extensionFields","url":"interfaces/DirectoryProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirectoryProperties"},{"id":829,"kind":1024,"name":"class_","url":"interfaces/DirectoryProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirectoryProperties"},{"id":830,"kind":1024,"name":"location","url":"interfaces/DirectoryProperties.html#location","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirectoryProperties"},{"id":831,"kind":1024,"name":"path","url":"interfaces/DirectoryProperties.html#path","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirectoryProperties"},{"id":832,"kind":1024,"name":"basename","url":"interfaces/DirectoryProperties.html#basename","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirectoryProperties"},{"id":833,"kind":1024,"name":"listing","url":"interfaces/DirectoryProperties.html#listing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"DirectoryProperties"},{"id":834,"kind":128,"name":"CommandInputEnumSchema","url":"classes/CommandInputEnumSchema.html","classes":"tsd-kind-class"},{"id":835,"kind":2048,"name":"fromDoc","url":"classes/CommandInputEnumSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandInputEnumSchema"},{"id":836,"kind":1024,"name":"attr","url":"classes/CommandInputEnumSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandInputEnumSchema"},{"id":837,"kind":512,"name":"constructor","url":"classes/CommandInputEnumSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputEnumSchema"},{"id":838,"kind":1024,"name":"extensionFields","url":"classes/CommandInputEnumSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":839,"kind":1024,"name":"name","url":"classes/CommandInputEnumSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":840,"kind":1024,"name":"symbols","url":"classes/CommandInputEnumSchema.html#symbols","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":841,"kind":1024,"name":"type","url":"classes/CommandInputEnumSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":842,"kind":1024,"name":"label","url":"classes/CommandInputEnumSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":843,"kind":1024,"name":"doc","url":"classes/CommandInputEnumSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":844,"kind":1024,"name":"inputBinding","url":"classes/CommandInputEnumSchema.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputEnumSchema"},{"id":845,"kind":2048,"name":"save","url":"classes/CommandInputEnumSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputEnumSchema"},{"id":846,"kind":1024,"name":"loadingOptions","url":"classes/CommandInputEnumSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandInputEnumSchema"},{"id":847,"kind":128,"name":"WorkflowStepOutput","url":"classes/WorkflowStepOutput.html","classes":"tsd-kind-class"},{"id":848,"kind":2048,"name":"fromDoc","url":"classes/WorkflowStepOutput.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"WorkflowStepOutput"},{"id":849,"kind":1024,"name":"attr","url":"classes/WorkflowStepOutput.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"WorkflowStepOutput"},{"id":850,"kind":512,"name":"constructor","url":"classes/WorkflowStepOutput.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowStepOutput"},{"id":851,"kind":1024,"name":"extensionFields","url":"classes/WorkflowStepOutput.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepOutput"},{"id":852,"kind":1024,"name":"id","url":"classes/WorkflowStepOutput.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowStepOutput"},{"id":853,"kind":2048,"name":"save","url":"classes/WorkflowStepOutput.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowStepOutput"},{"id":854,"kind":1024,"name":"loadingOptions","url":"classes/WorkflowStepOutput.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"WorkflowStepOutput"},{"id":855,"kind":256,"name":"InputBindingProperties","url":"interfaces/InputBindingProperties.html","classes":"tsd-kind-interface"},{"id":856,"kind":1024,"name":"extensionFields","url":"interfaces/InputBindingProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InputBindingProperties"},{"id":857,"kind":1024,"name":"loadContents","url":"interfaces/InputBindingProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InputBindingProperties"},{"id":858,"kind":256,"name":"InputRecordFieldProperties","url":"interfaces/InputRecordFieldProperties.html","classes":"tsd-kind-interface"},{"id":859,"kind":1024,"name":"extensionFields","url":"interfaces/InputRecordFieldProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":860,"kind":1024,"name":"name","url":"interfaces/InputRecordFieldProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":861,"kind":1024,"name":"doc","url":"interfaces/InputRecordFieldProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":862,"kind":1024,"name":"type","url":"interfaces/InputRecordFieldProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":863,"kind":1024,"name":"label","url":"interfaces/InputRecordFieldProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":864,"kind":1024,"name":"secondaryFiles","url":"interfaces/InputRecordFieldProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":865,"kind":1024,"name":"streamable","url":"interfaces/InputRecordFieldProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":866,"kind":1024,"name":"format","url":"interfaces/InputRecordFieldProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":867,"kind":1024,"name":"loadContents","url":"interfaces/InputRecordFieldProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":868,"kind":1024,"name":"loadListing","url":"interfaces/InputRecordFieldProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputRecordFieldProperties"},{"id":869,"kind":128,"name":"InputBinding","url":"classes/InputBinding.html","classes":"tsd-kind-class"},{"id":870,"kind":2048,"name":"fromDoc","url":"classes/InputBinding.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InputBinding"},{"id":871,"kind":1024,"name":"attr","url":"classes/InputBinding.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InputBinding"},{"id":872,"kind":512,"name":"constructor","url":"classes/InputBinding.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InputBinding"},{"id":873,"kind":1024,"name":"extensionFields","url":"classes/InputBinding.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputBinding"},{"id":874,"kind":1024,"name":"loadContents","url":"classes/InputBinding.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputBinding"},{"id":875,"kind":2048,"name":"save","url":"classes/InputBinding.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InputBinding"},{"id":876,"kind":1024,"name":"loadingOptions","url":"classes/InputBinding.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InputBinding"},{"id":877,"kind":256,"name":"CommandInputParameterProperties","url":"interfaces/CommandInputParameterProperties.html","classes":"tsd-kind-interface"},{"id":878,"kind":1024,"name":"extensionFields","url":"interfaces/CommandInputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandInputParameterProperties"},{"id":879,"kind":1024,"name":"id","url":"interfaces/CommandInputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":880,"kind":1024,"name":"label","url":"interfaces/CommandInputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":881,"kind":1024,"name":"secondaryFiles","url":"interfaces/CommandInputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":882,"kind":1024,"name":"streamable","url":"interfaces/CommandInputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":883,"kind":1024,"name":"doc","url":"interfaces/CommandInputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":884,"kind":1024,"name":"format","url":"interfaces/CommandInputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":885,"kind":1024,"name":"loadContents","url":"interfaces/CommandInputParameterProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":886,"kind":1024,"name":"loadListing","url":"interfaces/CommandInputParameterProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":887,"kind":1024,"name":"default_","url":"interfaces/CommandInputParameterProperties.html#default_","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputParameterProperties"},{"id":888,"kind":1024,"name":"type","url":"interfaces/CommandInputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandInputParameterProperties"},{"id":889,"kind":1024,"name":"inputBinding","url":"interfaces/CommandInputParameterProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandInputParameterProperties"},{"id":890,"kind":256,"name":"OutputRecordSchemaProperties","url":"interfaces/OutputRecordSchemaProperties.html","classes":"tsd-kind-interface"},{"id":891,"kind":1024,"name":"extensionFields","url":"interfaces/OutputRecordSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordSchemaProperties"},{"id":892,"kind":1024,"name":"name","url":"interfaces/OutputRecordSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordSchemaProperties"},{"id":893,"kind":1024,"name":"fields","url":"interfaces/OutputRecordSchemaProperties.html#fields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordSchemaProperties"},{"id":894,"kind":1024,"name":"type","url":"interfaces/OutputRecordSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordSchemaProperties"},{"id":895,"kind":1024,"name":"label","url":"interfaces/OutputRecordSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordSchemaProperties"},{"id":896,"kind":1024,"name":"doc","url":"interfaces/OutputRecordSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordSchemaProperties"},{"id":897,"kind":128,"name":"ToolTimeLimit","url":"classes/ToolTimeLimit.html","classes":"tsd-kind-class"},{"id":898,"kind":2048,"name":"fromDoc","url":"classes/ToolTimeLimit.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ToolTimeLimit"},{"id":899,"kind":1024,"name":"attr","url":"classes/ToolTimeLimit.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ToolTimeLimit"},{"id":900,"kind":512,"name":"constructor","url":"classes/ToolTimeLimit.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ToolTimeLimit"},{"id":901,"kind":1024,"name":"extensionFields","url":"classes/ToolTimeLimit.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ToolTimeLimit"},{"id":902,"kind":1024,"name":"class_","url":"classes/ToolTimeLimit.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ToolTimeLimit"},{"id":903,"kind":1024,"name":"timelimit","url":"classes/ToolTimeLimit.html#timelimit","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ToolTimeLimit"},{"id":904,"kind":2048,"name":"save","url":"classes/ToolTimeLimit.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ToolTimeLimit"},{"id":905,"kind":1024,"name":"loadingOptions","url":"classes/ToolTimeLimit.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ToolTimeLimit"},{"id":906,"kind":256,"name":"ToolTimeLimitProperties","url":"interfaces/ToolTimeLimitProperties.html","classes":"tsd-kind-interface"},{"id":907,"kind":1024,"name":"extensionFields","url":"interfaces/ToolTimeLimitProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ToolTimeLimitProperties"},{"id":908,"kind":1024,"name":"class_","url":"interfaces/ToolTimeLimitProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ToolTimeLimitProperties"},{"id":909,"kind":1024,"name":"timelimit","url":"interfaces/ToolTimeLimitProperties.html#timelimit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ToolTimeLimitProperties"},{"id":910,"kind":256,"name":"LoadListingRequirementProperties","url":"interfaces/LoadListingRequirementProperties.html","classes":"tsd-kind-interface"},{"id":911,"kind":1024,"name":"extensionFields","url":"interfaces/LoadListingRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadListingRequirementProperties"},{"id":912,"kind":1024,"name":"class_","url":"interfaces/LoadListingRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadListingRequirementProperties"},{"id":913,"kind":1024,"name":"loadListing","url":"interfaces/LoadListingRequirementProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"LoadListingRequirementProperties"},{"id":914,"kind":128,"name":"Operation","url":"classes/Operation.html","classes":"tsd-kind-class"},{"id":915,"kind":2048,"name":"fromDoc","url":"classes/Operation.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"Operation"},{"id":916,"kind":1024,"name":"attr","url":"classes/Operation.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"Operation"},{"id":917,"kind":512,"name":"constructor","url":"classes/Operation.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Operation"},{"id":918,"kind":1024,"name":"extensionFields","url":"classes/Operation.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":919,"kind":1024,"name":"id","url":"classes/Operation.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":920,"kind":1024,"name":"class_","url":"classes/Operation.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":921,"kind":1024,"name":"label","url":"classes/Operation.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":922,"kind":1024,"name":"doc","url":"classes/Operation.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":923,"kind":1024,"name":"inputs","url":"classes/Operation.html#inputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":924,"kind":1024,"name":"outputs","url":"classes/Operation.html#outputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":925,"kind":1024,"name":"requirements","url":"classes/Operation.html#requirements","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":926,"kind":1024,"name":"hints","url":"classes/Operation.html#hints","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":927,"kind":1024,"name":"cwlVersion","url":"classes/Operation.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":928,"kind":1024,"name":"intent","url":"classes/Operation.html#intent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Operation"},{"id":929,"kind":2048,"name":"save","url":"classes/Operation.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Operation"},{"id":930,"kind":1024,"name":"loadingOptions","url":"classes/Operation.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"Operation"},{"id":931,"kind":128,"name":"WorkflowInputParameter","url":"classes/WorkflowInputParameter.html","classes":"tsd-kind-class"},{"id":932,"kind":2048,"name":"fromDoc","url":"classes/WorkflowInputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"WorkflowInputParameter"},{"id":933,"kind":1024,"name":"attr","url":"classes/WorkflowInputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"WorkflowInputParameter"},{"id":934,"kind":512,"name":"constructor","url":"classes/WorkflowInputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowInputParameter"},{"id":935,"kind":1024,"name":"extensionFields","url":"classes/WorkflowInputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":936,"kind":1024,"name":"id","url":"classes/WorkflowInputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":937,"kind":1024,"name":"label","url":"classes/WorkflowInputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":938,"kind":1024,"name":"secondaryFiles","url":"classes/WorkflowInputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":939,"kind":1024,"name":"streamable","url":"classes/WorkflowInputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":940,"kind":1024,"name":"doc","url":"classes/WorkflowInputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":941,"kind":1024,"name":"format","url":"classes/WorkflowInputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":942,"kind":1024,"name":"loadContents","url":"classes/WorkflowInputParameter.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":943,"kind":1024,"name":"loadListing","url":"classes/WorkflowInputParameter.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":944,"kind":1024,"name":"default_","url":"classes/WorkflowInputParameter.html#default_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":945,"kind":1024,"name":"type","url":"classes/WorkflowInputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":946,"kind":1024,"name":"inputBinding","url":"classes/WorkflowInputParameter.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowInputParameter"},{"id":947,"kind":2048,"name":"save","url":"classes/WorkflowInputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowInputParameter"},{"id":948,"kind":1024,"name":"loadingOptions","url":"classes/WorkflowInputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"WorkflowInputParameter"},{"id":949,"kind":8,"name":"MultipleInputFeatureRequirement_class","url":"enums/MultipleInputFeatureRequirement_class.html","classes":"tsd-kind-enum"},{"id":950,"kind":16,"name":"MULTIPLEINPUTFEATUREREQUIREMENT","url":"enums/MultipleInputFeatureRequirement_class.html#MULTIPLEINPUTFEATUREREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"MultipleInputFeatureRequirement_class"},{"id":951,"kind":128,"name":"SubworkflowFeatureRequirement","url":"classes/SubworkflowFeatureRequirement.html","classes":"tsd-kind-class"},{"id":952,"kind":2048,"name":"fromDoc","url":"classes/SubworkflowFeatureRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"SubworkflowFeatureRequirement"},{"id":953,"kind":1024,"name":"attr","url":"classes/SubworkflowFeatureRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"SubworkflowFeatureRequirement"},{"id":954,"kind":512,"name":"constructor","url":"classes/SubworkflowFeatureRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"SubworkflowFeatureRequirement"},{"id":955,"kind":1024,"name":"extensionFields","url":"classes/SubworkflowFeatureRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SubworkflowFeatureRequirement"},{"id":956,"kind":1024,"name":"class_","url":"classes/SubworkflowFeatureRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"SubworkflowFeatureRequirement"},{"id":957,"kind":2048,"name":"save","url":"classes/SubworkflowFeatureRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"SubworkflowFeatureRequirement"},{"id":958,"kind":1024,"name":"loadingOptions","url":"classes/SubworkflowFeatureRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"SubworkflowFeatureRequirement"},{"id":959,"kind":256,"name":"OperationProperties","url":"interfaces/OperationProperties.html","classes":"tsd-kind-interface"},{"id":960,"kind":1024,"name":"extensionFields","url":"interfaces/OperationProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationProperties"},{"id":961,"kind":1024,"name":"id","url":"interfaces/OperationProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":962,"kind":1024,"name":"class_","url":"interfaces/OperationProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationProperties"},{"id":963,"kind":1024,"name":"label","url":"interfaces/OperationProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":964,"kind":1024,"name":"doc","url":"interfaces/OperationProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":965,"kind":1024,"name":"inputs","url":"interfaces/OperationProperties.html#inputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":966,"kind":1024,"name":"outputs","url":"interfaces/OperationProperties.html#outputs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":967,"kind":1024,"name":"requirements","url":"interfaces/OperationProperties.html#requirements","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":968,"kind":1024,"name":"hints","url":"interfaces/OperationProperties.html#hints","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":969,"kind":1024,"name":"cwlVersion","url":"interfaces/OperationProperties.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":970,"kind":1024,"name":"intent","url":"interfaces/OperationProperties.html#intent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationProperties"},{"id":971,"kind":256,"name":"CommandInputRecordFieldProperties","url":"interfaces/CommandInputRecordFieldProperties.html","classes":"tsd-kind-interface"},{"id":972,"kind":1024,"name":"extensionFields","url":"interfaces/CommandInputRecordFieldProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":973,"kind":1024,"name":"name","url":"interfaces/CommandInputRecordFieldProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":974,"kind":1024,"name":"doc","url":"interfaces/CommandInputRecordFieldProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":975,"kind":1024,"name":"type","url":"interfaces/CommandInputRecordFieldProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":976,"kind":1024,"name":"label","url":"interfaces/CommandInputRecordFieldProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":977,"kind":1024,"name":"secondaryFiles","url":"interfaces/CommandInputRecordFieldProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":978,"kind":1024,"name":"streamable","url":"interfaces/CommandInputRecordFieldProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":979,"kind":1024,"name":"format","url":"interfaces/CommandInputRecordFieldProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":980,"kind":1024,"name":"loadContents","url":"interfaces/CommandInputRecordFieldProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":981,"kind":1024,"name":"loadListing","url":"interfaces/CommandInputRecordFieldProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":982,"kind":1024,"name":"inputBinding","url":"interfaces/CommandInputRecordFieldProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputRecordFieldProperties"},{"id":983,"kind":128,"name":"Workflow","url":"classes/Workflow.html","classes":"tsd-kind-class"},{"id":984,"kind":2048,"name":"fromDoc","url":"classes/Workflow.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"Workflow"},{"id":985,"kind":1024,"name":"attr","url":"classes/Workflow.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"Workflow"},{"id":986,"kind":512,"name":"constructor","url":"classes/Workflow.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Workflow"},{"id":987,"kind":1024,"name":"extensionFields","url":"classes/Workflow.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":988,"kind":1024,"name":"id","url":"classes/Workflow.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":989,"kind":1024,"name":"class_","url":"classes/Workflow.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":990,"kind":1024,"name":"label","url":"classes/Workflow.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":991,"kind":1024,"name":"doc","url":"classes/Workflow.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":992,"kind":1024,"name":"inputs","url":"classes/Workflow.html#inputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":993,"kind":1024,"name":"outputs","url":"classes/Workflow.html#outputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":994,"kind":1024,"name":"requirements","url":"classes/Workflow.html#requirements","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":995,"kind":1024,"name":"hints","url":"classes/Workflow.html#hints","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":996,"kind":1024,"name":"cwlVersion","url":"classes/Workflow.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":997,"kind":1024,"name":"intent","url":"classes/Workflow.html#intent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":998,"kind":1024,"name":"steps","url":"classes/Workflow.html#steps","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Workflow"},{"id":999,"kind":2048,"name":"save","url":"classes/Workflow.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Workflow"},{"id":1000,"kind":1024,"name":"loadingOptions","url":"classes/Workflow.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"Workflow"},{"id":1001,"kind":256,"name":"StepInputExpressionRequirementProperties","url":"interfaces/StepInputExpressionRequirementProperties.html","classes":"tsd-kind-interface"},{"id":1002,"kind":1024,"name":"extensionFields","url":"interfaces/StepInputExpressionRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"StepInputExpressionRequirementProperties"},{"id":1003,"kind":1024,"name":"class_","url":"interfaces/StepInputExpressionRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"StepInputExpressionRequirementProperties"},{"id":1004,"kind":128,"name":"CommandInputParameter","url":"classes/CommandInputParameter.html","classes":"tsd-kind-class"},{"id":1005,"kind":2048,"name":"fromDoc","url":"classes/CommandInputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandInputParameter"},{"id":1006,"kind":1024,"name":"attr","url":"classes/CommandInputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandInputParameter"},{"id":1007,"kind":512,"name":"constructor","url":"classes/CommandInputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputParameter"},{"id":1008,"kind":1024,"name":"extensionFields","url":"classes/CommandInputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1009,"kind":1024,"name":"id","url":"classes/CommandInputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1010,"kind":1024,"name":"label","url":"classes/CommandInputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1011,"kind":1024,"name":"secondaryFiles","url":"classes/CommandInputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1012,"kind":1024,"name":"streamable","url":"classes/CommandInputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1013,"kind":1024,"name":"doc","url":"classes/CommandInputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1014,"kind":1024,"name":"format","url":"classes/CommandInputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1015,"kind":1024,"name":"loadContents","url":"classes/CommandInputParameter.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1016,"kind":1024,"name":"loadListing","url":"classes/CommandInputParameter.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1017,"kind":1024,"name":"default_","url":"classes/CommandInputParameter.html#default_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1018,"kind":1024,"name":"type","url":"classes/CommandInputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1019,"kind":1024,"name":"inputBinding","url":"classes/CommandInputParameter.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandInputParameter"},{"id":1020,"kind":2048,"name":"save","url":"classes/CommandInputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandInputParameter"},{"id":1021,"kind":1024,"name":"loadingOptions","url":"classes/CommandInputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandInputParameter"},{"id":1022,"kind":256,"name":"WorkflowInputParameterProperties","url":"interfaces/WorkflowInputParameterProperties.html","classes":"tsd-kind-interface"},{"id":1023,"kind":1024,"name":"extensionFields","url":"interfaces/WorkflowInputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowInputParameterProperties"},{"id":1024,"kind":1024,"name":"id","url":"interfaces/WorkflowInputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1025,"kind":1024,"name":"label","url":"interfaces/WorkflowInputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1026,"kind":1024,"name":"secondaryFiles","url":"interfaces/WorkflowInputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1027,"kind":1024,"name":"streamable","url":"interfaces/WorkflowInputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1028,"kind":1024,"name":"doc","url":"interfaces/WorkflowInputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1029,"kind":1024,"name":"format","url":"interfaces/WorkflowInputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1030,"kind":1024,"name":"loadContents","url":"interfaces/WorkflowInputParameterProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1031,"kind":1024,"name":"loadListing","url":"interfaces/WorkflowInputParameterProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1032,"kind":1024,"name":"default_","url":"interfaces/WorkflowInputParameterProperties.html#default_","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowInputParameterProperties"},{"id":1033,"kind":1024,"name":"type","url":"interfaces/WorkflowInputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowInputParameterProperties"},{"id":1034,"kind":1024,"name":"inputBinding","url":"interfaces/WorkflowInputParameterProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowInputParameterProperties"},{"id":1035,"kind":256,"name":"EnvVarRequirementProperties","url":"interfaces/EnvVarRequirementProperties.html","classes":"tsd-kind-interface"},{"id":1036,"kind":1024,"name":"extensionFields","url":"interfaces/EnvVarRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnvVarRequirementProperties"},{"id":1037,"kind":1024,"name":"class_","url":"interfaces/EnvVarRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnvVarRequirementProperties"},{"id":1038,"kind":1024,"name":"envDef","url":"interfaces/EnvVarRequirementProperties.html#envDef","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"EnvVarRequirementProperties"},{"id":1039,"kind":256,"name":"CommandOutputBindingProperties","url":"interfaces/CommandOutputBindingProperties.html","classes":"tsd-kind-interface"},{"id":1040,"kind":1024,"name":"extensionFields","url":"interfaces/CommandOutputBindingProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputBindingProperties"},{"id":1041,"kind":1024,"name":"loadContents","url":"interfaces/CommandOutputBindingProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputBindingProperties"},{"id":1042,"kind":1024,"name":"loadListing","url":"interfaces/CommandOutputBindingProperties.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputBindingProperties"},{"id":1043,"kind":1024,"name":"glob","url":"interfaces/CommandOutputBindingProperties.html#glob","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputBindingProperties"},{"id":1044,"kind":1024,"name":"outputEval","url":"interfaces/CommandOutputBindingProperties.html#outputEval","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputBindingProperties"},{"id":1045,"kind":8,"name":"InlineJavascriptRequirement_class","url":"enums/InlineJavascriptRequirement_class.html","classes":"tsd-kind-enum"},{"id":1046,"kind":16,"name":"INLINEJAVASCRIPTREQUIREMENT","url":"enums/InlineJavascriptRequirement_class.html#INLINEJAVASCRIPTREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"InlineJavascriptRequirement_class"},{"id":1047,"kind":256,"name":"OutputRecordFieldProperties","url":"interfaces/OutputRecordFieldProperties.html","classes":"tsd-kind-interface"},{"id":1048,"kind":1024,"name":"extensionFields","url":"interfaces/OutputRecordFieldProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1049,"kind":1024,"name":"name","url":"interfaces/OutputRecordFieldProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1050,"kind":1024,"name":"doc","url":"interfaces/OutputRecordFieldProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1051,"kind":1024,"name":"type","url":"interfaces/OutputRecordFieldProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1052,"kind":1024,"name":"label","url":"interfaces/OutputRecordFieldProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1053,"kind":1024,"name":"secondaryFiles","url":"interfaces/OutputRecordFieldProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1054,"kind":1024,"name":"streamable","url":"interfaces/OutputRecordFieldProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1055,"kind":1024,"name":"format","url":"interfaces/OutputRecordFieldProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputRecordFieldProperties"},{"id":1056,"kind":128,"name":"InputEnumSchema","url":"classes/InputEnumSchema.html","classes":"tsd-kind-class"},{"id":1057,"kind":2048,"name":"fromDoc","url":"classes/InputEnumSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InputEnumSchema"},{"id":1058,"kind":1024,"name":"attr","url":"classes/InputEnumSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InputEnumSchema"},{"id":1059,"kind":512,"name":"constructor","url":"classes/InputEnumSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InputEnumSchema"},{"id":1060,"kind":1024,"name":"extensionFields","url":"classes/InputEnumSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputEnumSchema"},{"id":1061,"kind":1024,"name":"name","url":"classes/InputEnumSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputEnumSchema"},{"id":1062,"kind":1024,"name":"symbols","url":"classes/InputEnumSchema.html#symbols","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputEnumSchema"},{"id":1063,"kind":1024,"name":"type","url":"classes/InputEnumSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputEnumSchema"},{"id":1064,"kind":1024,"name":"label","url":"classes/InputEnumSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputEnumSchema"},{"id":1065,"kind":1024,"name":"doc","url":"classes/InputEnumSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputEnumSchema"},{"id":1066,"kind":2048,"name":"save","url":"classes/InputEnumSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InputEnumSchema"},{"id":1067,"kind":1024,"name":"loadingOptions","url":"classes/InputEnumSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InputEnumSchema"},{"id":1068,"kind":128,"name":"DockerRequirement","url":"classes/DockerRequirement.html","classes":"tsd-kind-class"},{"id":1069,"kind":2048,"name":"fromDoc","url":"classes/DockerRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"DockerRequirement"},{"id":1070,"kind":1024,"name":"attr","url":"classes/DockerRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"DockerRequirement"},{"id":1071,"kind":512,"name":"constructor","url":"classes/DockerRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"DockerRequirement"},{"id":1072,"kind":1024,"name":"extensionFields","url":"classes/DockerRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1073,"kind":1024,"name":"class_","url":"classes/DockerRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1074,"kind":1024,"name":"dockerPull","url":"classes/DockerRequirement.html#dockerPull","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1075,"kind":1024,"name":"dockerLoad","url":"classes/DockerRequirement.html#dockerLoad","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1076,"kind":1024,"name":"dockerFile","url":"classes/DockerRequirement.html#dockerFile","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1077,"kind":1024,"name":"dockerImport","url":"classes/DockerRequirement.html#dockerImport","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1078,"kind":1024,"name":"dockerImageId","url":"classes/DockerRequirement.html#dockerImageId","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1079,"kind":1024,"name":"dockerOutputDirectory","url":"classes/DockerRequirement.html#dockerOutputDirectory","classes":"tsd-kind-property tsd-parent-kind-class","parent":"DockerRequirement"},{"id":1080,"kind":2048,"name":"save","url":"classes/DockerRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"DockerRequirement"},{"id":1081,"kind":1024,"name":"loadingOptions","url":"classes/DockerRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"DockerRequirement"},{"id":1082,"kind":8,"name":"DockerRequirement_class","url":"enums/DockerRequirement_class.html","classes":"tsd-kind-enum"},{"id":1083,"kind":16,"name":"DOCKERREQUIREMENT","url":"enums/DockerRequirement_class.html#DOCKERREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"DockerRequirement_class"},{"id":1084,"kind":128,"name":"ArraySchema","url":"classes/ArraySchema.html","classes":"tsd-kind-class"},{"id":1085,"kind":2048,"name":"fromDoc","url":"classes/ArraySchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ArraySchema"},{"id":1086,"kind":1024,"name":"attr","url":"classes/ArraySchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ArraySchema"},{"id":1087,"kind":512,"name":"constructor","url":"classes/ArraySchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ArraySchema"},{"id":1088,"kind":1024,"name":"extensionFields","url":"classes/ArraySchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ArraySchema"},{"id":1089,"kind":1024,"name":"items","url":"classes/ArraySchema.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ArraySchema"},{"id":1090,"kind":1024,"name":"type","url":"classes/ArraySchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ArraySchema"},{"id":1091,"kind":2048,"name":"save","url":"classes/ArraySchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ArraySchema"},{"id":1092,"kind":1024,"name":"loadingOptions","url":"classes/ArraySchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ArraySchema"},{"id":1093,"kind":8,"name":"StepInputExpressionRequirement_class","url":"enums/StepInputExpressionRequirement_class.html","classes":"tsd-kind-enum"},{"id":1094,"kind":16,"name":"STEPINPUTEXPRESSIONREQUIREMENT","url":"enums/StepInputExpressionRequirement_class.html#STEPINPUTEXPRESSIONREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"StepInputExpressionRequirement_class"},{"id":1095,"kind":8,"name":"stdout","url":"enums/stdout.html","classes":"tsd-kind-enum"},{"id":1096,"kind":16,"name":"STDOUT","url":"enums/stdout.html#STDOUT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"stdout"},{"id":1097,"kind":8,"name":"enum_d961d79c225752b9fadb617367615ab176b47d77","url":"enums/enum_d961d79c225752b9fadb617367615ab176b47d77.html","classes":"tsd-kind-enum"},{"id":1098,"kind":16,"name":"ENUM","url":"enums/enum_d961d79c225752b9fadb617367615ab176b47d77.html#ENUM","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"enum_d961d79c225752b9fadb617367615ab176b47d77"},{"id":1099,"kind":8,"name":"enum_d062602be0b4b8fd33e69e29a841317b6ab665bc","url":"enums/enum_d062602be0b4b8fd33e69e29a841317b6ab665bc.html","classes":"tsd-kind-enum"},{"id":1100,"kind":16,"name":"ARRAY","url":"enums/enum_d062602be0b4b8fd33e69e29a841317b6ab665bc.html#ARRAY","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"enum_d062602be0b4b8fd33e69e29a841317b6ab665bc"},{"id":1101,"kind":128,"name":"OutputRecordSchema","url":"classes/OutputRecordSchema.html","classes":"tsd-kind-class"},{"id":1102,"kind":2048,"name":"fromDoc","url":"classes/OutputRecordSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"OutputRecordSchema"},{"id":1103,"kind":1024,"name":"attr","url":"classes/OutputRecordSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"OutputRecordSchema"},{"id":1104,"kind":512,"name":"constructor","url":"classes/OutputRecordSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutputRecordSchema"},{"id":1105,"kind":1024,"name":"extensionFields","url":"classes/OutputRecordSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordSchema"},{"id":1106,"kind":1024,"name":"name","url":"classes/OutputRecordSchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordSchema"},{"id":1107,"kind":1024,"name":"fields","url":"classes/OutputRecordSchema.html#fields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordSchema"},{"id":1108,"kind":1024,"name":"type","url":"classes/OutputRecordSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordSchema"},{"id":1109,"kind":1024,"name":"label","url":"classes/OutputRecordSchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordSchema"},{"id":1110,"kind":1024,"name":"doc","url":"classes/OutputRecordSchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordSchema"},{"id":1111,"kind":2048,"name":"save","url":"classes/OutputRecordSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OutputRecordSchema"},{"id":1112,"kind":1024,"name":"loadingOptions","url":"classes/OutputRecordSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OutputRecordSchema"},{"id":1113,"kind":8,"name":"LoadListingEnum","url":"enums/LoadListingEnum.html","classes":"tsd-kind-enum"},{"id":1114,"kind":16,"name":"NO_LISTING","url":"enums/LoadListingEnum.html#NO_LISTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LoadListingEnum"},{"id":1115,"kind":16,"name":"SHALLOW_LISTING","url":"enums/LoadListingEnum.html#SHALLOW_LISTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LoadListingEnum"},{"id":1116,"kind":16,"name":"DEEP_LISTING","url":"enums/LoadListingEnum.html#DEEP_LISTING","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"LoadListingEnum"},{"id":1117,"kind":256,"name":"OutputEnumSchemaProperties","url":"interfaces/OutputEnumSchemaProperties.html","classes":"tsd-kind-interface"},{"id":1118,"kind":1024,"name":"extensionFields","url":"interfaces/OutputEnumSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputEnumSchemaProperties"},{"id":1119,"kind":1024,"name":"name","url":"interfaces/OutputEnumSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputEnumSchemaProperties"},{"id":1120,"kind":1024,"name":"symbols","url":"interfaces/OutputEnumSchemaProperties.html#symbols","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputEnumSchemaProperties"},{"id":1121,"kind":1024,"name":"type","url":"interfaces/OutputEnumSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputEnumSchemaProperties"},{"id":1122,"kind":1024,"name":"label","url":"interfaces/OutputEnumSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputEnumSchemaProperties"},{"id":1123,"kind":1024,"name":"doc","url":"interfaces/OutputEnumSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OutputEnumSchemaProperties"},{"id":1124,"kind":128,"name":"CommandOutputArraySchema","url":"classes/CommandOutputArraySchema.html","classes":"tsd-kind-class"},{"id":1125,"kind":2048,"name":"fromDoc","url":"classes/CommandOutputArraySchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandOutputArraySchema"},{"id":1126,"kind":1024,"name":"attr","url":"classes/CommandOutputArraySchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandOutputArraySchema"},{"id":1127,"kind":512,"name":"constructor","url":"classes/CommandOutputArraySchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputArraySchema"},{"id":1128,"kind":1024,"name":"extensionFields","url":"classes/CommandOutputArraySchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputArraySchema"},{"id":1129,"kind":1024,"name":"name","url":"classes/CommandOutputArraySchema.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputArraySchema"},{"id":1130,"kind":1024,"name":"items","url":"classes/CommandOutputArraySchema.html#items","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputArraySchema"},{"id":1131,"kind":1024,"name":"type","url":"classes/CommandOutputArraySchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputArraySchema"},{"id":1132,"kind":1024,"name":"label","url":"classes/CommandOutputArraySchema.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputArraySchema"},{"id":1133,"kind":1024,"name":"doc","url":"classes/CommandOutputArraySchema.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputArraySchema"},{"id":1134,"kind":2048,"name":"save","url":"classes/CommandOutputArraySchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputArraySchema"},{"id":1135,"kind":1024,"name":"loadingOptions","url":"classes/CommandOutputArraySchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandOutputArraySchema"},{"id":1136,"kind":8,"name":"EnvVarRequirement_class","url":"enums/EnvVarRequirement_class.html","classes":"tsd-kind-enum"},{"id":1137,"kind":16,"name":"ENVVARREQUIREMENT","url":"enums/EnvVarRequirement_class.html#ENVVARREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"EnvVarRequirement_class"},{"id":1138,"kind":8,"name":"NetworkAccess_class","url":"enums/NetworkAccess_class.html","classes":"tsd-kind-enum"},{"id":1139,"kind":16,"name":"NETWORKACCESS","url":"enums/NetworkAccess_class.html#NETWORKACCESS","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"NetworkAccess_class"},{"id":1140,"kind":256,"name":"ScatterFeatureRequirementProperties","url":"interfaces/ScatterFeatureRequirementProperties.html","classes":"tsd-kind-interface"},{"id":1141,"kind":1024,"name":"extensionFields","url":"interfaces/ScatterFeatureRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScatterFeatureRequirementProperties"},{"id":1142,"kind":1024,"name":"class_","url":"interfaces/ScatterFeatureRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ScatterFeatureRequirementProperties"},{"id":1143,"kind":256,"name":"SchemaDefRequirementProperties","url":"interfaces/SchemaDefRequirementProperties.html","classes":"tsd-kind-interface"},{"id":1144,"kind":1024,"name":"extensionFields","url":"interfaces/SchemaDefRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SchemaDefRequirementProperties"},{"id":1145,"kind":1024,"name":"class_","url":"interfaces/SchemaDefRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SchemaDefRequirementProperties"},{"id":1146,"kind":1024,"name":"types","url":"interfaces/SchemaDefRequirementProperties.html#types","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SchemaDefRequirementProperties"},{"id":1147,"kind":128,"name":"EnvVarRequirement","url":"classes/EnvVarRequirement.html","classes":"tsd-kind-class"},{"id":1148,"kind":2048,"name":"fromDoc","url":"classes/EnvVarRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"EnvVarRequirement"},{"id":1149,"kind":1024,"name":"attr","url":"classes/EnvVarRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"EnvVarRequirement"},{"id":1150,"kind":512,"name":"constructor","url":"classes/EnvVarRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EnvVarRequirement"},{"id":1151,"kind":1024,"name":"extensionFields","url":"classes/EnvVarRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnvVarRequirement"},{"id":1152,"kind":1024,"name":"class_","url":"classes/EnvVarRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnvVarRequirement"},{"id":1153,"kind":1024,"name":"envDef","url":"classes/EnvVarRequirement.html#envDef","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnvVarRequirement"},{"id":1154,"kind":2048,"name":"save","url":"classes/EnvVarRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"EnvVarRequirement"},{"id":1155,"kind":1024,"name":"loadingOptions","url":"classes/EnvVarRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"EnvVarRequirement"},{"id":1156,"kind":256,"name":"WorkReuseProperties","url":"interfaces/WorkReuseProperties.html","classes":"tsd-kind-interface"},{"id":1157,"kind":1024,"name":"extensionFields","url":"interfaces/WorkReuseProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkReuseProperties"},{"id":1158,"kind":1024,"name":"class_","url":"interfaces/WorkReuseProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkReuseProperties"},{"id":1159,"kind":1024,"name":"enableReuse","url":"interfaces/WorkReuseProperties.html#enableReuse","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkReuseProperties"},{"id":1160,"kind":128,"name":"RecordSchema","url":"classes/RecordSchema.html","classes":"tsd-kind-class"},{"id":1161,"kind":2048,"name":"fromDoc","url":"classes/RecordSchema.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"RecordSchema"},{"id":1162,"kind":1024,"name":"attr","url":"classes/RecordSchema.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"RecordSchema"},{"id":1163,"kind":512,"name":"constructor","url":"classes/RecordSchema.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RecordSchema"},{"id":1164,"kind":1024,"name":"extensionFields","url":"classes/RecordSchema.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordSchema"},{"id":1165,"kind":1024,"name":"fields","url":"classes/RecordSchema.html#fields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordSchema"},{"id":1166,"kind":1024,"name":"type","url":"classes/RecordSchema.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordSchema"},{"id":1167,"kind":2048,"name":"save","url":"classes/RecordSchema.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RecordSchema"},{"id":1168,"kind":1024,"name":"loadingOptions","url":"classes/RecordSchema.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"RecordSchema"},{"id":1169,"kind":256,"name":"CommandLineBindingProperties","url":"interfaces/CommandLineBindingProperties.html","classes":"tsd-kind-interface"},{"id":1170,"kind":1024,"name":"extensionFields","url":"interfaces/CommandLineBindingProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineBindingProperties"},{"id":1171,"kind":1024,"name":"loadContents","url":"interfaces/CommandLineBindingProperties.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandLineBindingProperties"},{"id":1172,"kind":1024,"name":"position","url":"interfaces/CommandLineBindingProperties.html#position","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindingProperties"},{"id":1173,"kind":1024,"name":"prefix","url":"interfaces/CommandLineBindingProperties.html#prefix","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindingProperties"},{"id":1174,"kind":1024,"name":"separate","url":"interfaces/CommandLineBindingProperties.html#separate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindingProperties"},{"id":1175,"kind":1024,"name":"itemSeparator","url":"interfaces/CommandLineBindingProperties.html#itemSeparator","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindingProperties"},{"id":1176,"kind":1024,"name":"valueFrom","url":"interfaces/CommandLineBindingProperties.html#valueFrom","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindingProperties"},{"id":1177,"kind":1024,"name":"shellQuote","url":"interfaces/CommandLineBindingProperties.html#shellQuote","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandLineBindingProperties"},{"id":1178,"kind":256,"name":"OperationOutputParameterProperties","url":"interfaces/OperationOutputParameterProperties.html","classes":"tsd-kind-interface"},{"id":1179,"kind":1024,"name":"extensionFields","url":"interfaces/OperationOutputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationOutputParameterProperties"},{"id":1180,"kind":1024,"name":"id","url":"interfaces/OperationOutputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationOutputParameterProperties"},{"id":1181,"kind":1024,"name":"label","url":"interfaces/OperationOutputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationOutputParameterProperties"},{"id":1182,"kind":1024,"name":"secondaryFiles","url":"interfaces/OperationOutputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationOutputParameterProperties"},{"id":1183,"kind":1024,"name":"streamable","url":"interfaces/OperationOutputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationOutputParameterProperties"},{"id":1184,"kind":1024,"name":"doc","url":"interfaces/OperationOutputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationOutputParameterProperties"},{"id":1185,"kind":1024,"name":"format","url":"interfaces/OperationOutputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"OperationOutputParameterProperties"},{"id":1186,"kind":1024,"name":"type","url":"interfaces/OperationOutputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"OperationOutputParameterProperties"},{"id":1187,"kind":256,"name":"CommandInputEnumSchemaProperties","url":"interfaces/CommandInputEnumSchemaProperties.html","classes":"tsd-kind-interface"},{"id":1188,"kind":1024,"name":"extensionFields","url":"interfaces/CommandInputEnumSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1189,"kind":1024,"name":"name","url":"interfaces/CommandInputEnumSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1190,"kind":1024,"name":"symbols","url":"interfaces/CommandInputEnumSchemaProperties.html#symbols","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1191,"kind":1024,"name":"type","url":"interfaces/CommandInputEnumSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1192,"kind":1024,"name":"label","url":"interfaces/CommandInputEnumSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1193,"kind":1024,"name":"doc","url":"interfaces/CommandInputEnumSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1194,"kind":1024,"name":"inputBinding","url":"interfaces/CommandInputEnumSchemaProperties.html#inputBinding","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandInputEnumSchemaProperties"},{"id":1195,"kind":128,"name":"ScatterFeatureRequirement","url":"classes/ScatterFeatureRequirement.html","classes":"tsd-kind-class"},{"id":1196,"kind":2048,"name":"fromDoc","url":"classes/ScatterFeatureRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ScatterFeatureRequirement"},{"id":1197,"kind":1024,"name":"attr","url":"classes/ScatterFeatureRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ScatterFeatureRequirement"},{"id":1198,"kind":512,"name":"constructor","url":"classes/ScatterFeatureRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ScatterFeatureRequirement"},{"id":1199,"kind":1024,"name":"extensionFields","url":"classes/ScatterFeatureRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ScatterFeatureRequirement"},{"id":1200,"kind":1024,"name":"class_","url":"classes/ScatterFeatureRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ScatterFeatureRequirement"},{"id":1201,"kind":2048,"name":"save","url":"classes/ScatterFeatureRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ScatterFeatureRequirement"},{"id":1202,"kind":1024,"name":"loadingOptions","url":"classes/ScatterFeatureRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ScatterFeatureRequirement"},{"id":1203,"kind":128,"name":"CommandOutputParameter","url":"classes/CommandOutputParameter.html","classes":"tsd-kind-class"},{"id":1204,"kind":2048,"name":"fromDoc","url":"classes/CommandOutputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandOutputParameter"},{"id":1205,"kind":1024,"name":"attr","url":"classes/CommandOutputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandOutputParameter"},{"id":1206,"kind":512,"name":"constructor","url":"classes/CommandOutputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputParameter"},{"id":1207,"kind":1024,"name":"extensionFields","url":"classes/CommandOutputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1208,"kind":1024,"name":"id","url":"classes/CommandOutputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1209,"kind":1024,"name":"label","url":"classes/CommandOutputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1210,"kind":1024,"name":"secondaryFiles","url":"classes/CommandOutputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1211,"kind":1024,"name":"streamable","url":"classes/CommandOutputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1212,"kind":1024,"name":"doc","url":"classes/CommandOutputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1213,"kind":1024,"name":"format","url":"classes/CommandOutputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1214,"kind":1024,"name":"type","url":"classes/CommandOutputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1215,"kind":1024,"name":"outputBinding","url":"classes/CommandOutputParameter.html#outputBinding","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputParameter"},{"id":1216,"kind":2048,"name":"save","url":"classes/CommandOutputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputParameter"},{"id":1217,"kind":1024,"name":"loadingOptions","url":"classes/CommandOutputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandOutputParameter"},{"id":1218,"kind":128,"name":"Dirent","url":"classes/Dirent.html","classes":"tsd-kind-class"},{"id":1219,"kind":2048,"name":"fromDoc","url":"classes/Dirent.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"Dirent"},{"id":1220,"kind":1024,"name":"attr","url":"classes/Dirent.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"Dirent"},{"id":1221,"kind":512,"name":"constructor","url":"classes/Dirent.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"Dirent"},{"id":1222,"kind":1024,"name":"extensionFields","url":"classes/Dirent.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Dirent"},{"id":1223,"kind":1024,"name":"entryname","url":"classes/Dirent.html#entryname","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Dirent"},{"id":1224,"kind":1024,"name":"entry","url":"classes/Dirent.html#entry","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Dirent"},{"id":1225,"kind":1024,"name":"writable","url":"classes/Dirent.html#writable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"Dirent"},{"id":1226,"kind":2048,"name":"save","url":"classes/Dirent.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"Dirent"},{"id":1227,"kind":1024,"name":"loadingOptions","url":"classes/Dirent.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"Dirent"},{"id":1228,"kind":128,"name":"OutputRecordField","url":"classes/OutputRecordField.html","classes":"tsd-kind-class"},{"id":1229,"kind":2048,"name":"fromDoc","url":"classes/OutputRecordField.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"OutputRecordField"},{"id":1230,"kind":1024,"name":"attr","url":"classes/OutputRecordField.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"OutputRecordField"},{"id":1231,"kind":512,"name":"constructor","url":"classes/OutputRecordField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"OutputRecordField"},{"id":1232,"kind":1024,"name":"extensionFields","url":"classes/OutputRecordField.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1233,"kind":1024,"name":"name","url":"classes/OutputRecordField.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1234,"kind":1024,"name":"doc","url":"classes/OutputRecordField.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1235,"kind":1024,"name":"type","url":"classes/OutputRecordField.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1236,"kind":1024,"name":"label","url":"classes/OutputRecordField.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1237,"kind":1024,"name":"secondaryFiles","url":"classes/OutputRecordField.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1238,"kind":1024,"name":"streamable","url":"classes/OutputRecordField.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1239,"kind":1024,"name":"format","url":"classes/OutputRecordField.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"OutputRecordField"},{"id":1240,"kind":2048,"name":"save","url":"classes/OutputRecordField.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"OutputRecordField"},{"id":1241,"kind":1024,"name":"loadingOptions","url":"classes/OutputRecordField.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"OutputRecordField"},{"id":1242,"kind":128,"name":"WorkflowOutputParameter","url":"classes/WorkflowOutputParameter.html","classes":"tsd-kind-class"},{"id":1243,"kind":2048,"name":"fromDoc","url":"classes/WorkflowOutputParameter.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"WorkflowOutputParameter"},{"id":1244,"kind":1024,"name":"attr","url":"classes/WorkflowOutputParameter.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"WorkflowOutputParameter"},{"id":1245,"kind":512,"name":"constructor","url":"classes/WorkflowOutputParameter.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowOutputParameter"},{"id":1246,"kind":1024,"name":"extensionFields","url":"classes/WorkflowOutputParameter.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1247,"kind":1024,"name":"id","url":"classes/WorkflowOutputParameter.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1248,"kind":1024,"name":"label","url":"classes/WorkflowOutputParameter.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1249,"kind":1024,"name":"secondaryFiles","url":"classes/WorkflowOutputParameter.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1250,"kind":1024,"name":"streamable","url":"classes/WorkflowOutputParameter.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1251,"kind":1024,"name":"doc","url":"classes/WorkflowOutputParameter.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1252,"kind":1024,"name":"format","url":"classes/WorkflowOutputParameter.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1253,"kind":1024,"name":"outputSource","url":"classes/WorkflowOutputParameter.html#outputSource","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1254,"kind":1024,"name":"linkMerge","url":"classes/WorkflowOutputParameter.html#linkMerge","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1255,"kind":1024,"name":"pickValue","url":"classes/WorkflowOutputParameter.html#pickValue","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1256,"kind":1024,"name":"type","url":"classes/WorkflowOutputParameter.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"WorkflowOutputParameter"},{"id":1257,"kind":2048,"name":"save","url":"classes/WorkflowOutputParameter.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"WorkflowOutputParameter"},{"id":1258,"kind":1024,"name":"loadingOptions","url":"classes/WorkflowOutputParameter.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"WorkflowOutputParameter"},{"id":1259,"kind":256,"name":"FieldBaseProperties","url":"interfaces/FieldBaseProperties.html","classes":"tsd-kind-interface"},{"id":1260,"kind":1024,"name":"label","url":"interfaces/FieldBaseProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"FieldBaseProperties"},{"id":1261,"kind":1024,"name":"secondaryFiles","url":"interfaces/FieldBaseProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FieldBaseProperties"},{"id":1262,"kind":1024,"name":"streamable","url":"interfaces/FieldBaseProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"FieldBaseProperties"},{"id":1263,"kind":256,"name":"InitialWorkDirRequirementProperties","url":"interfaces/InitialWorkDirRequirementProperties.html","classes":"tsd-kind-interface"},{"id":1264,"kind":1024,"name":"extensionFields","url":"interfaces/InitialWorkDirRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitialWorkDirRequirementProperties"},{"id":1265,"kind":1024,"name":"class_","url":"interfaces/InitialWorkDirRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitialWorkDirRequirementProperties"},{"id":1266,"kind":1024,"name":"listing","url":"interfaces/InitialWorkDirRequirementProperties.html#listing","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"InitialWorkDirRequirementProperties"},{"id":1267,"kind":128,"name":"InputRecordField","url":"classes/InputRecordField.html","classes":"tsd-kind-class"},{"id":1268,"kind":2048,"name":"fromDoc","url":"classes/InputRecordField.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"InputRecordField"},{"id":1269,"kind":1024,"name":"attr","url":"classes/InputRecordField.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"InputRecordField"},{"id":1270,"kind":512,"name":"constructor","url":"classes/InputRecordField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"InputRecordField"},{"id":1271,"kind":1024,"name":"extensionFields","url":"classes/InputRecordField.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1272,"kind":1024,"name":"name","url":"classes/InputRecordField.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1273,"kind":1024,"name":"doc","url":"classes/InputRecordField.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1274,"kind":1024,"name":"type","url":"classes/InputRecordField.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1275,"kind":1024,"name":"label","url":"classes/InputRecordField.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1276,"kind":1024,"name":"secondaryFiles","url":"classes/InputRecordField.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1277,"kind":1024,"name":"streamable","url":"classes/InputRecordField.html#streamable","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1278,"kind":1024,"name":"format","url":"classes/InputRecordField.html#format","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1279,"kind":1024,"name":"loadContents","url":"classes/InputRecordField.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1280,"kind":1024,"name":"loadListing","url":"classes/InputRecordField.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"InputRecordField"},{"id":1281,"kind":2048,"name":"save","url":"classes/InputRecordField.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"InputRecordField"},{"id":1282,"kind":1024,"name":"loadingOptions","url":"classes/InputRecordField.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"InputRecordField"},{"id":1283,"kind":256,"name":"CommandOutputRecordFieldProperties","url":"interfaces/CommandOutputRecordFieldProperties.html","classes":"tsd-kind-interface"},{"id":1284,"kind":1024,"name":"extensionFields","url":"interfaces/CommandOutputRecordFieldProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1285,"kind":1024,"name":"name","url":"interfaces/CommandOutputRecordFieldProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1286,"kind":1024,"name":"doc","url":"interfaces/CommandOutputRecordFieldProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1287,"kind":1024,"name":"type","url":"interfaces/CommandOutputRecordFieldProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1288,"kind":1024,"name":"label","url":"interfaces/CommandOutputRecordFieldProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1289,"kind":1024,"name":"secondaryFiles","url":"interfaces/CommandOutputRecordFieldProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1290,"kind":1024,"name":"streamable","url":"interfaces/CommandOutputRecordFieldProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1291,"kind":1024,"name":"format","url":"interfaces/CommandOutputRecordFieldProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputRecordFieldProperties"},{"id":1292,"kind":1024,"name":"outputBinding","url":"interfaces/CommandOutputRecordFieldProperties.html#outputBinding","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"CommandOutputRecordFieldProperties"},{"id":1293,"kind":8,"name":"SchemaDefRequirement_class","url":"enums/SchemaDefRequirement_class.html","classes":"tsd-kind-enum"},{"id":1294,"kind":16,"name":"SCHEMADEFREQUIREMENT","url":"enums/SchemaDefRequirement_class.html#SCHEMADEFREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"SchemaDefRequirement_class"},{"id":1295,"kind":128,"name":"StepInputExpressionRequirement","url":"classes/StepInputExpressionRequirement.html","classes":"tsd-kind-class"},{"id":1296,"kind":2048,"name":"fromDoc","url":"classes/StepInputExpressionRequirement.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"StepInputExpressionRequirement"},{"id":1297,"kind":1024,"name":"attr","url":"classes/StepInputExpressionRequirement.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"StepInputExpressionRequirement"},{"id":1298,"kind":512,"name":"constructor","url":"classes/StepInputExpressionRequirement.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"StepInputExpressionRequirement"},{"id":1299,"kind":1024,"name":"extensionFields","url":"classes/StepInputExpressionRequirement.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StepInputExpressionRequirement"},{"id":1300,"kind":1024,"name":"class_","url":"classes/StepInputExpressionRequirement.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"StepInputExpressionRequirement"},{"id":1301,"kind":2048,"name":"save","url":"classes/StepInputExpressionRequirement.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"StepInputExpressionRequirement"},{"id":1302,"kind":1024,"name":"loadingOptions","url":"classes/StepInputExpressionRequirement.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"StepInputExpressionRequirement"},{"id":1303,"kind":256,"name":"ShellCommandRequirementProperties","url":"interfaces/ShellCommandRequirementProperties.html","classes":"tsd-kind-interface"},{"id":1304,"kind":1024,"name":"extensionFields","url":"interfaces/ShellCommandRequirementProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ShellCommandRequirementProperties"},{"id":1305,"kind":1024,"name":"class_","url":"interfaces/ShellCommandRequirementProperties.html#class_","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ShellCommandRequirementProperties"},{"id":1306,"kind":128,"name":"ExpressionTool","url":"classes/ExpressionTool.html","classes":"tsd-kind-class"},{"id":1307,"kind":2048,"name":"fromDoc","url":"classes/ExpressionTool.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"ExpressionTool"},{"id":1308,"kind":1024,"name":"attr","url":"classes/ExpressionTool.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"ExpressionTool"},{"id":1309,"kind":512,"name":"constructor","url":"classes/ExpressionTool.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"ExpressionTool"},{"id":1310,"kind":1024,"name":"extensionFields","url":"classes/ExpressionTool.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1311,"kind":1024,"name":"id","url":"classes/ExpressionTool.html#id","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1312,"kind":1024,"name":"class_","url":"classes/ExpressionTool.html#class_","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1313,"kind":1024,"name":"label","url":"classes/ExpressionTool.html#label","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1314,"kind":1024,"name":"doc","url":"classes/ExpressionTool.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1315,"kind":1024,"name":"inputs","url":"classes/ExpressionTool.html#inputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1316,"kind":1024,"name":"outputs","url":"classes/ExpressionTool.html#outputs","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1317,"kind":1024,"name":"requirements","url":"classes/ExpressionTool.html#requirements","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1318,"kind":1024,"name":"hints","url":"classes/ExpressionTool.html#hints","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1319,"kind":1024,"name":"cwlVersion","url":"classes/ExpressionTool.html#cwlVersion","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1320,"kind":1024,"name":"intent","url":"classes/ExpressionTool.html#intent","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1321,"kind":1024,"name":"expression","url":"classes/ExpressionTool.html#expression","classes":"tsd-kind-property tsd-parent-kind-class","parent":"ExpressionTool"},{"id":1322,"kind":2048,"name":"save","url":"classes/ExpressionTool.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"ExpressionTool"},{"id":1323,"kind":1024,"name":"loadingOptions","url":"classes/ExpressionTool.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"ExpressionTool"},{"id":1324,"kind":256,"name":"WorkflowOutputParameterProperties","url":"interfaces/WorkflowOutputParameterProperties.html","classes":"tsd-kind-interface"},{"id":1325,"kind":1024,"name":"extensionFields","url":"interfaces/WorkflowOutputParameterProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowOutputParameterProperties"},{"id":1326,"kind":1024,"name":"id","url":"interfaces/WorkflowOutputParameterProperties.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowOutputParameterProperties"},{"id":1327,"kind":1024,"name":"label","url":"interfaces/WorkflowOutputParameterProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowOutputParameterProperties"},{"id":1328,"kind":1024,"name":"secondaryFiles","url":"interfaces/WorkflowOutputParameterProperties.html#secondaryFiles","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowOutputParameterProperties"},{"id":1329,"kind":1024,"name":"streamable","url":"interfaces/WorkflowOutputParameterProperties.html#streamable","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowOutputParameterProperties"},{"id":1330,"kind":1024,"name":"doc","url":"interfaces/WorkflowOutputParameterProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowOutputParameterProperties"},{"id":1331,"kind":1024,"name":"format","url":"interfaces/WorkflowOutputParameterProperties.html#format","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"WorkflowOutputParameterProperties"},{"id":1332,"kind":1024,"name":"outputSource","url":"interfaces/WorkflowOutputParameterProperties.html#outputSource","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowOutputParameterProperties"},{"id":1333,"kind":1024,"name":"linkMerge","url":"interfaces/WorkflowOutputParameterProperties.html#linkMerge","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowOutputParameterProperties"},{"id":1334,"kind":1024,"name":"pickValue","url":"interfaces/WorkflowOutputParameterProperties.html#pickValue","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowOutputParameterProperties"},{"id":1335,"kind":1024,"name":"type","url":"interfaces/WorkflowOutputParameterProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"WorkflowOutputParameterProperties"},{"id":1336,"kind":256,"name":"CommandOutputEnumSchemaProperties","url":"interfaces/CommandOutputEnumSchemaProperties.html","classes":"tsd-kind-interface"},{"id":1337,"kind":1024,"name":"extensionFields","url":"interfaces/CommandOutputEnumSchemaProperties.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputEnumSchemaProperties"},{"id":1338,"kind":1024,"name":"name","url":"interfaces/CommandOutputEnumSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputEnumSchemaProperties"},{"id":1339,"kind":1024,"name":"symbols","url":"interfaces/CommandOutputEnumSchemaProperties.html#symbols","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputEnumSchemaProperties"},{"id":1340,"kind":1024,"name":"type","url":"interfaces/CommandOutputEnumSchemaProperties.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputEnumSchemaProperties"},{"id":1341,"kind":1024,"name":"label","url":"interfaces/CommandOutputEnumSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputEnumSchemaProperties"},{"id":1342,"kind":1024,"name":"doc","url":"interfaces/CommandOutputEnumSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"CommandOutputEnumSchemaProperties"},{"id":1343,"kind":8,"name":"ExpressionTool_class","url":"enums/ExpressionTool_class.html","classes":"tsd-kind-enum"},{"id":1344,"kind":16,"name":"EXPRESSIONTOOL","url":"enums/ExpressionTool_class.html#EXPRESSIONTOOL","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"ExpressionTool_class"},{"id":1345,"kind":128,"name":"RecordField","url":"classes/RecordField.html","classes":"tsd-kind-class"},{"id":1346,"kind":2048,"name":"fromDoc","url":"classes/RecordField.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"RecordField"},{"id":1347,"kind":1024,"name":"attr","url":"classes/RecordField.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"RecordField"},{"id":1348,"kind":512,"name":"constructor","url":"classes/RecordField.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"RecordField"},{"id":1349,"kind":1024,"name":"extensionFields","url":"classes/RecordField.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordField"},{"id":1350,"kind":1024,"name":"name","url":"classes/RecordField.html#name","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordField"},{"id":1351,"kind":1024,"name":"doc","url":"classes/RecordField.html#doc","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordField"},{"id":1352,"kind":1024,"name":"type","url":"classes/RecordField.html#type","classes":"tsd-kind-property tsd-parent-kind-class","parent":"RecordField"},{"id":1353,"kind":2048,"name":"save","url":"classes/RecordField.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"RecordField"},{"id":1354,"kind":1024,"name":"loadingOptions","url":"classes/RecordField.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"RecordField"},{"id":1355,"kind":8,"name":"Expression","url":"enums/Expression.html","classes":"tsd-kind-enum"},{"id":1356,"kind":16,"name":"EXPRESSIONPLACEHOLDER","url":"enums/Expression.html#EXPRESSIONPLACEHOLDER","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"Expression"},{"id":1357,"kind":128,"name":"CommandOutputBinding","url":"classes/CommandOutputBinding.html","classes":"tsd-kind-class"},{"id":1358,"kind":2048,"name":"fromDoc","url":"classes/CommandOutputBinding.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"CommandOutputBinding"},{"id":1359,"kind":1024,"name":"attr","url":"classes/CommandOutputBinding.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"CommandOutputBinding"},{"id":1360,"kind":512,"name":"constructor","url":"classes/CommandOutputBinding.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputBinding"},{"id":1361,"kind":1024,"name":"extensionFields","url":"classes/CommandOutputBinding.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputBinding"},{"id":1362,"kind":1024,"name":"loadContents","url":"classes/CommandOutputBinding.html#loadContents","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputBinding"},{"id":1363,"kind":1024,"name":"loadListing","url":"classes/CommandOutputBinding.html#loadListing","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputBinding"},{"id":1364,"kind":1024,"name":"glob","url":"classes/CommandOutputBinding.html#glob","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputBinding"},{"id":1365,"kind":1024,"name":"outputEval","url":"classes/CommandOutputBinding.html#outputEval","classes":"tsd-kind-property tsd-parent-kind-class","parent":"CommandOutputBinding"},{"id":1366,"kind":2048,"name":"save","url":"classes/CommandOutputBinding.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"CommandOutputBinding"},{"id":1367,"kind":1024,"name":"loadingOptions","url":"classes/CommandOutputBinding.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"CommandOutputBinding"},{"id":1368,"kind":8,"name":"InitialWorkDirRequirement_class","url":"enums/InitialWorkDirRequirement_class.html","classes":"tsd-kind-enum"},{"id":1369,"kind":16,"name":"INITIALWORKDIRREQUIREMENT","url":"enums/InitialWorkDirRequirement_class.html#INITIALWORKDIRREQUIREMENT","classes":"tsd-kind-enum-member tsd-parent-kind-enum","parent":"InitialWorkDirRequirement_class"},{"id":1370,"kind":256,"name":"InputSchemaProperties","url":"interfaces/InputSchemaProperties.html","classes":"tsd-kind-interface"},{"id":1371,"kind":1024,"name":"name","url":"interfaces/InputSchemaProperties.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputSchemaProperties"},{"id":1372,"kind":1024,"name":"label","url":"interfaces/InputSchemaProperties.html#label","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputSchemaProperties"},{"id":1373,"kind":1024,"name":"doc","url":"interfaces/InputSchemaProperties.html#doc","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"InputSchemaProperties"},{"id":1374,"kind":128,"name":"EnvironmentDef","url":"classes/EnvironmentDef.html","classes":"tsd-kind-class"},{"id":1375,"kind":2048,"name":"fromDoc","url":"classes/EnvironmentDef.html#fromDoc","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite tsd-is-static","parent":"EnvironmentDef"},{"id":1376,"kind":1024,"name":"attr","url":"classes/EnvironmentDef.html#attr","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"EnvironmentDef"},{"id":1377,"kind":512,"name":"constructor","url":"classes/EnvironmentDef.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"EnvironmentDef"},{"id":1378,"kind":1024,"name":"extensionFields","url":"classes/EnvironmentDef.html#extensionFields","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnvironmentDef"},{"id":1379,"kind":1024,"name":"envName","url":"classes/EnvironmentDef.html#envName","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnvironmentDef"},{"id":1380,"kind":1024,"name":"envValue","url":"classes/EnvironmentDef.html#envValue","classes":"tsd-kind-property tsd-parent-kind-class","parent":"EnvironmentDef"},{"id":1381,"kind":2048,"name":"save","url":"classes/EnvironmentDef.html#save","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-overwrite","parent":"EnvironmentDef"},{"id":1382,"kind":1024,"name":"loadingOptions","url":"classes/EnvironmentDef.html#loadingOptions","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"EnvironmentDef"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,68.273]],["parent/0",[]],["name/1",[1,68.273]],["parent/1",[]],["name/2",[2,47.904]],["parent/2",[]],["name/3",[3,68.273]],["parent/3",[2,4.514]],["name/4",[4,68.273]],["parent/4",[2,4.514]],["name/5",[5,30.976]],["parent/5",[2,4.514]],["name/6",[6,68.273]],["parent/6",[2,4.514]],["name/7",[7,68.273]],["parent/7",[2,4.514]],["name/8",[8,68.273]],["parent/8",[2,4.514]],["name/9",[9,68.273]],["parent/9",[2,4.514]],["name/10",[10,68.273]],["parent/10",[2,4.514]],["name/11",[11,68.273]],["parent/11",[2,4.514]],["name/12",[12,68.273]],["parent/12",[2,4.514]],["name/13",[13,63.164]],["parent/13",[]],["name/14",[14,48.814]],["parent/14",[13,5.952]],["name/15",[15,63.164]],["parent/15",[]],["name/16",[16,48.814]],["parent/16",[15,5.952]],["name/17",[17,57.287]],["parent/17",[]],["name/18",[18,24.246]],["parent/18",[17,5.398]],["name/19",[19,33.933]],["parent/19",[17,5.398]],["name/20",[20,47.07]],["parent/20",[17,5.398]],["name/21",[21,55.28]],["parent/21",[]],["name/22",[18,24.246]],["parent/22",[21,5.209]],["name/23",[22,36.084]],["parent/23",[21,5.209]],["name/24",[23,30.355]],["parent/24",[21,5.209]],["name/25",[24,32.345]],["parent/25",[21,5.209]],["name/26",[25,49.814]],["parent/26",[]],["name/27",[26,31.137]],["parent/27",[25,4.694]],["name/28",[27,31.137]],["parent/28",[25,4.694]],["name/29",[5,30.976]],["parent/29",[25,4.694]],["name/30",[18,24.246]],["parent/30",[25,4.694]],["name/31",[28,48.814]],["parent/31",[25,4.694]],["name/32",[24,32.345]],["parent/32",[25,4.694]],["name/33",[29,31.137]],["parent/33",[25,4.694]],["name/34",[30,31.137]],["parent/34",[25,4.694]],["name/35",[31,50.927]],["parent/35",[]],["name/36",[18,24.246]],["parent/36",[31,4.799]],["name/37",[22,36.084]],["parent/37",[31,4.799]],["name/38",[32,48.814]],["parent/38",[31,4.799]],["name/39",[24,32.345]],["parent/39",[31,4.799]],["name/40",[33,30.206]],["parent/40",[31,4.799]],["name/41",[23,30.355]],["parent/41",[31,4.799]],["name/42",[34,41.192]],["parent/42",[31,4.799]],["name/43",[35,38.15]],["parent/43",[]],["name/44",[36,68.273]],["parent/44",[35,3.595]],["name/45",[37,68.273]],["parent/45",[35,3.595]],["name/46",[38,68.273]],["parent/46",[35,3.595]],["name/47",[39,68.273]],["parent/47",[35,3.595]],["name/48",[40,68.273]],["parent/48",[35,3.595]],["name/49",[41,68.273]],["parent/49",[35,3.595]],["name/50",[42,68.273]],["parent/50",[35,3.595]],["name/51",[43,68.273]],["parent/51",[35,3.595]],["name/52",[44,68.273]],["parent/52",[35,3.595]],["name/53",[45,68.273]],["parent/53",[35,3.595]],["name/54",[46,68.273]],["parent/54",[35,3.595]],["name/55",[47,68.273]],["parent/55",[35,3.595]],["name/56",[48,68.273]],["parent/56",[35,3.595]],["name/57",[49,68.273]],["parent/57",[35,3.595]],["name/58",[50,68.273]],["parent/58",[35,3.595]],["name/59",[51,68.273]],["parent/59",[35,3.595]],["name/60",[52,68.273]],["parent/60",[35,3.595]],["name/61",[53,68.273]],["parent/61",[35,3.595]],["name/62",[54,68.273]],["parent/62",[35,3.595]],["name/63",[55,68.273]],["parent/63",[35,3.595]],["name/64",[56,48.814]],["parent/64",[]],["name/65",[26,31.137]],["parent/65",[56,4.6]],["name/66",[27,31.137]],["parent/66",[56,4.6]],["name/67",[5,30.976]],["parent/67",[56,4.6]],["name/68",[18,24.246]],["parent/68",[56,4.6]],["name/69",[19,33.933]],["parent/69",[56,4.6]],["name/70",[57,63.164]],["parent/70",[56,4.6]],["name/71",[29,31.137]],["parent/71",[56,4.6]],["name/72",[30,31.137]],["parent/72",[56,4.6]],["name/73",[58,59.8]],["parent/73",[]],["name/74",[18,24.246]],["parent/74",[58,5.635]],["name/75",[19,33.933]],["parent/75",[58,5.635]],["name/76",[59,52.178]],["parent/76",[]],["name/77",[18,24.246]],["parent/77",[59,4.917]],["name/78",[22,36.084]],["parent/78",[59,4.917]],["name/79",[32,48.814]],["parent/79",[59,4.917]],["name/80",[24,32.345]],["parent/80",[59,4.917]],["name/81",[33,30.206]],["parent/81",[59,4.917]],["name/82",[23,30.355]],["parent/82",[59,4.917]],["name/83",[60,43.705]],["parent/83",[]],["name/84",[26,31.137]],["parent/84",[60,4.118]],["name/85",[27,31.137]],["parent/85",[60,4.118]],["name/86",[5,30.976]],["parent/86",[60,4.118]],["name/87",[18,24.246]],["parent/87",[60,4.118]],["name/88",[61,37.212]],["parent/88",[60,4.118]],["name/89",[33,30.206]],["parent/89",[60,4.118]],["name/90",[62,38.828]],["parent/90",[60,4.118]],["name/91",[63,39.556]],["parent/91",[60,4.118]],["name/92",[23,30.355]],["parent/92",[60,4.118]],["name/93",[64,38.828]],["parent/93",[60,4.118]],["name/94",[65,42.123]],["parent/94",[60,4.118]],["name/95",[66,43.15]],["parent/95",[60,4.118]],["name/96",[67,49.814]],["parent/96",[60,4.118]],["name/97",[24,32.345]],["parent/97",[60,4.118]],["name/98",[29,31.137]],["parent/98",[60,4.118]],["name/99",[30,31.137]],["parent/99",[60,4.118]],["name/100",[68,55.28]],["parent/100",[]],["name/101",[68,55.28]],["parent/101",[68,5.209]],["name/102",[69,44.294]],["parent/102",[]],["name/103",[26,31.137]],["parent/103",[69,4.174]],["name/104",[27,31.137]],["parent/104",[69,4.174]],["name/105",[5,30.976]],["parent/105",[69,4.174]],["name/106",[18,24.246]],["parent/106",[69,4.174]],["name/107",[61,37.212]],["parent/107",[69,4.174]],["name/108",[70,59.8]],["parent/108",[69,4.174]],["name/109",[71,55.28]],["parent/109",[69,4.174]],["name/110",[72,55.28]],["parent/110",[69,4.174]],["name/111",[65,42.123]],["parent/111",[69,4.174]],["name/112",[66,43.15]],["parent/112",[69,4.174]],["name/113",[33,30.206]],["parent/113",[69,4.174]],["name/114",[67,49.814]],["parent/114",[69,4.174]],["name/115",[73,57.287]],["parent/115",[69,4.174]],["name/116",[29,31.137]],["parent/116",[69,4.174]],["name/117",[30,31.137]],["parent/117",[69,4.174]],["name/118",[74,48.814]],["parent/118",[]],["name/119",[18,24.246]],["parent/119",[74,4.6]],["name/120",[61,37.212]],["parent/120",[74,4.6]],["name/121",[33,30.206]],["parent/121",[74,4.6]],["name/122",[62,38.828]],["parent/122",[74,4.6]],["name/123",[63,39.556]],["parent/123",[74,4.6]],["name/124",[23,30.355]],["parent/124",[74,4.6]],["name/125",[64,38.828]],["parent/125",[74,4.6]],["name/126",[24,32.345]],["parent/126",[74,4.6]],["name/127",[75,57.287]],["parent/127",[74,4.6]],["name/128",[76,68.273]],["parent/128",[]],["name/129",[77,49.814]],["parent/129",[]],["name/130",[18,24.246]],["parent/130",[77,4.694]],["name/131",[19,33.933]],["parent/131",[77,4.694]],["name/132",[78,63.164]],["parent/132",[77,4.694]],["name/133",[79,63.164]],["parent/133",[77,4.694]],["name/134",[80,63.164]],["parent/134",[77,4.694]],["name/135",[81,63.164]],["parent/135",[77,4.694]],["name/136",[82,63.164]],["parent/136",[77,4.694]],["name/137",[83,63.164]],["parent/137",[77,4.694]],["name/138",[84,41.647]],["parent/138",[]],["name/139",[26,31.137]],["parent/139",[84,3.924]],["name/140",[27,31.137]],["parent/140",[84,3.924]],["name/141",[5,30.976]],["parent/141",[84,3.924]],["name/142",[18,24.246]],["parent/142",[84,3.924]],["name/143",[19,33.933]],["parent/143",[84,3.924]],["name/144",[85,57.287]],["parent/144",[84,3.924]],["name/145",[86,57.287]],["parent/145",[84,3.924]],["name/146",[87,57.287]],["parent/146",[84,3.924]],["name/147",[88,63.164]],["parent/147",[84,3.924]],["name/148",[89,63.164]],["parent/148",[84,3.924]],["name/149",[90,63.164]],["parent/149",[84,3.924]],["name/150",[91,63.164]],["parent/150",[84,3.924]],["name/151",[92,63.164]],["parent/151",[84,3.924]],["name/152",[62,38.828]],["parent/152",[84,3.924]],["name/153",[64,38.828]],["parent/153",[84,3.924]],["name/154",[93,63.164]],["parent/154",[84,3.924]],["name/155",[29,31.137]],["parent/155",[84,3.924]],["name/156",[30,31.137]],["parent/156",[84,3.924]],["name/157",[94,49.814]],["parent/157",[]],["name/158",[18,24.246]],["parent/158",[94,4.694]],["name/159",[61,37.212]],["parent/159",[94,4.694]],["name/160",[33,30.206]],["parent/160",[94,4.694]],["name/161",[62,38.828]],["parent/161",[94,4.694]],["name/162",[63,39.556]],["parent/162",[94,4.694]],["name/163",[23,30.355]],["parent/163",[94,4.694]],["name/164",[64,38.828]],["parent/164",[94,4.694]],["name/165",[24,32.345]],["parent/165",[94,4.694]],["name/166",[95,42.123]],["parent/166",[]],["name/167",[18,24.246]],["parent/167",[95,3.969]],["name/168",[61,37.212]],["parent/168",[95,3.969]],["name/169",[19,33.933]],["parent/169",[95,3.969]],["name/170",[33,30.206]],["parent/170",[95,3.969]],["name/171",[23,30.355]],["parent/171",[95,3.969]],["name/172",[96,49.814]],["parent/172",[95,3.969]],["name/173",[97,49.814]],["parent/173",[95,3.969]],["name/174",[98,47.904]],["parent/174",[95,3.969]],["name/175",[99,47.904]],["parent/175",[95,3.969]],["name/176",[35,38.15]],["parent/176",[95,3.969]],["name/177",[100,49.814]],["parent/177",[95,3.969]],["name/178",[101,63.164]],["parent/178",[95,3.969]],["name/179",[102,63.164]],["parent/179",[95,3.969]],["name/180",[68,55.28]],["parent/180",[95,3.969]],["name/181",[103,55.28]],["parent/181",[95,3.969]],["name/182",[104,55.28]],["parent/182",[95,3.969]],["name/183",[105,63.164]],["parent/183",[95,3.969]],["name/184",[106,63.164]],["parent/184",[95,3.969]],["name/185",[107,63.164]],["parent/185",[95,3.969]],["name/186",[108,63.164]],["parent/186",[]],["name/187",[109,42.623]],["parent/187",[108,5.952]],["name/188",[110,57.287]],["parent/188",[]],["name/189",[18,24.246]],["parent/189",[110,5.398]],["name/190",[19,33.933]],["parent/190",[110,5.398]],["name/191",[111,63.164]],["parent/191",[110,5.398]],["name/192",[112,52.178]],["parent/192",[]],["name/193",[18,24.246]],["parent/193",[112,4.917]],["name/194",[22,36.084]],["parent/194",[112,4.917]],["name/195",[28,48.814]],["parent/195",[112,4.917]],["name/196",[24,32.345]],["parent/196",[112,4.917]],["name/197",[33,30.206]],["parent/197",[112,4.917]],["name/198",[23,30.355]],["parent/198",[112,4.917]],["name/199",[113,45.586]],["parent/199",[]],["name/200",[18,24.246]],["parent/200",[113,4.296]],["name/201",[19,33.933]],["parent/201",[113,4.296]],["name/202",[85,57.287]],["parent/202",[113,4.296]],["name/203",[86,57.287]],["parent/203",[113,4.296]],["name/204",[87,57.287]],["parent/204",[113,4.296]],["name/205",[88,63.164]],["parent/205",[113,4.296]],["name/206",[89,63.164]],["parent/206",[113,4.296]],["name/207",[90,63.164]],["parent/207",[113,4.296]],["name/208",[91,63.164]],["parent/208",[113,4.296]],["name/209",[92,63.164]],["parent/209",[113,4.296]],["name/210",[62,38.828]],["parent/210",[113,4.296]],["name/211",[64,38.828]],["parent/211",[113,4.296]],["name/212",[93,63.164]],["parent/212",[113,4.296]],["name/213",[114,63.164]],["parent/213",[]],["name/214",[115,43.705]],["parent/214",[114,5.952]],["name/215",[116,47.07]],["parent/215",[]],["name/216",[26,31.137]],["parent/216",[116,4.436]],["name/217",[27,31.137]],["parent/217",[116,4.436]],["name/218",[5,30.976]],["parent/218",[116,4.436]],["name/219",[18,24.246]],["parent/219",[116,4.436]],["name/220",[22,36.084]],["parent/220",[116,4.436]],["name/221",[32,48.814]],["parent/221",[116,4.436]],["name/222",[24,32.345]],["parent/222",[116,4.436]],["name/223",[33,30.206]],["parent/223",[116,4.436]],["name/224",[23,30.355]],["parent/224",[116,4.436]],["name/225",[29,31.137]],["parent/225",[116,4.436]],["name/226",[30,31.137]],["parent/226",[116,4.436]],["name/227",[117,57.287]],["parent/227",[]],["name/228",[70,59.8]],["parent/228",[117,5.398]],["name/229",[71,55.28]],["parent/229",[117,5.398]],["name/230",[72,55.28]],["parent/230",[117,5.398]],["name/231",[118,63.164]],["parent/231",[]],["name/232",[119,48.814]],["parent/232",[118,5.952]],["name/233",[120,50.927]],["parent/233",[]],["name/234",[18,24.246]],["parent/234",[120,4.799]],["name/235",[22,36.084]],["parent/235",[120,4.799]],["name/236",[121,48.814]],["parent/236",[120,4.799]],["name/237",[24,32.345]],["parent/237",[120,4.799]],["name/238",[33,30.206]],["parent/238",[120,4.799]],["name/239",[23,30.355]],["parent/239",[120,4.799]],["name/240",[34,41.192]],["parent/240",[120,4.799]],["name/241",[122,48.814]],["parent/241",[]],["name/242",[26,31.137]],["parent/242",[122,4.6]],["name/243",[27,31.137]],["parent/243",[122,4.6]],["name/244",[5,30.976]],["parent/244",[122,4.6]],["name/245",[18,24.246]],["parent/245",[122,4.6]],["name/246",[19,33.933]],["parent/246",[122,4.6]],["name/247",[123,57.287]],["parent/247",[122,4.6]],["name/248",[29,31.137]],["parent/248",[122,4.6]],["name/249",[30,31.137]],["parent/249",[122,4.6]],["name/250",[124,47.07]],["parent/250",[]],["name/251",[18,24.246]],["parent/251",[124,4.436]],["name/252",[61,37.212]],["parent/252",[124,4.436]],["name/253",[33,30.206]],["parent/253",[124,4.436]],["name/254",[62,38.828]],["parent/254",[124,4.436]],["name/255",[63,39.556]],["parent/255",[124,4.436]],["name/256",[23,30.355]],["parent/256",[124,4.436]],["name/257",[64,38.828]],["parent/257",[124,4.436]],["name/258",[65,42.123]],["parent/258",[124,4.436]],["name/259",[66,43.15]],["parent/259",[124,4.436]],["name/260",[67,49.814]],["parent/260",[124,4.436]],["name/261",[24,32.345]],["parent/261",[124,4.436]],["name/262",[125,50.927]],["parent/262",[]],["name/263",[26,31.137]],["parent/263",[125,4.799]],["name/264",[27,31.137]],["parent/264",[125,4.799]],["name/265",[5,30.976]],["parent/265",[125,4.799]],["name/266",[18,24.246]],["parent/266",[125,4.799]],["name/267",[34,41.192]],["parent/267",[125,4.799]],["name/268",[29,31.137]],["parent/268",[125,4.799]],["name/269",[30,31.137]],["parent/269",[125,4.799]],["name/270",[126,46.3]],["parent/270",[]],["name/271",[26,31.137]],["parent/271",[126,4.363]],["name/272",[27,31.137]],["parent/272",[126,4.363]],["name/273",[5,30.976]],["parent/273",[126,4.363]],["name/274",[18,24.246]],["parent/274",[126,4.363]],["name/275",[22,36.084]],["parent/275",[126,4.363]],["name/276",[32,48.814]],["parent/276",[126,4.363]],["name/277",[24,32.345]],["parent/277",[126,4.363]],["name/278",[33,30.206]],["parent/278",[126,4.363]],["name/279",[23,30.355]],["parent/279",[126,4.363]],["name/280",[34,41.192]],["parent/280",[126,4.363]],["name/281",[29,31.137]],["parent/281",[126,4.363]],["name/282",[30,31.137]],["parent/282",[126,4.363]],["name/283",[127,53.609]],["parent/283",[]],["name/284",[128,68.273]],["parent/284",[127,5.052]],["name/285",[129,68.273]],["parent/285",[127,5.052]],["name/286",[130,68.273]],["parent/286",[127,5.052]],["name/287",[131,59.8]],["parent/287",[]],["name/288",[65,42.123]],["parent/288",[131,5.635]],["name/289",[66,43.15]],["parent/289",[131,5.635]],["name/290",[132,52.178]],["parent/290",[]],["name/291",[18,24.246]],["parent/291",[132,4.917]],["name/292",[22,36.084]],["parent/292",[132,4.917]],["name/293",[32,48.814]],["parent/293",[132,4.917]],["name/294",[24,32.345]],["parent/294",[132,4.917]],["name/295",[33,30.206]],["parent/295",[132,4.917]],["name/296",[23,30.355]],["parent/296",[132,4.917]],["name/297",[133,48.814]],["parent/297",[]],["name/298",[26,31.137]],["parent/298",[133,4.6]],["name/299",[27,31.137]],["parent/299",[133,4.6]],["name/300",[5,30.976]],["parent/300",[133,4.6]],["name/301",[18,24.246]],["parent/301",[133,4.6]],["name/302",[134,63.164]],["parent/302",[133,4.6]],["name/303",[135,63.164]],["parent/303",[133,4.6]],["name/304",[136,63.164]],["parent/304",[133,4.6]],["name/305",[29,31.137]],["parent/305",[133,4.6]],["name/306",[30,31.137]],["parent/306",[133,4.6]],["name/307",[137,59.8]],["parent/307",[]],["name/308",[138,68.273]],["parent/308",[137,5.635]],["name/309",[139,68.273]],["parent/309",[137,5.635]],["name/310",[140,63.164]],["parent/310",[]],["name/311",[141,68.273]],["parent/311",[140,5.952]],["name/312",[142,49.814]],["parent/312",[]],["name/313",[26,31.137]],["parent/313",[142,4.694]],["name/314",[27,31.137]],["parent/314",[142,4.694]],["name/315",[5,30.976]],["parent/315",[142,4.694]],["name/316",[18,24.246]],["parent/316",[142,4.694]],["name/317",[19,33.933]],["parent/317",[142,4.694]],["name/318",[29,31.137]],["parent/318",[142,4.694]],["name/319",[30,31.137]],["parent/319",[142,4.694]],["name/320",[143,49.814]],["parent/320",[]],["name/321",[26,31.137]],["parent/321",[143,4.694]],["name/322",[27,31.137]],["parent/322",[143,4.694]],["name/323",[5,30.976]],["parent/323",[143,4.694]],["name/324",[18,24.246]],["parent/324",[143,4.694]],["name/325",[144,63.164]],["parent/325",[143,4.694]],["name/326",[145,63.164]],["parent/326",[143,4.694]],["name/327",[29,31.137]],["parent/327",[143,4.694]],["name/328",[30,31.137]],["parent/328",[143,4.694]],["name/329",[146,57.287]],["parent/329",[]],["name/330",[22,36.084]],["parent/330",[146,5.398]],["name/331",[33,30.206]],["parent/331",[146,5.398]],["name/332",[23,30.355]],["parent/332",[146,5.398]],["name/333",[147,59.8]],["parent/333",[]],["name/334",[18,24.246]],["parent/334",[147,5.635]],["name/335",[61,37.212]],["parent/335",[147,5.635]],["name/336",[148,57.287]],["parent/336",[]],["name/337",[149,68.273]],["parent/337",[148,5.398]],["name/338",[150,68.273]],["parent/338",[148,5.398]],["name/339",[151,68.273]],["parent/339",[148,5.398]],["name/340",[152,45.586]],["parent/340",[]],["name/341",[26,31.137]],["parent/341",[152,4.296]],["name/342",[27,31.137]],["parent/342",[152,4.296]],["name/343",[5,30.976]],["parent/343",[152,4.296]],["name/344",[18,24.246]],["parent/344",[152,4.296]],["name/345",[65,42.123]],["parent/345",[152,4.296]],["name/346",[153,63.164]],["parent/346",[152,4.296]],["name/347",[154,63.164]],["parent/347",[152,4.296]],["name/348",[155,63.164]],["parent/348",[152,4.296]],["name/349",[156,63.164]],["parent/349",[152,4.296]],["name/350",[73,57.287]],["parent/350",[152,4.296]],["name/351",[157,63.164]],["parent/351",[152,4.296]],["name/352",[29,31.137]],["parent/352",[152,4.296]],["name/353",[30,31.137]],["parent/353",[152,4.296]],["name/354",[158,47.904]],["parent/354",[]],["name/355",[18,24.246]],["parent/355",[158,4.514]],["name/356",[61,37.212]],["parent/356",[158,4.514]],["name/357",[70,59.8]],["parent/357",[158,4.514]],["name/358",[71,55.28]],["parent/358",[158,4.514]],["name/359",[72,55.28]],["parent/359",[158,4.514]],["name/360",[65,42.123]],["parent/360",[158,4.514]],["name/361",[66,43.15]],["parent/361",[158,4.514]],["name/362",[33,30.206]],["parent/362",[158,4.514]],["name/363",[67,49.814]],["parent/363",[158,4.514]],["name/364",[73,57.287]],["parent/364",[158,4.514]],["name/365",[159,52.178]],["parent/365",[]],["name/366",[18,24.246]],["parent/366",[159,4.917]],["name/367",[22,36.084]],["parent/367",[159,4.917]],["name/368",[121,48.814]],["parent/368",[159,4.917]],["name/369",[24,32.345]],["parent/369",[159,4.917]],["name/370",[33,30.206]],["parent/370",[159,4.917]],["name/371",[23,30.355]],["parent/371",[159,4.917]],["name/372",[160,57.287]],["parent/372",[]],["name/373",[18,24.246]],["parent/373",[160,5.398]],["name/374",[19,33.933]],["parent/374",[160,5.398]],["name/375",[161,63.164]],["parent/375",[160,5.398]],["name/376",[115,43.705]],["parent/376",[]],["name/377",[26,31.137]],["parent/377",[115,4.118]],["name/378",[27,31.137]],["parent/378",[115,4.118]],["name/379",[5,30.976]],["parent/379",[115,4.118]],["name/380",[18,24.246]],["parent/380",[115,4.118]],["name/381",[19,33.933]],["parent/381",[115,4.118]],["name/382",[162,63.164]],["parent/382",[115,4.118]],["name/383",[163,63.164]],["parent/383",[115,4.118]],["name/384",[164,63.164]],["parent/384",[115,4.118]],["name/385",[165,63.164]],["parent/385",[115,4.118]],["name/386",[166,63.164]],["parent/386",[115,4.118]],["name/387",[167,63.164]],["parent/387",[115,4.118]],["name/388",[168,63.164]],["parent/388",[115,4.118]],["name/389",[169,63.164]],["parent/389",[115,4.118]],["name/390",[29,31.137]],["parent/390",[115,4.118]],["name/391",[30,31.137]],["parent/391",[115,4.118]],["name/392",[170,59.8]],["parent/392",[]],["name/393",[18,24.246]],["parent/393",[170,5.635]],["name/394",[19,33.933]],["parent/394",[170,5.635]],["name/395",[171,63.164]],["parent/395",[]],["name/396",[172,39.556]],["parent/396",[171,5.952]],["name/397",[173,48.814]],["parent/397",[]],["name/398",[26,31.137]],["parent/398",[173,4.6]],["name/399",[27,31.137]],["parent/399",[173,4.6]],["name/400",[5,30.976]],["parent/400",[173,4.6]],["name/401",[18,24.246]],["parent/401",[173,4.6]],["name/402",[19,33.933]],["parent/402",[173,4.6]],["name/403",[174,63.164]],["parent/403",[173,4.6]],["name/404",[29,31.137]],["parent/404",[173,4.6]],["name/405",[30,31.137]],["parent/405",[173,4.6]],["name/406",[175,63.164]],["parent/406",[]],["name/407",[176,48.814]],["parent/407",[175,5.952]],["name/408",[103,55.28]],["parent/408",[]],["name/409",[103,55.28]],["parent/409",[103,5.209]],["name/410",[177,63.164]],["parent/410",[]],["name/411",[56,48.814]],["parent/411",[177,5.952]],["name/412",[16,48.814]],["parent/412",[]],["name/413",[26,31.137]],["parent/413",[16,4.6]],["name/414",[27,31.137]],["parent/414",[16,4.6]],["name/415",[5,30.976]],["parent/415",[16,4.6]],["name/416",[18,24.246]],["parent/416",[16,4.6]],["name/417",[19,33.933]],["parent/417",[16,4.6]],["name/418",[178,63.164]],["parent/418",[16,4.6]],["name/419",[29,31.137]],["parent/419",[16,4.6]],["name/420",[30,31.137]],["parent/420",[16,4.6]],["name/421",[179,63.164]],["parent/421",[]],["name/422",[64,38.828]],["parent/422",[179,5.952]],["name/423",[180,63.164]],["parent/423",[]],["name/424",[33,30.206]],["parent/424",[180,5.952]],["name/425",[181,59.8]],["parent/425",[]],["name/426",[18,24.246]],["parent/426",[181,5.635]],["name/427",[34,41.192]],["parent/427",[181,5.635]],["name/428",[182,48.814]],["parent/428",[]],["name/429",[61,37.212]],["parent/429",[182,4.6]],["name/430",[33,30.206]],["parent/430",[182,4.6]],["name/431",[62,38.828]],["parent/431",[182,4.6]],["name/432",[63,39.556]],["parent/432",[182,4.6]],["name/433",[23,30.355]],["parent/433",[182,4.6]],["name/434",[64,38.828]],["parent/434",[182,4.6]],["name/435",[65,42.123]],["parent/435",[182,4.6]],["name/436",[66,43.15]],["parent/436",[182,4.6]],["name/437",[67,49.814]],["parent/437",[182,4.6]],["name/438",[183,43.705]],["parent/438",[]],["name/439",[26,31.137]],["parent/439",[183,4.118]],["name/440",[27,31.137]],["parent/440",[183,4.118]],["name/441",[5,30.976]],["parent/441",[183,4.118]],["name/442",[18,24.246]],["parent/442",[183,4.118]],["name/443",[22,36.084]],["parent/443",[183,4.118]],["name/444",[23,30.355]],["parent/444",[183,4.118]],["name/445",[24,32.345]],["parent/445",[183,4.118]],["name/446",[33,30.206]],["parent/446",[183,4.118]],["name/447",[62,38.828]],["parent/447",[183,4.118]],["name/448",[63,39.556]],["parent/448",[183,4.118]],["name/449",[64,38.828]],["parent/449",[183,4.118]],["name/450",[65,42.123]],["parent/450",[183,4.118]],["name/451",[66,43.15]],["parent/451",[183,4.118]],["name/452",[34,41.192]],["parent/452",[183,4.118]],["name/453",[29,31.137]],["parent/453",[183,4.118]],["name/454",[30,31.137]],["parent/454",[183,4.118]],["name/455",[184,57.287]],["parent/455",[]],["name/456",[18,24.246]],["parent/456",[184,5.398]],["name/457",[32,48.814]],["parent/457",[184,5.398]],["name/458",[24,32.345]],["parent/458",[184,5.398]],["name/459",[185,52.178]],["parent/459",[]],["name/460",[18,24.246]],["parent/460",[185,4.917]],["name/461",[22,36.084]],["parent/461",[185,4.917]],["name/462",[121,48.814]],["parent/462",[185,4.917]],["name/463",[24,32.345]],["parent/463",[185,4.917]],["name/464",[33,30.206]],["parent/464",[185,4.917]],["name/465",[23,30.355]],["parent/465",[185,4.917]],["name/466",[186,63.164]],["parent/466",[]],["name/467",[64,38.828]],["parent/467",[186,5.952]],["name/468",[187,63.164]],["parent/468",[]],["name/469",[23,30.355]],["parent/469",[187,5.952]],["name/470",[188,45.586]],["parent/470",[]],["name/471",[26,31.137]],["parent/471",[188,4.296]],["name/472",[27,31.137]],["parent/472",[188,4.296]],["name/473",[5,30.976]],["parent/473",[188,4.296]],["name/474",[18,24.246]],["parent/474",[188,4.296]],["name/475",[61,37.212]],["parent/475",[188,4.296]],["name/476",[33,30.206]],["parent/476",[188,4.296]],["name/477",[62,38.828]],["parent/477",[188,4.296]],["name/478",[63,39.556]],["parent/478",[188,4.296]],["name/479",[23,30.355]],["parent/479",[188,4.296]],["name/480",[64,38.828]],["parent/480",[188,4.296]],["name/481",[24,32.345]],["parent/481",[188,4.296]],["name/482",[29,31.137]],["parent/482",[188,4.296]],["name/483",[30,31.137]],["parent/483",[188,4.296]],["name/484",[189,45.586]],["parent/484",[]],["name/485",[26,31.137]],["parent/485",[189,4.296]],["name/486",[27,31.137]],["parent/486",[189,4.296]],["name/487",[5,30.976]],["parent/487",[189,4.296]],["name/488",[18,24.246]],["parent/488",[189,4.296]],["name/489",[61,37.212]],["parent/489",[189,4.296]],["name/490",[33,30.206]],["parent/490",[189,4.296]],["name/491",[62,38.828]],["parent/491",[189,4.296]],["name/492",[63,39.556]],["parent/492",[189,4.296]],["name/493",[23,30.355]],["parent/493",[189,4.296]],["name/494",[64,38.828]],["parent/494",[189,4.296]],["name/495",[24,32.345]],["parent/495",[189,4.296]],["name/496",[29,31.137]],["parent/496",[189,4.296]],["name/497",[30,31.137]],["parent/497",[189,4.296]],["name/498",[190,55.28]],["parent/498",[]],["name/499",[18,24.246]],["parent/499",[190,5.209]],["name/500",[191,63.164]],["parent/500",[190,5.209]],["name/501",[192,63.164]],["parent/501",[190,5.209]],["name/502",[193,63.164]],["parent/502",[190,5.209]],["name/503",[194,68.273]],["parent/503",[]],["name/504",[172,39.556]],["parent/504",[]],["name/505",[26,31.137]],["parent/505",[172,3.727]],["name/506",[27,31.137]],["parent/506",[172,3.727]],["name/507",[5,30.976]],["parent/507",[172,3.727]],["name/508",[18,24.246]],["parent/508",[172,3.727]],["name/509",[61,37.212]],["parent/509",[172,3.727]],["name/510",[19,33.933]],["parent/510",[172,3.727]],["name/511",[33,30.206]],["parent/511",[172,3.727]],["name/512",[23,30.355]],["parent/512",[172,3.727]],["name/513",[96,49.814]],["parent/513",[172,3.727]],["name/514",[97,49.814]],["parent/514",[172,3.727]],["name/515",[98,47.904]],["parent/515",[172,3.727]],["name/516",[99,47.904]],["parent/516",[172,3.727]],["name/517",[35,38.15]],["parent/517",[172,3.727]],["name/518",[100,49.814]],["parent/518",[172,3.727]],["name/519",[101,63.164]],["parent/519",[172,3.727]],["name/520",[102,63.164]],["parent/520",[172,3.727]],["name/521",[68,55.28]],["parent/521",[172,3.727]],["name/522",[103,55.28]],["parent/522",[172,3.727]],["name/523",[104,55.28]],["parent/523",[172,3.727]],["name/524",[105,63.164]],["parent/524",[172,3.727]],["name/525",[106,63.164]],["parent/525",[172,3.727]],["name/526",[107,63.164]],["parent/526",[172,3.727]],["name/527",[29,31.137]],["parent/527",[172,3.727]],["name/528",[30,31.137]],["parent/528",[172,3.727]],["name/529",[20,47.07]],["parent/529",[]],["name/530",[26,31.137]],["parent/530",[20,4.436]],["name/531",[27,31.137]],["parent/531",[20,4.436]],["name/532",[5,30.976]],["parent/532",[20,4.436]],["name/533",[18,24.246]],["parent/533",[20,4.436]],["name/534",[19,33.933]],["parent/534",[20,4.436]],["name/535",[20,47.07]],["parent/535",[20,4.436]],["name/536",[29,31.137]],["parent/536",[20,4.436]],["name/537",[30,31.137]],["parent/537",[20,4.436]],["name/538",[119,48.814]],["parent/538",[]],["name/539",[26,31.137]],["parent/539",[119,4.6]],["name/540",[27,31.137]],["parent/540",[119,4.6]],["name/541",[5,30.976]],["parent/541",[119,4.6]],["name/542",[18,24.246]],["parent/542",[119,4.6]],["name/543",[19,33.933]],["parent/543",[119,4.6]],["name/544",[161,63.164]],["parent/544",[119,4.6]],["name/545",[29,31.137]],["parent/545",[119,4.6]],["name/546",[30,31.137]],["parent/546",[119,4.6]],["name/547",[195,47.07]],["parent/547",[]],["name/548",[26,31.137]],["parent/548",[195,4.436]],["name/549",[27,31.137]],["parent/549",[195,4.436]],["name/550",[5,30.976]],["parent/550",[195,4.436]],["name/551",[18,24.246]],["parent/551",[195,4.436]],["name/552",[22,36.084]],["parent/552",[195,4.436]],["name/553",[121,48.814]],["parent/553",[195,4.436]],["name/554",[24,32.345]],["parent/554",[195,4.436]],["name/555",[33,30.206]],["parent/555",[195,4.436]],["name/556",[23,30.355]],["parent/556",[195,4.436]],["name/557",[29,31.137]],["parent/557",[195,4.436]],["name/558",[30,31.137]],["parent/558",[195,4.436]],["name/559",[196,47.904]],["parent/559",[]],["name/560",[18,24.246]],["parent/560",[196,4.514]],["name/561",[19,33.933]],["parent/561",[196,4.514]],["name/562",[162,63.164]],["parent/562",[196,4.514]],["name/563",[163,63.164]],["parent/563",[196,4.514]],["name/564",[164,63.164]],["parent/564",[196,4.514]],["name/565",[165,63.164]],["parent/565",[196,4.514]],["name/566",[166,63.164]],["parent/566",[196,4.514]],["name/567",[167,63.164]],["parent/567",[196,4.514]],["name/568",[168,63.164]],["parent/568",[196,4.514]],["name/569",[169,63.164]],["parent/569",[196,4.514]],["name/570",[197,63.164]],["parent/570",[]],["name/571",[61,37.212]],["parent/571",[197,5.952]],["name/572",[198,52.178]],["parent/572",[]],["name/573",[18,24.246]],["parent/573",[198,4.917]],["name/574",[22,36.084]],["parent/574",[198,4.917]],["name/575",[32,48.814]],["parent/575",[198,4.917]],["name/576",[24,32.345]],["parent/576",[198,4.917]],["name/577",[33,30.206]],["parent/577",[198,4.917]],["name/578",[23,30.355]],["parent/578",[198,4.917]],["name/579",[199,63.164]],["parent/579",[]],["name/580",[200,49.814]],["parent/580",[199,5.952]],["name/581",[201,53.609]],["parent/581",[]],["name/582",[61,37.212]],["parent/582",[201,5.052]],["name/583",[33,30.206]],["parent/583",[201,5.052]],["name/584",[62,38.828]],["parent/584",[201,5.052]],["name/585",[63,39.556]],["parent/585",[201,5.052]],["name/586",[23,30.355]],["parent/586",[201,5.052]],["name/587",[202,46.3]],["parent/587",[]],["name/588",[18,24.246]],["parent/588",[202,4.363]],["name/589",[61,37.212]],["parent/589",[202,4.363]],["name/590",[33,30.206]],["parent/590",[202,4.363]],["name/591",[23,30.355]],["parent/591",[202,4.363]],["name/592",[203,63.164]],["parent/592",[202,4.363]],["name/593",[204,63.164]],["parent/593",[202,4.363]],["name/594",[98,47.904]],["parent/594",[202,4.363]],["name/595",[99,47.904]],["parent/595",[202,4.363]],["name/596",[205,63.164]],["parent/596",[202,4.363]],["name/597",[206,63.164]],["parent/597",[202,4.363]],["name/598",[207,63.164]],["parent/598",[202,4.363]],["name/599",[127,53.609]],["parent/599",[202,4.363]],["name/600",[208,55.28]],["parent/600",[]],["name/601",[18,24.246]],["parent/601",[208,5.209]],["name/602",[134,63.164]],["parent/602",[208,5.209]],["name/603",[135,63.164]],["parent/603",[208,5.209]],["name/604",[136,63.164]],["parent/604",[208,5.209]],["name/605",[209,46.3]],["parent/605",[]],["name/606",[18,24.246]],["parent/606",[209,4.363]],["name/607",[61,37.212]],["parent/607",[209,4.363]],["name/608",[19,33.933]],["parent/608",[209,4.363]],["name/609",[33,30.206]],["parent/609",[209,4.363]],["name/610",[23,30.355]],["parent/610",[209,4.363]],["name/611",[96,49.814]],["parent/611",[209,4.363]],["name/612",[97,49.814]],["parent/612",[209,4.363]],["name/613",[98,47.904]],["parent/613",[209,4.363]],["name/614",[99,47.904]],["parent/614",[209,4.363]],["name/615",[35,38.15]],["parent/615",[209,4.363]],["name/616",[100,49.814]],["parent/616",[209,4.363]],["name/617",[210,63.164]],["parent/617",[209,4.363]],["name/618",[211,57.287]],["parent/618",[]],["name/619",[22,36.084]],["parent/619",[211,5.398]],["name/620",[33,30.206]],["parent/620",[211,5.398]],["name/621",[23,30.355]],["parent/621",[211,5.398]],["name/622",[212,47.07]],["parent/622",[]],["name/623",[26,31.137]],["parent/623",[212,4.436]],["name/624",[27,31.137]],["parent/624",[212,4.436]],["name/625",[5,30.976]],["parent/625",[212,4.436]],["name/626",[18,24.246]],["parent/626",[212,4.436]],["name/627",[22,36.084]],["parent/627",[212,4.436]],["name/628",[28,48.814]],["parent/628",[212,4.436]],["name/629",[24,32.345]],["parent/629",[212,4.436]],["name/630",[33,30.206]],["parent/630",[212,4.436]],["name/631",[23,30.355]],["parent/631",[212,4.436]],["name/632",[29,31.137]],["parent/632",[212,4.436]],["name/633",[30,31.137]],["parent/633",[212,4.436]],["name/634",[213,63.164]],["parent/634",[]],["name/635",[84,41.647]],["parent/635",[213,5.952]],["name/636",[214,63.164]],["parent/636",[]],["name/637",[215,45.586]],["parent/637",[214,5.952]],["name/638",[216,63.164]],["parent/638",[]],["name/639",[142,49.814]],["parent/639",[216,5.952]],["name/640",[217,47.07]],["parent/640",[]],["name/641",[26,31.137]],["parent/641",[217,4.436]],["name/642",[27,31.137]],["parent/642",[217,4.436]],["name/643",[5,30.976]],["parent/643",[217,4.436]],["name/644",[18,24.246]],["parent/644",[217,4.436]],["name/645",[22,36.084]],["parent/645",[217,4.436]],["name/646",[28,48.814]],["parent/646",[217,4.436]],["name/647",[24,32.345]],["parent/647",[217,4.436]],["name/648",[33,30.206]],["parent/648",[217,4.436]],["name/649",[23,30.355]],["parent/649",[217,4.436]],["name/650",[29,31.137]],["parent/650",[217,4.436]],["name/651",[30,31.137]],["parent/651",[217,4.436]],["name/652",[218,48.814]],["parent/652",[]],["name/653",[61,37.212]],["parent/653",[218,4.6]],["name/654",[33,30.206]],["parent/654",[218,4.6]],["name/655",[23,30.355]],["parent/655",[218,4.6]],["name/656",[96,49.814]],["parent/656",[218,4.6]],["name/657",[97,49.814]],["parent/657",[218,4.6]],["name/658",[98,47.904]],["parent/658",[218,4.6]],["name/659",[99,47.904]],["parent/659",[218,4.6]],["name/660",[35,38.15]],["parent/660",[218,4.6]],["name/661",[100,49.814]],["parent/661",[218,4.6]],["name/662",[219,46.3]],["parent/662",[]],["name/663",[26,31.137]],["parent/663",[219,4.363]],["name/664",[27,31.137]],["parent/664",[219,4.363]],["name/665",[5,30.976]],["parent/665",[219,4.363]],["name/666",[18,24.246]],["parent/666",[219,4.363]],["name/667",[22,36.084]],["parent/667",[219,4.363]],["name/668",[121,48.814]],["parent/668",[219,4.363]],["name/669",[24,32.345]],["parent/669",[219,4.363]],["name/670",[33,30.206]],["parent/670",[219,4.363]],["name/671",[23,30.355]],["parent/671",[219,4.363]],["name/672",[34,41.192]],["parent/672",[219,4.363]],["name/673",[29,31.137]],["parent/673",[219,4.363]],["name/674",[30,31.137]],["parent/674",[219,4.363]],["name/675",[220,59.8]],["parent/675",[]],["name/676",[84,41.647]],["parent/676",[220,5.635]],["name/677",[215,45.586]],["parent/677",[220,5.635]],["name/678",[221,46.3]],["parent/678",[]],["name/679",[18,24.246]],["parent/679",[221,4.363]],["name/680",[61,37.212]],["parent/680",[221,4.363]],["name/681",[19,33.933]],["parent/681",[221,4.363]],["name/682",[33,30.206]],["parent/682",[221,4.363]],["name/683",[23,30.355]],["parent/683",[221,4.363]],["name/684",[96,49.814]],["parent/684",[221,4.363]],["name/685",[97,49.814]],["parent/685",[221,4.363]],["name/686",[98,47.904]],["parent/686",[221,4.363]],["name/687",[99,47.904]],["parent/687",[221,4.363]],["name/688",[35,38.15]],["parent/688",[221,4.363]],["name/689",[100,49.814]],["parent/689",[221,4.363]],["name/690",[222,57.287]],["parent/690",[221,4.363]],["name/691",[223,52.178]],["parent/691",[]],["name/692",[61,37.212]],["parent/692",[223,4.917]],["name/693",[33,30.206]],["parent/693",[223,4.917]],["name/694",[62,38.828]],["parent/694",[223,4.917]],["name/695",[63,39.556]],["parent/695",[223,4.917]],["name/696",[23,30.355]],["parent/696",[223,4.917]],["name/697",[64,38.828]],["parent/697",[223,4.917]],["name/698",[224,47.07]],["parent/698",[]],["name/699",[26,31.137]],["parent/699",[224,4.436]],["name/700",[27,31.137]],["parent/700",[224,4.436]],["name/701",[5,30.976]],["parent/701",[224,4.436]],["name/702",[18,24.246]],["parent/702",[224,4.436]],["name/703",[22,36.084]],["parent/703",[224,4.436]],["name/704",[32,48.814]],["parent/704",[224,4.436]],["name/705",[24,32.345]],["parent/705",[224,4.436]],["name/706",[33,30.206]],["parent/706",[224,4.436]],["name/707",[23,30.355]],["parent/707",[224,4.436]],["name/708",[29,31.137]],["parent/708",[224,4.436]],["name/709",[30,31.137]],["parent/709",[224,4.436]],["name/710",[225,63.164]],["parent/710",[]],["name/711",[226,43.15]],["parent/711",[225,5.952]],["name/712",[227,47.07]],["parent/712",[]],["name/713",[26,31.137]],["parent/713",[227,4.436]],["name/714",[27,31.137]],["parent/714",[227,4.436]],["name/715",[5,30.976]],["parent/715",[227,4.436]],["name/716",[18,24.246]],["parent/716",[227,4.436]],["name/717",[22,36.084]],["parent/717",[227,4.436]],["name/718",[121,48.814]],["parent/718",[227,4.436]],["name/719",[24,32.345]],["parent/719",[227,4.436]],["name/720",[33,30.206]],["parent/720",[227,4.436]],["name/721",[23,30.355]],["parent/721",[227,4.436]],["name/722",[29,31.137]],["parent/722",[227,4.436]],["name/723",[30,31.137]],["parent/723",[227,4.436]],["name/724",[228,59.8]],["parent/724",[]],["name/725",[228,59.8]],["parent/725",[228,5.635]],["name/726",[229,50.927]],["parent/726",[]],["name/727",[230,68.273]],["parent/727",[229,4.799]],["name/728",[231,68.273]],["parent/728",[229,4.799]],["name/729",[232,68.273]],["parent/729",[229,4.799]],["name/730",[233,68.273]],["parent/730",[229,4.799]],["name/731",[234,68.273]],["parent/731",[229,4.799]],["name/732",[235,68.273]],["parent/732",[229,4.799]],["name/733",[236,68.273]],["parent/733",[229,4.799]],["name/734",[215,45.586]],["parent/734",[]],["name/735",[26,31.137]],["parent/735",[215,4.296]],["name/736",[27,31.137]],["parent/736",[215,4.296]],["name/737",[5,30.976]],["parent/737",[215,4.296]],["name/738",[18,24.246]],["parent/738",[215,4.296]],["name/739",[19,33.933]],["parent/739",[215,4.296]],["name/740",[85,57.287]],["parent/740",[215,4.296]],["name/741",[86,57.287]],["parent/741",[215,4.296]],["name/742",[87,57.287]],["parent/742",[215,4.296]],["name/743",[123,57.287]],["parent/743",[215,4.296]],["name/744",[29,31.137]],["parent/744",[215,4.296]],["name/745",[30,31.137]],["parent/745",[215,4.296]],["name/746",[237,57.287]],["parent/746",[]],["name/747",[18,24.246]],["parent/747",[237,5.398]],["name/748",[121,48.814]],["parent/748",[237,5.398]],["name/749",[24,32.345]],["parent/749",[237,5.398]],["name/750",[238,57.287]],["parent/750",[]],["name/751",[18,24.246]],["parent/751",[238,5.398]],["name/752",[144,63.164]],["parent/752",[238,5.398]],["name/753",[145,63.164]],["parent/753",[238,5.398]],["name/754",[239,57.287]],["parent/754",[]],["name/755",[18,24.246]],["parent/755",[239,5.398]],["name/756",[19,33.933]],["parent/756",[239,5.398]],["name/757",[57,63.164]],["parent/757",[239,5.398]],["name/758",[240,57.287]],["parent/758",[]],["name/759",[18,24.246]],["parent/759",[240,5.398]],["name/760",[28,48.814]],["parent/760",[240,5.398]],["name/761",[24,32.345]],["parent/761",[240,5.398]],["name/762",[241,48.814]],["parent/762",[]],["name/763",[26,31.137]],["parent/763",[241,4.6]],["name/764",[27,31.137]],["parent/764",[241,4.6]],["name/765",[5,30.976]],["parent/765",[241,4.6]],["name/766",[18,24.246]],["parent/766",[241,4.6]],["name/767",[19,33.933]],["parent/767",[241,4.6]],["name/768",[111,63.164]],["parent/768",[241,4.6]],["name/769",[29,31.137]],["parent/769",[241,4.6]],["name/770",[30,31.137]],["parent/770",[241,4.6]],["name/771",[242,43.15]],["parent/771",[]],["name/772",[26,31.137]],["parent/772",[242,4.066]],["name/773",[27,31.137]],["parent/773",[242,4.066]],["name/774",[5,30.976]],["parent/774",[242,4.066]],["name/775",[18,24.246]],["parent/775",[242,4.066]],["name/776",[61,37.212]],["parent/776",[242,4.066]],["name/777",[33,30.206]],["parent/777",[242,4.066]],["name/778",[23,30.355]],["parent/778",[242,4.066]],["name/779",[203,63.164]],["parent/779",[242,4.066]],["name/780",[204,63.164]],["parent/780",[242,4.066]],["name/781",[98,47.904]],["parent/781",[242,4.066]],["name/782",[99,47.904]],["parent/782",[242,4.066]],["name/783",[205,63.164]],["parent/783",[242,4.066]],["name/784",[206,63.164]],["parent/784",[242,4.066]],["name/785",[207,63.164]],["parent/785",[242,4.066]],["name/786",[127,53.609]],["parent/786",[242,4.066]],["name/787",[29,31.137]],["parent/787",[242,4.066]],["name/788",[30,31.137]],["parent/788",[242,4.066]],["name/789",[243,57.287]],["parent/789",[]],["name/790",[18,24.246]],["parent/790",[243,5.398]],["name/791",[244,63.164]],["parent/791",[243,5.398]],["name/792",[245,63.164]],["parent/792",[243,5.398]],["name/793",[176,48.814]],["parent/793",[]],["name/794",[26,31.137]],["parent/794",[176,4.6]],["name/795",[27,31.137]],["parent/795",[176,4.6]],["name/796",[5,30.976]],["parent/796",[176,4.6]],["name/797",[18,24.246]],["parent/797",[176,4.6]],["name/798",[19,33.933]],["parent/798",[176,4.6]],["name/799",[66,43.15]],["parent/799",[176,4.6]],["name/800",[29,31.137]],["parent/800",[176,4.6]],["name/801",[30,31.137]],["parent/801",[176,4.6]],["name/802",[246,44.919]],["parent/802",[]],["name/803",[26,31.137]],["parent/803",[246,4.233]],["name/804",[27,31.137]],["parent/804",[246,4.233]],["name/805",[5,30.976]],["parent/805",[246,4.233]],["name/806",[18,24.246]],["parent/806",[246,4.233]],["name/807",[22,36.084]],["parent/807",[246,4.233]],["name/808",[23,30.355]],["parent/808",[246,4.233]],["name/809",[24,32.345]],["parent/809",[246,4.233]],["name/810",[33,30.206]],["parent/810",[246,4.233]],["name/811",[62,38.828]],["parent/811",[246,4.233]],["name/812",[63,39.556]],["parent/812",[246,4.233]],["name/813",[64,38.828]],["parent/813",[246,4.233]],["name/814",[75,57.287]],["parent/814",[246,4.233]],["name/815",[29,31.137]],["parent/815",[246,4.233]],["name/816",[30,31.137]],["parent/816",[246,4.233]],["name/817",[247,49.814]],["parent/817",[]],["name/818",[26,31.137]],["parent/818",[247,4.694]],["name/819",[27,31.137]],["parent/819",[247,4.694]],["name/820",[5,30.976]],["parent/820",[247,4.694]],["name/821",[18,24.246]],["parent/821",[247,4.694]],["name/822",[19,33.933]],["parent/822",[247,4.694]],["name/823",[29,31.137]],["parent/823",[247,4.694]],["name/824",[30,31.137]],["parent/824",[247,4.694]],["name/825",[248,63.164]],["parent/825",[]],["name/826",[249,49.814]],["parent/826",[248,5.952]],["name/827",[250,52.178]],["parent/827",[]],["name/828",[18,24.246]],["parent/828",[250,4.917]],["name/829",[19,33.933]],["parent/829",[250,4.917]],["name/830",[85,57.287]],["parent/830",[250,4.917]],["name/831",[86,57.287]],["parent/831",[250,4.917]],["name/832",[87,57.287]],["parent/832",[250,4.917]],["name/833",[123,57.287]],["parent/833",[250,4.917]],["name/834",[251,46.3]],["parent/834",[]],["name/835",[26,31.137]],["parent/835",[251,4.363]],["name/836",[27,31.137]],["parent/836",[251,4.363]],["name/837",[5,30.976]],["parent/837",[251,4.363]],["name/838",[18,24.246]],["parent/838",[251,4.363]],["name/839",[22,36.084]],["parent/839",[251,4.363]],["name/840",[28,48.814]],["parent/840",[251,4.363]],["name/841",[24,32.345]],["parent/841",[251,4.363]],["name/842",[33,30.206]],["parent/842",[251,4.363]],["name/843",[23,30.355]],["parent/843",[251,4.363]],["name/844",[34,41.192]],["parent/844",[251,4.363]],["name/845",[29,31.137]],["parent/845",[251,4.363]],["name/846",[30,31.137]],["parent/846",[251,4.363]],["name/847",[252,50.927]],["parent/847",[]],["name/848",[26,31.137]],["parent/848",[252,4.799]],["name/849",[27,31.137]],["parent/849",[252,4.799]],["name/850",[5,30.976]],["parent/850",[252,4.799]],["name/851",[18,24.246]],["parent/851",[252,4.799]],["name/852",[61,37.212]],["parent/852",[252,4.799]],["name/853",[29,31.137]],["parent/853",[252,4.799]],["name/854",[30,31.137]],["parent/854",[252,4.799]],["name/855",[253,59.8]],["parent/855",[]],["name/856",[18,24.246]],["parent/856",[253,5.635]],["name/857",[65,42.123]],["parent/857",[253,5.635]],["name/858",[254,47.904]],["parent/858",[]],["name/859",[18,24.246]],["parent/859",[254,4.514]],["name/860",[22,36.084]],["parent/860",[254,4.514]],["name/861",[23,30.355]],["parent/861",[254,4.514]],["name/862",[24,32.345]],["parent/862",[254,4.514]],["name/863",[33,30.206]],["parent/863",[254,4.514]],["name/864",[62,38.828]],["parent/864",[254,4.514]],["name/865",[63,39.556]],["parent/865",[254,4.514]],["name/866",[64,38.828]],["parent/866",[254,4.514]],["name/867",[65,42.123]],["parent/867",[254,4.514]],["name/868",[66,43.15]],["parent/868",[254,4.514]],["name/869",[34,41.192]],["parent/869",[]],["name/870",[26,31.137]],["parent/870",[34,3.882]],["name/871",[27,31.137]],["parent/871",[34,3.882]],["name/872",[5,30.976]],["parent/872",[34,3.882]],["name/873",[18,24.246]],["parent/873",[34,3.882]],["name/874",[65,42.123]],["parent/874",[34,3.882]],["name/875",[29,31.137]],["parent/875",[34,3.882]],["name/876",[30,31.137]],["parent/876",[34,3.882]],["name/877",[255,46.3]],["parent/877",[]],["name/878",[18,24.246]],["parent/878",[255,4.363]],["name/879",[61,37.212]],["parent/879",[255,4.363]],["name/880",[33,30.206]],["parent/880",[255,4.363]],["name/881",[62,38.828]],["parent/881",[255,4.363]],["name/882",[63,39.556]],["parent/882",[255,4.363]],["name/883",[23,30.355]],["parent/883",[255,4.363]],["name/884",[64,38.828]],["parent/884",[255,4.363]],["name/885",[65,42.123]],["parent/885",[255,4.363]],["name/886",[66,43.15]],["parent/886",[255,4.363]],["name/887",[67,49.814]],["parent/887",[255,4.363]],["name/888",[24,32.345]],["parent/888",[255,4.363]],["name/889",[34,41.192]],["parent/889",[255,4.363]],["name/890",[256,52.178]],["parent/890",[]],["name/891",[18,24.246]],["parent/891",[256,4.917]],["name/892",[22,36.084]],["parent/892",[256,4.917]],["name/893",[121,48.814]],["parent/893",[256,4.917]],["name/894",[24,32.345]],["parent/894",[256,4.917]],["name/895",[33,30.206]],["parent/895",[256,4.917]],["name/896",[23,30.355]],["parent/896",[256,4.917]],["name/897",[14,48.814]],["parent/897",[]],["name/898",[26,31.137]],["parent/898",[14,4.6]],["name/899",[27,31.137]],["parent/899",[14,4.6]],["name/900",[5,30.976]],["parent/900",[14,4.6]],["name/901",[18,24.246]],["parent/901",[14,4.6]],["name/902",[19,33.933]],["parent/902",[14,4.6]],["name/903",[257,63.164]],["parent/903",[14,4.6]],["name/904",[29,31.137]],["parent/904",[14,4.6]],["name/905",[30,31.137]],["parent/905",[14,4.6]],["name/906",[258,57.287]],["parent/906",[]],["name/907",[18,24.246]],["parent/907",[258,5.398]],["name/908",[19,33.933]],["parent/908",[258,5.398]],["name/909",[257,63.164]],["parent/909",[258,5.398]],["name/910",[259,57.287]],["parent/910",[]],["name/911",[18,24.246]],["parent/911",[259,5.398]],["name/912",[19,33.933]],["parent/912",[259,5.398]],["name/913",[66,43.15]],["parent/913",[259,5.398]],["name/914",[226,43.15]],["parent/914",[]],["name/915",[26,31.137]],["parent/915",[226,4.066]],["name/916",[27,31.137]],["parent/916",[226,4.066]],["name/917",[5,30.976]],["parent/917",[226,4.066]],["name/918",[18,24.246]],["parent/918",[226,4.066]],["name/919",[61,37.212]],["parent/919",[226,4.066]],["name/920",[19,33.933]],["parent/920",[226,4.066]],["name/921",[33,30.206]],["parent/921",[226,4.066]],["name/922",[23,30.355]],["parent/922",[226,4.066]],["name/923",[96,49.814]],["parent/923",[226,4.066]],["name/924",[97,49.814]],["parent/924",[226,4.066]],["name/925",[98,47.904]],["parent/925",[226,4.066]],["name/926",[99,47.904]],["parent/926",[226,4.066]],["name/927",[35,38.15]],["parent/927",[226,4.066]],["name/928",[100,49.814]],["parent/928",[226,4.066]],["name/929",[29,31.137]],["parent/929",[226,4.066]],["name/930",[30,31.137]],["parent/930",[226,4.066]],["name/931",[260,43.15]],["parent/931",[]],["name/932",[26,31.137]],["parent/932",[260,4.066]],["name/933",[27,31.137]],["parent/933",[260,4.066]],["name/934",[5,30.976]],["parent/934",[260,4.066]],["name/935",[18,24.246]],["parent/935",[260,4.066]],["name/936",[61,37.212]],["parent/936",[260,4.066]],["name/937",[33,30.206]],["parent/937",[260,4.066]],["name/938",[62,38.828]],["parent/938",[260,4.066]],["name/939",[63,39.556]],["parent/939",[260,4.066]],["name/940",[23,30.355]],["parent/940",[260,4.066]],["name/941",[64,38.828]],["parent/941",[260,4.066]],["name/942",[65,42.123]],["parent/942",[260,4.066]],["name/943",[66,43.15]],["parent/943",[260,4.066]],["name/944",[67,49.814]],["parent/944",[260,4.066]],["name/945",[24,32.345]],["parent/945",[260,4.066]],["name/946",[34,41.192]],["parent/946",[260,4.066]],["name/947",[29,31.137]],["parent/947",[260,4.066]],["name/948",[30,31.137]],["parent/948",[260,4.066]],["name/949",[261,63.164]],["parent/949",[]],["name/950",[247,49.814]],["parent/950",[261,5.952]],["name/951",[249,49.814]],["parent/951",[]],["name/952",[26,31.137]],["parent/952",[249,4.694]],["name/953",[27,31.137]],["parent/953",[249,4.694]],["name/954",[5,30.976]],["parent/954",[249,4.694]],["name/955",[18,24.246]],["parent/955",[249,4.694]],["name/956",[19,33.933]],["parent/956",[249,4.694]],["name/957",[29,31.137]],["parent/957",[249,4.694]],["name/958",[30,31.137]],["parent/958",[249,4.694]],["name/959",[262,47.07]],["parent/959",[]],["name/960",[18,24.246]],["parent/960",[262,4.436]],["name/961",[61,37.212]],["parent/961",[262,4.436]],["name/962",[19,33.933]],["parent/962",[262,4.436]],["name/963",[33,30.206]],["parent/963",[262,4.436]],["name/964",[23,30.355]],["parent/964",[262,4.436]],["name/965",[96,49.814]],["parent/965",[262,4.436]],["name/966",[97,49.814]],["parent/966",[262,4.436]],["name/967",[98,47.904]],["parent/967",[262,4.436]],["name/968",[99,47.904]],["parent/968",[262,4.436]],["name/969",[35,38.15]],["parent/969",[262,4.436]],["name/970",[100,49.814]],["parent/970",[262,4.436]],["name/971",[263,47.07]],["parent/971",[]],["name/972",[18,24.246]],["parent/972",[263,4.436]],["name/973",[22,36.084]],["parent/973",[263,4.436]],["name/974",[23,30.355]],["parent/974",[263,4.436]],["name/975",[24,32.345]],["parent/975",[263,4.436]],["name/976",[33,30.206]],["parent/976",[263,4.436]],["name/977",[62,38.828]],["parent/977",[263,4.436]],["name/978",[63,39.556]],["parent/978",[263,4.436]],["name/979",[64,38.828]],["parent/979",[263,4.436]],["name/980",[65,42.123]],["parent/980",[263,4.436]],["name/981",[66,43.15]],["parent/981",[263,4.436]],["name/982",[34,41.192]],["parent/982",[263,4.436]],["name/983",[109,42.623]],["parent/983",[]],["name/984",[26,31.137]],["parent/984",[109,4.016]],["name/985",[27,31.137]],["parent/985",[109,4.016]],["name/986",[5,30.976]],["parent/986",[109,4.016]],["name/987",[18,24.246]],["parent/987",[109,4.016]],["name/988",[61,37.212]],["parent/988",[109,4.016]],["name/989",[19,33.933]],["parent/989",[109,4.016]],["name/990",[33,30.206]],["parent/990",[109,4.016]],["name/991",[23,30.355]],["parent/991",[109,4.016]],["name/992",[96,49.814]],["parent/992",[109,4.016]],["name/993",[97,49.814]],["parent/993",[109,4.016]],["name/994",[98,47.904]],["parent/994",[109,4.016]],["name/995",[99,47.904]],["parent/995",[109,4.016]],["name/996",[35,38.15]],["parent/996",[109,4.016]],["name/997",[100,49.814]],["parent/997",[109,4.016]],["name/998",[210,63.164]],["parent/998",[109,4.016]],["name/999",[29,31.137]],["parent/999",[109,4.016]],["name/1000",[30,31.137]],["parent/1000",[109,4.016]],["name/1001",[264,59.8]],["parent/1001",[]],["name/1002",[18,24.246]],["parent/1002",[264,5.635]],["name/1003",[19,33.933]],["parent/1003",[264,5.635]],["name/1004",[265,43.15]],["parent/1004",[]],["name/1005",[26,31.137]],["parent/1005",[265,4.066]],["name/1006",[27,31.137]],["parent/1006",[265,4.066]],["name/1007",[5,30.976]],["parent/1007",[265,4.066]],["name/1008",[18,24.246]],["parent/1008",[265,4.066]],["name/1009",[61,37.212]],["parent/1009",[265,4.066]],["name/1010",[33,30.206]],["parent/1010",[265,4.066]],["name/1011",[62,38.828]],["parent/1011",[265,4.066]],["name/1012",[63,39.556]],["parent/1012",[265,4.066]],["name/1013",[23,30.355]],["parent/1013",[265,4.066]],["name/1014",[64,38.828]],["parent/1014",[265,4.066]],["name/1015",[65,42.123]],["parent/1015",[265,4.066]],["name/1016",[66,43.15]],["parent/1016",[265,4.066]],["name/1017",[67,49.814]],["parent/1017",[265,4.066]],["name/1018",[24,32.345]],["parent/1018",[265,4.066]],["name/1019",[34,41.192]],["parent/1019",[265,4.066]],["name/1020",[29,31.137]],["parent/1020",[265,4.066]],["name/1021",[30,31.137]],["parent/1021",[265,4.066]],["name/1022",[266,46.3]],["parent/1022",[]],["name/1023",[18,24.246]],["parent/1023",[266,4.363]],["name/1024",[61,37.212]],["parent/1024",[266,4.363]],["name/1025",[33,30.206]],["parent/1025",[266,4.363]],["name/1026",[62,38.828]],["parent/1026",[266,4.363]],["name/1027",[63,39.556]],["parent/1027",[266,4.363]],["name/1028",[23,30.355]],["parent/1028",[266,4.363]],["name/1029",[64,38.828]],["parent/1029",[266,4.363]],["name/1030",[65,42.123]],["parent/1030",[266,4.363]],["name/1031",[66,43.15]],["parent/1031",[266,4.363]],["name/1032",[67,49.814]],["parent/1032",[266,4.363]],["name/1033",[24,32.345]],["parent/1033",[266,4.363]],["name/1034",[34,41.192]],["parent/1034",[266,4.363]],["name/1035",[267,57.287]],["parent/1035",[]],["name/1036",[18,24.246]],["parent/1036",[267,5.398]],["name/1037",[19,33.933]],["parent/1037",[267,5.398]],["name/1038",[268,63.164]],["parent/1038",[267,5.398]],["name/1039",[269,53.609]],["parent/1039",[]],["name/1040",[18,24.246]],["parent/1040",[269,5.052]],["name/1041",[65,42.123]],["parent/1041",[269,5.052]],["name/1042",[66,43.15]],["parent/1042",[269,5.052]],["name/1043",[270,63.164]],["parent/1043",[269,5.052]],["name/1044",[271,63.164]],["parent/1044",[269,5.052]],["name/1045",[272,63.164]],["parent/1045",[]],["name/1046",[241,48.814]],["parent/1046",[272,5.952]],["name/1047",[273,49.814]],["parent/1047",[]],["name/1048",[18,24.246]],["parent/1048",[273,4.694]],["name/1049",[22,36.084]],["parent/1049",[273,4.694]],["name/1050",[23,30.355]],["parent/1050",[273,4.694]],["name/1051",[24,32.345]],["parent/1051",[273,4.694]],["name/1052",[33,30.206]],["parent/1052",[273,4.694]],["name/1053",[62,38.828]],["parent/1053",[273,4.694]],["name/1054",[63,39.556]],["parent/1054",[273,4.694]],["name/1055",[64,38.828]],["parent/1055",[273,4.694]],["name/1056",[274,47.07]],["parent/1056",[]],["name/1057",[26,31.137]],["parent/1057",[274,4.436]],["name/1058",[27,31.137]],["parent/1058",[274,4.436]],["name/1059",[5,30.976]],["parent/1059",[274,4.436]],["name/1060",[18,24.246]],["parent/1060",[274,4.436]],["name/1061",[22,36.084]],["parent/1061",[274,4.436]],["name/1062",[28,48.814]],["parent/1062",[274,4.436]],["name/1063",[24,32.345]],["parent/1063",[274,4.436]],["name/1064",[33,30.206]],["parent/1064",[274,4.436]],["name/1065",[23,30.355]],["parent/1065",[274,4.436]],["name/1066",[29,31.137]],["parent/1066",[274,4.436]],["name/1067",[30,31.137]],["parent/1067",[274,4.436]],["name/1068",[275,44.919]],["parent/1068",[]],["name/1069",[26,31.137]],["parent/1069",[275,4.233]],["name/1070",[27,31.137]],["parent/1070",[275,4.233]],["name/1071",[5,30.976]],["parent/1071",[275,4.233]],["name/1072",[18,24.246]],["parent/1072",[275,4.233]],["name/1073",[19,33.933]],["parent/1073",[275,4.233]],["name/1074",[78,63.164]],["parent/1074",[275,4.233]],["name/1075",[79,63.164]],["parent/1075",[275,4.233]],["name/1076",[80,63.164]],["parent/1076",[275,4.233]],["name/1077",[81,63.164]],["parent/1077",[275,4.233]],["name/1078",[82,63.164]],["parent/1078",[275,4.233]],["name/1079",[83,63.164]],["parent/1079",[275,4.233]],["name/1080",[29,31.137]],["parent/1080",[275,4.233]],["name/1081",[30,31.137]],["parent/1081",[275,4.233]],["name/1082",[276,63.164]],["parent/1082",[]],["name/1083",[275,44.919]],["parent/1083",[276,5.952]],["name/1084",[277,49.814]],["parent/1084",[]],["name/1085",[26,31.137]],["parent/1085",[277,4.694]],["name/1086",[27,31.137]],["parent/1086",[277,4.694]],["name/1087",[5,30.976]],["parent/1087",[277,4.694]],["name/1088",[18,24.246]],["parent/1088",[277,4.694]],["name/1089",[32,48.814]],["parent/1089",[277,4.694]],["name/1090",[24,32.345]],["parent/1090",[277,4.694]],["name/1091",[29,31.137]],["parent/1091",[277,4.694]],["name/1092",[30,31.137]],["parent/1092",[277,4.694]],["name/1093",[278,63.164]],["parent/1093",[]],["name/1094",[279,49.814]],["parent/1094",[278,5.952]],["name/1095",[104,55.28]],["parent/1095",[]],["name/1096",[104,55.28]],["parent/1096",[104,5.209]],["name/1097",[280,63.164]],["parent/1097",[]],["name/1098",[281,68.273]],["parent/1098",[280,5.952]],["name/1099",[282,63.164]],["parent/1099",[]],["name/1100",[283,68.273]],["parent/1100",[282,5.952]],["name/1101",[284,47.07]],["parent/1101",[]],["name/1102",[26,31.137]],["parent/1102",[284,4.436]],["name/1103",[27,31.137]],["parent/1103",[284,4.436]],["name/1104",[5,30.976]],["parent/1104",[284,4.436]],["name/1105",[18,24.246]],["parent/1105",[284,4.436]],["name/1106",[22,36.084]],["parent/1106",[284,4.436]],["name/1107",[121,48.814]],["parent/1107",[284,4.436]],["name/1108",[24,32.345]],["parent/1108",[284,4.436]],["name/1109",[33,30.206]],["parent/1109",[284,4.436]],["name/1110",[23,30.355]],["parent/1110",[284,4.436]],["name/1111",[29,31.137]],["parent/1111",[284,4.436]],["name/1112",[30,31.137]],["parent/1112",[284,4.436]],["name/1113",[285,57.287]],["parent/1113",[]],["name/1114",[286,68.273]],["parent/1114",[285,5.398]],["name/1115",[287,68.273]],["parent/1115",[285,5.398]],["name/1116",[288,68.273]],["parent/1116",[285,5.398]],["name/1117",[289,52.178]],["parent/1117",[]],["name/1118",[18,24.246]],["parent/1118",[289,4.917]],["name/1119",[22,36.084]],["parent/1119",[289,4.917]],["name/1120",[28,48.814]],["parent/1120",[289,4.917]],["name/1121",[24,32.345]],["parent/1121",[289,4.917]],["name/1122",[33,30.206]],["parent/1122",[289,4.917]],["name/1123",[23,30.355]],["parent/1123",[289,4.917]],["name/1124",[290,47.07]],["parent/1124",[]],["name/1125",[26,31.137]],["parent/1125",[290,4.436]],["name/1126",[27,31.137]],["parent/1126",[290,4.436]],["name/1127",[5,30.976]],["parent/1127",[290,4.436]],["name/1128",[18,24.246]],["parent/1128",[290,4.436]],["name/1129",[22,36.084]],["parent/1129",[290,4.436]],["name/1130",[32,48.814]],["parent/1130",[290,4.436]],["name/1131",[24,32.345]],["parent/1131",[290,4.436]],["name/1132",[33,30.206]],["parent/1132",[290,4.436]],["name/1133",[23,30.355]],["parent/1133",[290,4.436]],["name/1134",[29,31.137]],["parent/1134",[290,4.436]],["name/1135",[30,31.137]],["parent/1135",[290,4.436]],["name/1136",[291,63.164]],["parent/1136",[]],["name/1137",[292,48.814]],["parent/1137",[291,5.952]],["name/1138",[293,63.164]],["parent/1138",[]],["name/1139",[20,47.07]],["parent/1139",[293,5.952]],["name/1140",[294,59.8]],["parent/1140",[]],["name/1141",[18,24.246]],["parent/1141",[294,5.635]],["name/1142",[19,33.933]],["parent/1142",[294,5.635]],["name/1143",[295,57.287]],["parent/1143",[]],["name/1144",[18,24.246]],["parent/1144",[295,5.398]],["name/1145",[19,33.933]],["parent/1145",[295,5.398]],["name/1146",[174,63.164]],["parent/1146",[295,5.398]],["name/1147",[292,48.814]],["parent/1147",[]],["name/1148",[26,31.137]],["parent/1148",[292,4.6]],["name/1149",[27,31.137]],["parent/1149",[292,4.6]],["name/1150",[5,30.976]],["parent/1150",[292,4.6]],["name/1151",[18,24.246]],["parent/1151",[292,4.6]],["name/1152",[19,33.933]],["parent/1152",[292,4.6]],["name/1153",[268,63.164]],["parent/1153",[292,4.6]],["name/1154",[29,31.137]],["parent/1154",[292,4.6]],["name/1155",[30,31.137]],["parent/1155",[292,4.6]],["name/1156",[296,57.287]],["parent/1156",[]],["name/1157",[18,24.246]],["parent/1157",[296,5.398]],["name/1158",[19,33.933]],["parent/1158",[296,5.398]],["name/1159",[178,63.164]],["parent/1159",[296,5.398]],["name/1160",[297,49.814]],["parent/1160",[]],["name/1161",[26,31.137]],["parent/1161",[297,4.694]],["name/1162",[27,31.137]],["parent/1162",[297,4.694]],["name/1163",[5,30.976]],["parent/1163",[297,4.694]],["name/1164",[18,24.246]],["parent/1164",[297,4.694]],["name/1165",[121,48.814]],["parent/1165",[297,4.694]],["name/1166",[24,32.345]],["parent/1166",[297,4.694]],["name/1167",[29,31.137]],["parent/1167",[297,4.694]],["name/1168",[30,31.137]],["parent/1168",[297,4.694]],["name/1169",[298,49.814]],["parent/1169",[]],["name/1170",[18,24.246]],["parent/1170",[298,4.694]],["name/1171",[65,42.123]],["parent/1171",[298,4.694]],["name/1172",[153,63.164]],["parent/1172",[298,4.694]],["name/1173",[154,63.164]],["parent/1173",[298,4.694]],["name/1174",[155,63.164]],["parent/1174",[298,4.694]],["name/1175",[156,63.164]],["parent/1175",[298,4.694]],["name/1176",[73,57.287]],["parent/1176",[298,4.694]],["name/1177",[157,63.164]],["parent/1177",[298,4.694]],["name/1178",[299,49.814]],["parent/1178",[]],["name/1179",[18,24.246]],["parent/1179",[299,4.694]],["name/1180",[61,37.212]],["parent/1180",[299,4.694]],["name/1181",[33,30.206]],["parent/1181",[299,4.694]],["name/1182",[62,38.828]],["parent/1182",[299,4.694]],["name/1183",[63,39.556]],["parent/1183",[299,4.694]],["name/1184",[23,30.355]],["parent/1184",[299,4.694]],["name/1185",[64,38.828]],["parent/1185",[299,4.694]],["name/1186",[24,32.345]],["parent/1186",[299,4.694]],["name/1187",[300,50.927]],["parent/1187",[]],["name/1188",[18,24.246]],["parent/1188",[300,4.799]],["name/1189",[22,36.084]],["parent/1189",[300,4.799]],["name/1190",[28,48.814]],["parent/1190",[300,4.799]],["name/1191",[24,32.345]],["parent/1191",[300,4.799]],["name/1192",[33,30.206]],["parent/1192",[300,4.799]],["name/1193",[23,30.355]],["parent/1193",[300,4.799]],["name/1194",[34,41.192]],["parent/1194",[300,4.799]],["name/1195",[200,49.814]],["parent/1195",[]],["name/1196",[26,31.137]],["parent/1196",[200,4.694]],["name/1197",[27,31.137]],["parent/1197",[200,4.694]],["name/1198",[5,30.976]],["parent/1198",[200,4.694]],["name/1199",[18,24.246]],["parent/1199",[200,4.694]],["name/1200",[19,33.933]],["parent/1200",[200,4.694]],["name/1201",[29,31.137]],["parent/1201",[200,4.694]],["name/1202",[30,31.137]],["parent/1202",[200,4.694]],["name/1203",[301,44.919]],["parent/1203",[]],["name/1204",[26,31.137]],["parent/1204",[301,4.233]],["name/1205",[27,31.137]],["parent/1205",[301,4.233]],["name/1206",[5,30.976]],["parent/1206",[301,4.233]],["name/1207",[18,24.246]],["parent/1207",[301,4.233]],["name/1208",[61,37.212]],["parent/1208",[301,4.233]],["name/1209",[33,30.206]],["parent/1209",[301,4.233]],["name/1210",[62,38.828]],["parent/1210",[301,4.233]],["name/1211",[63,39.556]],["parent/1211",[301,4.233]],["name/1212",[23,30.355]],["parent/1212",[301,4.233]],["name/1213",[64,38.828]],["parent/1213",[301,4.233]],["name/1214",[24,32.345]],["parent/1214",[301,4.233]],["name/1215",[75,57.287]],["parent/1215",[301,4.233]],["name/1216",[29,31.137]],["parent/1216",[301,4.233]],["name/1217",[30,31.137]],["parent/1217",[301,4.233]],["name/1218",[302,48.814]],["parent/1218",[]],["name/1219",[26,31.137]],["parent/1219",[302,4.6]],["name/1220",[27,31.137]],["parent/1220",[302,4.6]],["name/1221",[5,30.976]],["parent/1221",[302,4.6]],["name/1222",[18,24.246]],["parent/1222",[302,4.6]],["name/1223",[191,63.164]],["parent/1223",[302,4.6]],["name/1224",[192,63.164]],["parent/1224",[302,4.6]],["name/1225",[193,63.164]],["parent/1225",[302,4.6]],["name/1226",[29,31.137]],["parent/1226",[302,4.6]],["name/1227",[30,31.137]],["parent/1227",[302,4.6]],["name/1228",[303,45.586]],["parent/1228",[]],["name/1229",[26,31.137]],["parent/1229",[303,4.296]],["name/1230",[27,31.137]],["parent/1230",[303,4.296]],["name/1231",[5,30.976]],["parent/1231",[303,4.296]],["name/1232",[18,24.246]],["parent/1232",[303,4.296]],["name/1233",[22,36.084]],["parent/1233",[303,4.296]],["name/1234",[23,30.355]],["parent/1234",[303,4.296]],["name/1235",[24,32.345]],["parent/1235",[303,4.296]],["name/1236",[33,30.206]],["parent/1236",[303,4.296]],["name/1237",[62,38.828]],["parent/1237",[303,4.296]],["name/1238",[63,39.556]],["parent/1238",[303,4.296]],["name/1239",[64,38.828]],["parent/1239",[303,4.296]],["name/1240",[29,31.137]],["parent/1240",[303,4.296]],["name/1241",[30,31.137]],["parent/1241",[303,4.296]],["name/1242",[304,43.705]],["parent/1242",[]],["name/1243",[26,31.137]],["parent/1243",[304,4.118]],["name/1244",[27,31.137]],["parent/1244",[304,4.118]],["name/1245",[5,30.976]],["parent/1245",[304,4.118]],["name/1246",[18,24.246]],["parent/1246",[304,4.118]],["name/1247",[61,37.212]],["parent/1247",[304,4.118]],["name/1248",[33,30.206]],["parent/1248",[304,4.118]],["name/1249",[62,38.828]],["parent/1249",[304,4.118]],["name/1250",[63,39.556]],["parent/1250",[304,4.118]],["name/1251",[23,30.355]],["parent/1251",[304,4.118]],["name/1252",[64,38.828]],["parent/1252",[304,4.118]],["name/1253",[305,63.164]],["parent/1253",[304,4.118]],["name/1254",[71,55.28]],["parent/1254",[304,4.118]],["name/1255",[72,55.28]],["parent/1255",[304,4.118]],["name/1256",[24,32.345]],["parent/1256",[304,4.118]],["name/1257",[29,31.137]],["parent/1257",[304,4.118]],["name/1258",[30,31.137]],["parent/1258",[304,4.118]],["name/1259",[306,57.287]],["parent/1259",[]],["name/1260",[33,30.206]],["parent/1260",[306,5.398]],["name/1261",[62,38.828]],["parent/1261",[306,5.398]],["name/1262",[63,39.556]],["parent/1262",[306,5.398]],["name/1263",[307,57.287]],["parent/1263",[]],["name/1264",[18,24.246]],["parent/1264",[307,5.398]],["name/1265",[19,33.933]],["parent/1265",[307,5.398]],["name/1266",[123,57.287]],["parent/1266",[307,5.398]],["name/1267",[308,44.294]],["parent/1267",[]],["name/1268",[26,31.137]],["parent/1268",[308,4.174]],["name/1269",[27,31.137]],["parent/1269",[308,4.174]],["name/1270",[5,30.976]],["parent/1270",[308,4.174]],["name/1271",[18,24.246]],["parent/1271",[308,4.174]],["name/1272",[22,36.084]],["parent/1272",[308,4.174]],["name/1273",[23,30.355]],["parent/1273",[308,4.174]],["name/1274",[24,32.345]],["parent/1274",[308,4.174]],["name/1275",[33,30.206]],["parent/1275",[308,4.174]],["name/1276",[62,38.828]],["parent/1276",[308,4.174]],["name/1277",[63,39.556]],["parent/1277",[308,4.174]],["name/1278",[64,38.828]],["parent/1278",[308,4.174]],["name/1279",[65,42.123]],["parent/1279",[308,4.174]],["name/1280",[66,43.15]],["parent/1280",[308,4.174]],["name/1281",[29,31.137]],["parent/1281",[308,4.174]],["name/1282",[30,31.137]],["parent/1282",[308,4.174]],["name/1283",[309,48.814]],["parent/1283",[]],["name/1284",[18,24.246]],["parent/1284",[309,4.6]],["name/1285",[22,36.084]],["parent/1285",[309,4.6]],["name/1286",[23,30.355]],["parent/1286",[309,4.6]],["name/1287",[24,32.345]],["parent/1287",[309,4.6]],["name/1288",[33,30.206]],["parent/1288",[309,4.6]],["name/1289",[62,38.828]],["parent/1289",[309,4.6]],["name/1290",[63,39.556]],["parent/1290",[309,4.6]],["name/1291",[64,38.828]],["parent/1291",[309,4.6]],["name/1292",[75,57.287]],["parent/1292",[309,4.6]],["name/1293",[310,63.164]],["parent/1293",[]],["name/1294",[173,48.814]],["parent/1294",[310,5.952]],["name/1295",[279,49.814]],["parent/1295",[]],["name/1296",[26,31.137]],["parent/1296",[279,4.694]],["name/1297",[27,31.137]],["parent/1297",[279,4.694]],["name/1298",[5,30.976]],["parent/1298",[279,4.694]],["name/1299",[18,24.246]],["parent/1299",[279,4.694]],["name/1300",[19,33.933]],["parent/1300",[279,4.694]],["name/1301",[29,31.137]],["parent/1301",[279,4.694]],["name/1302",[30,31.137]],["parent/1302",[279,4.694]],["name/1303",[311,59.8]],["parent/1303",[]],["name/1304",[18,24.246]],["parent/1304",[311,5.635]],["name/1305",[19,33.933]],["parent/1305",[311,5.635]],["name/1306",[312,42.623]],["parent/1306",[]],["name/1307",[26,31.137]],["parent/1307",[312,4.016]],["name/1308",[27,31.137]],["parent/1308",[312,4.016]],["name/1309",[5,30.976]],["parent/1309",[312,4.016]],["name/1310",[18,24.246]],["parent/1310",[312,4.016]],["name/1311",[61,37.212]],["parent/1311",[312,4.016]],["name/1312",[19,33.933]],["parent/1312",[312,4.016]],["name/1313",[33,30.206]],["parent/1313",[312,4.016]],["name/1314",[23,30.355]],["parent/1314",[312,4.016]],["name/1315",[96,49.814]],["parent/1315",[312,4.016]],["name/1316",[97,49.814]],["parent/1316",[312,4.016]],["name/1317",[98,47.904]],["parent/1317",[312,4.016]],["name/1318",[99,47.904]],["parent/1318",[312,4.016]],["name/1319",[35,38.15]],["parent/1319",[312,4.016]],["name/1320",[100,49.814]],["parent/1320",[312,4.016]],["name/1321",[222,57.287]],["parent/1321",[312,4.016]],["name/1322",[29,31.137]],["parent/1322",[312,4.016]],["name/1323",[30,31.137]],["parent/1323",[312,4.016]],["name/1324",[313,47.07]],["parent/1324",[]],["name/1325",[18,24.246]],["parent/1325",[313,4.436]],["name/1326",[61,37.212]],["parent/1326",[313,4.436]],["name/1327",[33,30.206]],["parent/1327",[313,4.436]],["name/1328",[62,38.828]],["parent/1328",[313,4.436]],["name/1329",[63,39.556]],["parent/1329",[313,4.436]],["name/1330",[23,30.355]],["parent/1330",[313,4.436]],["name/1331",[64,38.828]],["parent/1331",[313,4.436]],["name/1332",[305,63.164]],["parent/1332",[313,4.436]],["name/1333",[71,55.28]],["parent/1333",[313,4.436]],["name/1334",[72,55.28]],["parent/1334",[313,4.436]],["name/1335",[24,32.345]],["parent/1335",[313,4.436]],["name/1336",[314,52.178]],["parent/1336",[]],["name/1337",[18,24.246]],["parent/1337",[314,4.917]],["name/1338",[22,36.084]],["parent/1338",[314,4.917]],["name/1339",[28,48.814]],["parent/1339",[314,4.917]],["name/1340",[24,32.345]],["parent/1340",[314,4.917]],["name/1341",[33,30.206]],["parent/1341",[314,4.917]],["name/1342",[23,30.355]],["parent/1342",[314,4.917]],["name/1343",[315,63.164]],["parent/1343",[]],["name/1344",[312,42.623]],["parent/1344",[315,5.952]],["name/1345",[316,48.814]],["parent/1345",[]],["name/1346",[26,31.137]],["parent/1346",[316,4.6]],["name/1347",[27,31.137]],["parent/1347",[316,4.6]],["name/1348",[5,30.976]],["parent/1348",[316,4.6]],["name/1349",[18,24.246]],["parent/1349",[316,4.6]],["name/1350",[22,36.084]],["parent/1350",[316,4.6]],["name/1351",[23,30.355]],["parent/1351",[316,4.6]],["name/1352",[24,32.345]],["parent/1352",[316,4.6]],["name/1353",[29,31.137]],["parent/1353",[316,4.6]],["name/1354",[30,31.137]],["parent/1354",[316,4.6]],["name/1355",[222,57.287]],["parent/1355",[]],["name/1356",[317,68.273]],["parent/1356",[222,5.398]],["name/1357",[318,47.904]],["parent/1357",[]],["name/1358",[26,31.137]],["parent/1358",[318,4.514]],["name/1359",[27,31.137]],["parent/1359",[318,4.514]],["name/1360",[5,30.976]],["parent/1360",[318,4.514]],["name/1361",[18,24.246]],["parent/1361",[318,4.514]],["name/1362",[65,42.123]],["parent/1362",[318,4.514]],["name/1363",[66,43.15]],["parent/1363",[318,4.514]],["name/1364",[270,63.164]],["parent/1364",[318,4.514]],["name/1365",[271,63.164]],["parent/1365",[318,4.514]],["name/1366",[29,31.137]],["parent/1366",[318,4.514]],["name/1367",[30,31.137]],["parent/1367",[318,4.514]],["name/1368",[319,63.164]],["parent/1368",[]],["name/1369",[122,48.814]],["parent/1369",[319,5.952]],["name/1370",[320,57.287]],["parent/1370",[]],["name/1371",[22,36.084]],["parent/1371",[320,5.398]],["name/1372",[33,30.206]],["parent/1372",[320,5.398]],["name/1373",[23,30.355]],["parent/1373",[320,5.398]],["name/1374",[321,49.814]],["parent/1374",[]],["name/1375",[26,31.137]],["parent/1375",[321,4.694]],["name/1376",[27,31.137]],["parent/1376",[321,4.694]],["name/1377",[5,30.976]],["parent/1377",[321,4.694]],["name/1378",[18,24.246]],["parent/1378",[321,4.694]],["name/1379",[244,63.164]],["parent/1379",[321,4.694]],["name/1380",[245,63.164]],["parent/1380",[321,4.694]],["name/1381",[29,31.137]],["parent/1381",[321,4.694]],["name/1382",[30,31.137]],["parent/1382",[321,4.694]]],"invertedIndex":[["__type",{"_index":4,"name":{"4":{}},"parent":{}}],["all_non_null",{"_index":151,"name":{"339":{}},"parent":{}}],["any",{"_index":228,"name":{"724":{},"725":{}},"parent":{"725":{}}}],["arguments_",{"_index":102,"name":{"179":{},"520":{}},"parent":{}}],["array",{"_index":283,"name":{"1100":{}},"parent":{}}],["arrayschema",{"_index":277,"name":{"1084":{}},"parent":{"1085":{},"1086":{},"1087":{},"1088":{},"1089":{},"1090":{},"1091":{},"1092":{}}}],["arrayschemaproperties",{"_index":184,"name":{"455":{}},"parent":{"456":{},"457":{},"458":{}}}],["attr",{"_index":27,"name":{"28":{},"66":{},"85":{},"104":{},"140":{},"217":{},"243":{},"264":{},"272":{},"299":{},"314":{},"322":{},"342":{},"378":{},"399":{},"414":{},"440":{},"472":{},"486":{},"506":{},"531":{},"540":{},"549":{},"624":{},"642":{},"664":{},"700":{},"714":{},"736":{},"764":{},"773":{},"795":{},"804":{},"819":{},"836":{},"849":{},"871":{},"899":{},"916":{},"933":{},"953":{},"985":{},"1006":{},"1058":{},"1070":{},"1086":{},"1103":{},"1126":{},"1149":{},"1162":{},"1197":{},"1205":{},"1220":{},"1230":{},"1244":{},"1269":{},"1297":{},"1308":{},"1347":{},"1359":{},"1376":{}},"parent":{}}],["basecommand",{"_index":101,"name":{"178":{},"519":{}},"parent":{}}],["basename",{"_index":87,"name":{"146":{},"204":{},"742":{},"832":{}},"parent":{}}],["boolean",{"_index":231,"name":{"728":{}},"parent":{}}],["bullet",{"_index":7,"name":{"7":{}},"parent":{}}],["checksum",{"_index":91,"name":{"150":{},"208":{}},"parent":{}}],["children",{"_index":6,"name":{"6":{}},"parent":{}}],["class_",{"_index":19,"name":{"19":{},"69":{},"75":{},"131":{},"143":{},"169":{},"190":{},"201":{},"246":{},"317":{},"374":{},"381":{},"394":{},"402":{},"417":{},"510":{},"534":{},"543":{},"561":{},"608":{},"681":{},"739":{},"756":{},"767":{},"798":{},"822":{},"829":{},"902":{},"908":{},"912":{},"920":{},"956":{},"962":{},"989":{},"1003":{},"1037":{},"1073":{},"1142":{},"1145":{},"1152":{},"1158":{},"1200":{},"1265":{},"1300":{},"1305":{},"1312":{}},"parent":{}}],["commandinputarrayschema",{"_index":126,"name":{"270":{}},"parent":{"271":{},"272":{},"273":{},"274":{},"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{}}}],["commandinputarrayschemaproperties",{"_index":31,"name":{"35":{}},"parent":{"36":{},"37":{},"38":{},"39":{},"40":{},"41":{},"42":{}}}],["commandinputenumschema",{"_index":251,"name":{"834":{}},"parent":{"835":{},"836":{},"837":{},"838":{},"839":{},"840":{},"841":{},"842":{},"843":{},"844":{},"845":{},"846":{}}}],["commandinputenumschemaproperties",{"_index":300,"name":{"1187":{}},"parent":{"1188":{},"1189":{},"1190":{},"1191":{},"1192":{},"1193":{},"1194":{}}}],["commandinputparameter",{"_index":265,"name":{"1004":{}},"parent":{"1005":{},"1006":{},"1007":{},"1008":{},"1009":{},"1010":{},"1011":{},"1012":{},"1013":{},"1014":{},"1015":{},"1016":{},"1017":{},"1018":{},"1019":{},"1020":{},"1021":{}}}],["commandinputparameterproperties",{"_index":255,"name":{"877":{}},"parent":{"878":{},"879":{},"880":{},"881":{},"882":{},"883":{},"884":{},"885":{},"886":{},"887":{},"888":{},"889":{}}}],["commandinputrecordfield",{"_index":183,"name":{"438":{}},"parent":{"439":{},"440":{},"441":{},"442":{},"443":{},"444":{},"445":{},"446":{},"447":{},"448":{},"449":{},"450":{},"451":{},"452":{},"453":{},"454":{}}}],["commandinputrecordfieldproperties",{"_index":263,"name":{"971":{}},"parent":{"972":{},"973":{},"974":{},"975":{},"976":{},"977":{},"978":{},"979":{},"980":{},"981":{},"982":{}}}],["commandinputrecordschema",{"_index":219,"name":{"662":{}},"parent":{"663":{},"664":{},"665":{},"666":{},"667":{},"668":{},"669":{},"670":{},"671":{},"672":{},"673":{},"674":{}}}],["commandinputrecordschemaproperties",{"_index":120,"name":{"233":{}},"parent":{"234":{},"235":{},"236":{},"237":{},"238":{},"239":{},"240":{}}}],["commandinputschemaproperties",{"_index":76,"name":{"128":{}},"parent":{}}],["commandlinebindable",{"_index":125,"name":{"262":{}},"parent":{"263":{},"264":{},"265":{},"266":{},"267":{},"268":{},"269":{}}}],["commandlinebindableproperties",{"_index":181,"name":{"425":{}},"parent":{"426":{},"427":{}}}],["commandlinebinding",{"_index":152,"name":{"340":{}},"parent":{"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{}}}],["commandlinebindingproperties",{"_index":298,"name":{"1169":{}},"parent":{"1170":{},"1171":{},"1172":{},"1173":{},"1174":{},"1175":{},"1176":{},"1177":{}}}],["commandlinetool",{"_index":172,"name":{"396":{},"504":{}},"parent":{"505":{},"506":{},"507":{},"508":{},"509":{},"510":{},"511":{},"512":{},"513":{},"514":{},"515":{},"516":{},"517":{},"518":{},"519":{},"520":{},"521":{},"522":{},"523":{},"524":{},"525":{},"526":{},"527":{},"528":{}}}],["commandlinetool_class",{"_index":171,"name":{"395":{}},"parent":{"396":{}}}],["commandlinetoolproperties",{"_index":95,"name":{"166":{}},"parent":{"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{}}}],["commandoutputarrayschema",{"_index":290,"name":{"1124":{}},"parent":{"1125":{},"1126":{},"1127":{},"1128":{},"1129":{},"1130":{},"1131":{},"1132":{},"1133":{},"1134":{},"1135":{}}}],["commandoutputarrayschemaproperties",{"_index":198,"name":{"572":{}},"parent":{"573":{},"574":{},"575":{},"576":{},"577":{},"578":{}}}],["commandoutputbinding",{"_index":318,"name":{"1357":{}},"parent":{"1358":{},"1359":{},"1360":{},"1361":{},"1362":{},"1363":{},"1364":{},"1365":{},"1366":{},"1367":{}}}],["commandoutputbindingproperties",{"_index":269,"name":{"1039":{}},"parent":{"1040":{},"1041":{},"1042":{},"1043":{},"1044":{}}}],["commandoutputenumschema",{"_index":217,"name":{"640":{}},"parent":{"641":{},"642":{},"643":{},"644":{},"645":{},"646":{},"647":{},"648":{},"649":{},"650":{},"651":{}}}],["commandoutputenumschemaproperties",{"_index":314,"name":{"1336":{}},"parent":{"1337":{},"1338":{},"1339":{},"1340":{},"1341":{},"1342":{}}}],["commandoutputparameter",{"_index":301,"name":{"1203":{}},"parent":{"1204":{},"1205":{},"1206":{},"1207":{},"1208":{},"1209":{},"1210":{},"1211":{},"1212":{},"1213":{},"1214":{},"1215":{},"1216":{},"1217":{}}}],["commandoutputparameterproperties",{"_index":74,"name":{"118":{}},"parent":{"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"125":{},"126":{},"127":{}}}],["commandoutputrecordfield",{"_index":246,"name":{"802":{}},"parent":{"803":{},"804":{},"805":{},"806":{},"807":{},"808":{},"809":{},"810":{},"811":{},"812":{},"813":{},"814":{},"815":{},"816":{}}}],["commandoutputrecordfieldproperties",{"_index":309,"name":{"1283":{}},"parent":{"1284":{},"1285":{},"1286":{},"1287":{},"1288":{},"1289":{},"1290":{},"1291":{},"1292":{}}}],["commandoutputrecordschema",{"_index":195,"name":{"547":{}},"parent":{"548":{},"549":{},"550":{},"551":{},"552":{},"553":{},"554":{},"555":{},"556":{},"557":{},"558":{}}}],["commandoutputrecordschemaproperties",{"_index":185,"name":{"459":{}},"parent":{"460":{},"461":{},"462":{},"463":{},"464":{},"465":{}}}],["constructor",{"_index":5,"name":{"5":{},"29":{},"67":{},"86":{},"105":{},"141":{},"218":{},"244":{},"265":{},"273":{},"300":{},"315":{},"323":{},"343":{},"379":{},"400":{},"415":{},"441":{},"473":{},"487":{},"507":{},"532":{},"541":{},"550":{},"625":{},"643":{},"665":{},"701":{},"715":{},"737":{},"765":{},"774":{},"796":{},"805":{},"820":{},"837":{},"850":{},"872":{},"900":{},"917":{},"934":{},"954":{},"986":{},"1007":{},"1059":{},"1071":{},"1087":{},"1104":{},"1127":{},"1150":{},"1163":{},"1198":{},"1206":{},"1221":{},"1231":{},"1245":{},"1270":{},"1298":{},"1309":{},"1348":{},"1360":{},"1377":{}},"parent":{}}],["contents",{"_index":93,"name":{"154":{},"212":{}},"parent":{}}],["coresmax",{"_index":163,"name":{"383":{},"563":{}},"parent":{}}],["coresmin",{"_index":162,"name":{"382":{},"562":{}},"parent":{}}],["cwltype",{"_index":220,"name":{"675":{}},"parent":{"676":{},"677":{}}}],["cwlversion",{"_index":35,"name":{"43":{},"176":{},"517":{},"615":{},"660":{},"688":{},"927":{},"969":{},"996":{},"1319":{}},"parent":{"44":{},"45":{},"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{},"59":{},"60":{},"61":{},"62":{},"63":{}}}],["deep_listing",{"_index":288,"name":{"1116":{}},"parent":{}}],["default_",{"_index":67,"name":{"96":{},"114":{},"260":{},"363":{},"437":{},"887":{},"944":{},"1017":{},"1032":{}},"parent":{}}],["directory",{"_index":215,"name":{"637":{},"677":{},"734":{}},"parent":{"735":{},"736":{},"737":{},"738":{},"739":{},"740":{},"741":{},"742":{},"743":{},"744":{},"745":{}}}],["directory_class",{"_index":214,"name":{"636":{}},"parent":{"637":{}}}],["directoryproperties",{"_index":250,"name":{"827":{}},"parent":{"828":{},"829":{},"830":{},"831":{},"832":{},"833":{}}}],["dirent",{"_index":302,"name":{"1218":{}},"parent":{"1219":{},"1220":{},"1221":{},"1222":{},"1223":{},"1224":{},"1225":{},"1226":{},"1227":{}}}],["direntproperties",{"_index":190,"name":{"498":{}},"parent":{"499":{},"500":{},"501":{},"502":{}}}],["dirname",{"_index":88,"name":{"147":{},"205":{}},"parent":{}}],["doc",{"_index":23,"name":{"24":{},"41":{},"82":{},"92":{},"124":{},"163":{},"171":{},"198":{},"224":{},"239":{},"256":{},"279":{},"296":{},"332":{},"371":{},"433":{},"444":{},"465":{},"469":{},"479":{},"493":{},"512":{},"556":{},"578":{},"586":{},"591":{},"610":{},"621":{},"631":{},"649":{},"655":{},"671":{},"683":{},"696":{},"707":{},"721":{},"778":{},"808":{},"843":{},"861":{},"883":{},"896":{},"922":{},"940":{},"964":{},"974":{},"991":{},"1013":{},"1028":{},"1050":{},"1065":{},"1110":{},"1123":{},"1133":{},"1184":{},"1193":{},"1212":{},"1234":{},"1251":{},"1273":{},"1286":{},"1314":{},"1330":{},"1342":{},"1351":{},"1373":{}},"parent":{}}],["dockerfile",{"_index":80,"name":{"134":{},"1076":{}},"parent":{}}],["dockerimageid",{"_index":82,"name":{"136":{},"1078":{}},"parent":{}}],["dockerimport",{"_index":81,"name":{"135":{},"1077":{}},"parent":{}}],["dockerload",{"_index":79,"name":{"133":{},"1075":{}},"parent":{}}],["dockeroutputdirectory",{"_index":83,"name":{"137":{},"1079":{}},"parent":{}}],["dockerpull",{"_index":78,"name":{"132":{},"1074":{}},"parent":{}}],["dockerrequirement",{"_index":275,"name":{"1068":{},"1083":{}},"parent":{"1069":{},"1070":{},"1071":{},"1072":{},"1073":{},"1074":{},"1075":{},"1076":{},"1077":{},"1078":{},"1079":{},"1080":{},"1081":{}}}],["dockerrequirement_class",{"_index":276,"name":{"1082":{}},"parent":{"1083":{}}}],["dockerrequirementproperties",{"_index":77,"name":{"129":{}},"parent":{"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{}}}],["documentedproperties",{"_index":187,"name":{"468":{}},"parent":{"469":{}}}],["dotproduct",{"_index":128,"name":{"284":{}},"parent":{}}],["double",{"_index":235,"name":{"732":{}},"parent":{}}],["draft_2",{"_index":36,"name":{"44":{}},"parent":{}}],["draft_3",{"_index":42,"name":{"50":{}},"parent":{}}],["draft_3_dev1",{"_index":37,"name":{"45":{}},"parent":{}}],["draft_3_dev2",{"_index":38,"name":{"46":{}},"parent":{}}],["draft_3_dev3",{"_index":39,"name":{"47":{}},"parent":{}}],["draft_3_dev4",{"_index":40,"name":{"48":{}},"parent":{}}],["draft_3_dev5",{"_index":41,"name":{"49":{}},"parent":{}}],["draft_4_dev1",{"_index":43,"name":{"51":{}},"parent":{}}],["draft_4_dev2",{"_index":44,"name":{"52":{}},"parent":{}}],["draft_4_dev3",{"_index":45,"name":{"53":{}},"parent":{}}],["enablereuse",{"_index":178,"name":{"418":{},"1159":{}},"parent":{}}],["entry",{"_index":192,"name":{"501":{},"1224":{}},"parent":{}}],["entryname",{"_index":191,"name":{"500":{},"1223":{}},"parent":{}}],["enum",{"_index":281,"name":{"1098":{}},"parent":{}}],["enum_d062602be0b4b8fd33e69e29a841317b6ab665bc",{"_index":282,"name":{"1099":{}},"parent":{"1100":{}}}],["enum_d961d79c225752b9fadb617367615ab176b47d77",{"_index":280,"name":{"1097":{}},"parent":{"1098":{}}}],["enum_d9cba076fca539106791a4f46d198c7fcfbdb779",{"_index":140,"name":{"310":{}},"parent":{"311":{}}}],["enumschema",{"_index":25,"name":{"26":{}},"parent":{"27":{},"28":{},"29":{},"30":{},"31":{},"32":{},"33":{},"34":{}}}],["enumschemaproperties",{"_index":240,"name":{"758":{}},"parent":{"759":{},"760":{},"761":{}}}],["envdef",{"_index":268,"name":{"1038":{},"1153":{}},"parent":{}}],["environmentdef",{"_index":321,"name":{"1374":{}},"parent":{"1375":{},"1376":{},"1377":{},"1378":{},"1379":{},"1380":{},"1381":{},"1382":{}}}],["environmentdefproperties",{"_index":243,"name":{"789":{}},"parent":{"790":{},"791":{},"792":{}}}],["envname",{"_index":244,"name":{"791":{},"1379":{}},"parent":{}}],["envvalue",{"_index":245,"name":{"792":{},"1380":{}},"parent":{}}],["envvarrequirement",{"_index":292,"name":{"1137":{},"1147":{}},"parent":{"1148":{},"1149":{},"1150":{},"1151":{},"1152":{},"1153":{},"1154":{},"1155":{}}}],["envvarrequirement_class",{"_index":291,"name":{"1136":{}},"parent":{"1137":{}}}],["envvarrequirementproperties",{"_index":267,"name":{"1035":{}},"parent":{"1036":{},"1037":{},"1038":{}}}],["expression",{"_index":222,"name":{"690":{},"1321":{},"1355":{}},"parent":{"1356":{}}}],["expressionlib",{"_index":111,"name":{"191":{},"768":{}},"parent":{}}],["expressionplaceholder",{"_index":317,"name":{"1356":{}},"parent":{}}],["expressiontool",{"_index":312,"name":{"1306":{},"1344":{}},"parent":{"1307":{},"1308":{},"1309":{},"1310":{},"1311":{},"1312":{},"1313":{},"1314":{},"1315":{},"1316":{},"1317":{},"1318":{},"1319":{},"1320":{},"1321":{},"1322":{},"1323":{}}}],["expressiontool_class",{"_index":315,"name":{"1343":{}},"parent":{"1344":{}}}],["expressiontooloutputparameter",{"_index":189,"name":{"484":{}},"parent":{"485":{},"486":{},"487":{},"488":{},"489":{},"490":{},"491":{},"492":{},"493":{},"494":{},"495":{},"496":{},"497":{}}}],["expressiontooloutputparameterproperties",{"_index":94,"name":{"157":{}},"parent":{"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"164":{},"165":{}}}],["expressiontoolproperties",{"_index":221,"name":{"678":{}},"parent":{"679":{},"680":{},"681":{},"682":{},"683":{},"684":{},"685":{},"686":{},"687":{},"688":{},"689":{},"690":{}}}],["extensionfields",{"_index":18,"name":{"18":{},"22":{},"30":{},"36":{},"68":{},"74":{},"77":{},"87":{},"106":{},"119":{},"130":{},"142":{},"158":{},"167":{},"189":{},"193":{},"200":{},"219":{},"234":{},"245":{},"251":{},"266":{},"274":{},"291":{},"301":{},"316":{},"324":{},"334":{},"344":{},"355":{},"366":{},"373":{},"380":{},"393":{},"401":{},"416":{},"426":{},"442":{},"456":{},"460":{},"474":{},"488":{},"499":{},"508":{},"533":{},"542":{},"551":{},"560":{},"573":{},"588":{},"601":{},"606":{},"626":{},"644":{},"666":{},"679":{},"702":{},"716":{},"738":{},"747":{},"751":{},"755":{},"759":{},"766":{},"775":{},"790":{},"797":{},"806":{},"821":{},"828":{},"838":{},"851":{},"856":{},"859":{},"873":{},"878":{},"891":{},"901":{},"907":{},"911":{},"918":{},"935":{},"955":{},"960":{},"972":{},"987":{},"1002":{},"1008":{},"1023":{},"1036":{},"1040":{},"1048":{},"1060":{},"1072":{},"1088":{},"1105":{},"1118":{},"1128":{},"1141":{},"1144":{},"1151":{},"1157":{},"1164":{},"1170":{},"1179":{},"1188":{},"1199":{},"1207":{},"1222":{},"1232":{},"1246":{},"1264":{},"1271":{},"1284":{},"1299":{},"1304":{},"1310":{},"1325":{},"1337":{},"1349":{},"1361":{},"1378":{}},"parent":{}}],["fieldbaseproperties",{"_index":306,"name":{"1259":{}},"parent":{"1260":{},"1261":{},"1262":{}}}],["fields",{"_index":121,"name":{"236":{},"368":{},"462":{},"553":{},"668":{},"718":{},"748":{},"893":{},"1107":{},"1165":{}},"parent":{}}],["file",{"_index":84,"name":{"138":{},"635":{},"676":{}},"parent":{"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{}}}],["file_class",{"_index":213,"name":{"634":{}},"parent":{"635":{}}}],["fileproperties",{"_index":113,"name":{"199":{}},"parent":{"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"211":{},"212":{}}}],["first_non_null",{"_index":149,"name":{"337":{}},"parent":{}}],["flat_crossproduct",{"_index":130,"name":{"286":{}},"parent":{}}],["float",{"_index":234,"name":{"731":{}},"parent":{}}],["format",{"_index":64,"name":{"93":{},"125":{},"153":{},"164":{},"211":{},"257":{},"422":{},"434":{},"449":{},"467":{},"480":{},"494":{},"697":{},"813":{},"866":{},"884":{},"941":{},"979":{},"1014":{},"1029":{},"1055":{},"1185":{},"1213":{},"1239":{},"1252":{},"1278":{},"1291":{},"1331":{}},"parent":{}}],["fromdoc",{"_index":26,"name":{"27":{},"65":{},"84":{},"103":{},"139":{},"216":{},"242":{},"263":{},"271":{},"298":{},"313":{},"321":{},"341":{},"377":{},"398":{},"413":{},"439":{},"471":{},"485":{},"505":{},"530":{},"539":{},"548":{},"623":{},"641":{},"663":{},"699":{},"713":{},"735":{},"763":{},"772":{},"794":{},"803":{},"818":{},"835":{},"848":{},"870":{},"898":{},"915":{},"932":{},"952":{},"984":{},"1005":{},"1057":{},"1069":{},"1085":{},"1102":{},"1125":{},"1148":{},"1161":{},"1196":{},"1204":{},"1219":{},"1229":{},"1243":{},"1268":{},"1296":{},"1307":{},"1346":{},"1358":{},"1375":{}},"parent":{}}],["glob",{"_index":270,"name":{"1043":{},"1364":{}},"parent":{}}],["hints",{"_index":99,"name":{"175":{},"516":{},"595":{},"614":{},"659":{},"687":{},"782":{},"926":{},"968":{},"995":{},"1318":{}},"parent":{}}],["id",{"_index":61,"name":{"88":{},"107":{},"120":{},"159":{},"168":{},"252":{},"335":{},"356":{},"429":{},"475":{},"489":{},"509":{},"571":{},"582":{},"589":{},"607":{},"653":{},"680":{},"692":{},"776":{},"852":{},"879":{},"919":{},"936":{},"961":{},"988":{},"1009":{},"1024":{},"1180":{},"1208":{},"1247":{},"1311":{},"1326":{}},"parent":{}}],["identifiedproperties",{"_index":197,"name":{"570":{}},"parent":{"571":{}}}],["in_",{"_index":203,"name":{"592":{},"779":{}},"parent":{}}],["indentperlevel",{"_index":3,"name":{"3":{}},"parent":{}}],["initialworkdirrequirement",{"_index":122,"name":{"241":{},"1369":{}},"parent":{"242":{},"243":{},"244":{},"245":{},"246":{},"247":{},"248":{},"249":{}}}],["initialworkdirrequirement_class",{"_index":319,"name":{"1368":{}},"parent":{"1369":{}}}],["initialworkdirrequirementproperties",{"_index":307,"name":{"1263":{}},"parent":{"1264":{},"1265":{},"1266":{}}}],["inlinejavascriptrequirement",{"_index":241,"name":{"762":{},"1046":{}},"parent":{"763":{},"764":{},"765":{},"766":{},"767":{},"768":{},"769":{},"770":{}}}],["inlinejavascriptrequirement_class",{"_index":272,"name":{"1045":{}},"parent":{"1046":{}}}],["inlinejavascriptrequirementproperties",{"_index":110,"name":{"188":{}},"parent":{"189":{},"190":{},"191":{}}}],["inplaceupdate",{"_index":161,"name":{"375":{},"544":{}},"parent":{}}],["inplaceupdaterequirement",{"_index":119,"name":{"232":{},"538":{}},"parent":{"539":{},"540":{},"541":{},"542":{},"543":{},"544":{},"545":{},"546":{}}}],["inplaceupdaterequirement_class",{"_index":118,"name":{"231":{}},"parent":{"232":{}}}],["inplaceupdaterequirementproperties",{"_index":160,"name":{"372":{}},"parent":{"373":{},"374":{},"375":{}}}],["inputarrayschema",{"_index":116,"name":{"215":{}},"parent":{"216":{},"217":{},"218":{},"219":{},"220":{},"221":{},"222":{},"223":{},"224":{},"225":{},"226":{}}}],["inputarrayschemaproperties",{"_index":59,"name":{"76":{}},"parent":{"77":{},"78":{},"79":{},"80":{},"81":{},"82":{}}}],["inputbinding",{"_index":34,"name":{"42":{},"240":{},"267":{},"280":{},"427":{},"452":{},"672":{},"844":{},"869":{},"889":{},"946":{},"982":{},"1019":{},"1034":{},"1194":{}},"parent":{"870":{},"871":{},"872":{},"873":{},"874":{},"875":{},"876":{}}}],["inputbindingproperties",{"_index":253,"name":{"855":{}},"parent":{"856":{},"857":{}}}],["inputenumschema",{"_index":274,"name":{"1056":{}},"parent":{"1057":{},"1058":{},"1059":{},"1060":{},"1061":{},"1062":{},"1063":{},"1064":{},"1065":{},"1066":{},"1067":{}}}],["inputenumschemaproperties",{"_index":112,"name":{"192":{}},"parent":{"193":{},"194":{},"195":{},"196":{},"197":{},"198":{}}}],["inputformatproperties",{"_index":186,"name":{"466":{}},"parent":{"467":{}}}],["inputparameterproperties",{"_index":182,"name":{"428":{}},"parent":{"429":{},"430":{},"431":{},"432":{},"433":{},"434":{},"435":{},"436":{},"437":{}}}],["inputrecordfield",{"_index":308,"name":{"1267":{}},"parent":{"1268":{},"1269":{},"1270":{},"1271":{},"1272":{},"1273":{},"1274":{},"1275":{},"1276":{},"1277":{},"1278":{},"1279":{},"1280":{},"1281":{},"1282":{}}}],["inputrecordfieldproperties",{"_index":254,"name":{"858":{}},"parent":{"859":{},"860":{},"861":{},"862":{},"863":{},"864":{},"865":{},"866":{},"867":{},"868":{}}}],["inputrecordschema",{"_index":227,"name":{"712":{}},"parent":{"713":{},"714":{},"715":{},"716":{},"717":{},"718":{},"719":{},"720":{},"721":{},"722":{},"723":{}}}],["inputrecordschemaproperties",{"_index":159,"name":{"365":{}},"parent":{"366":{},"367":{},"368":{},"369":{},"370":{},"371":{}}}],["inputs",{"_index":96,"name":{"172":{},"513":{},"611":{},"656":{},"684":{},"923":{},"965":{},"992":{},"1315":{}},"parent":{}}],["inputschemaproperties",{"_index":320,"name":{"1370":{}},"parent":{"1371":{},"1372":{},"1373":{}}}],["int",{"_index":232,"name":{"729":{}},"parent":{}}],["intent",{"_index":100,"name":{"177":{},"518":{},"616":{},"661":{},"689":{},"928":{},"970":{},"997":{},"1320":{}},"parent":{}}],["ioschemaproperties",{"_index":146,"name":{"329":{}},"parent":{"330":{},"331":{},"332":{}}}],["items",{"_index":32,"name":{"38":{},"79":{},"221":{},"276":{},"293":{},"457":{},"575":{},"704":{},"1089":{},"1130":{}},"parent":{}}],["itemseparator",{"_index":156,"name":{"349":{},"1175":{}},"parent":{}}],["label",{"_index":33,"name":{"40":{},"81":{},"89":{},"113":{},"121":{},"160":{},"170":{},"197":{},"223":{},"238":{},"253":{},"278":{},"295":{},"331":{},"362":{},"370":{},"424":{},"430":{},"446":{},"464":{},"476":{},"490":{},"511":{},"555":{},"577":{},"583":{},"590":{},"609":{},"620":{},"630":{},"648":{},"654":{},"670":{},"682":{},"693":{},"706":{},"720":{},"777":{},"810":{},"842":{},"863":{},"880":{},"895":{},"921":{},"937":{},"963":{},"976":{},"990":{},"1010":{},"1025":{},"1052":{},"1064":{},"1109":{},"1122":{},"1132":{},"1181":{},"1192":{},"1209":{},"1236":{},"1248":{},"1260":{},"1275":{},"1288":{},"1313":{},"1327":{},"1341":{},"1372":{}},"parent":{}}],["labeledproperties",{"_index":180,"name":{"423":{}},"parent":{"424":{}}}],["linkmerge",{"_index":71,"name":{"109":{},"229":{},"358":{},"1254":{},"1333":{}},"parent":{}}],["linkmergemethod",{"_index":137,"name":{"307":{}},"parent":{"308":{},"309":{}}}],["listing",{"_index":123,"name":{"247":{},"743":{},"833":{},"1266":{}},"parent":{}}],["loadcontents",{"_index":65,"name":{"94":{},"111":{},"258":{},"288":{},"345":{},"360":{},"435":{},"450":{},"857":{},"867":{},"874":{},"885":{},"942":{},"980":{},"1015":{},"1030":{},"1041":{},"1171":{},"1279":{},"1362":{}},"parent":{}}],["loadcontentsproperties",{"_index":131,"name":{"287":{}},"parent":{"288":{},"289":{}}}],["loaddocument",{"_index":0,"name":{"0":{}},"parent":{}}],["loaddocumentbystring",{"_index":1,"name":{"1":{}},"parent":{}}],["loadingoptions",{"_index":30,"name":{"34":{},"72":{},"99":{},"117":{},"156":{},"226":{},"249":{},"269":{},"282":{},"306":{},"319":{},"328":{},"353":{},"391":{},"405":{},"420":{},"454":{},"483":{},"497":{},"528":{},"537":{},"546":{},"558":{},"633":{},"651":{},"674":{},"709":{},"723":{},"745":{},"770":{},"788":{},"801":{},"816":{},"824":{},"846":{},"854":{},"876":{},"905":{},"930":{},"948":{},"958":{},"1000":{},"1021":{},"1067":{},"1081":{},"1092":{},"1112":{},"1135":{},"1155":{},"1168":{},"1202":{},"1217":{},"1227":{},"1241":{},"1258":{},"1282":{},"1302":{},"1323":{},"1354":{},"1367":{},"1382":{}},"parent":{}}],["loadlisting",{"_index":66,"name":{"95":{},"112":{},"259":{},"289":{},"361":{},"436":{},"451":{},"799":{},"868":{},"886":{},"913":{},"943":{},"981":{},"1016":{},"1031":{},"1042":{},"1280":{},"1363":{}},"parent":{}}],["loadlistingenum",{"_index":285,"name":{"1113":{}},"parent":{"1114":{},"1115":{},"1116":{}}}],["loadlistingrequirement",{"_index":176,"name":{"407":{},"793":{}},"parent":{"794":{},"795":{},"796":{},"797":{},"798":{},"799":{},"800":{},"801":{}}}],["loadlistingrequirement_class",{"_index":175,"name":{"406":{}},"parent":{"407":{}}}],["loadlistingrequirementproperties",{"_index":259,"name":{"910":{}},"parent":{"911":{},"912":{},"913":{}}}],["location",{"_index":85,"name":{"144":{},"202":{},"740":{},"830":{}},"parent":{}}],["long",{"_index":233,"name":{"730":{}},"parent":{}}],["merge_flattened",{"_index":139,"name":{"309":{}},"parent":{}}],["merge_nested",{"_index":138,"name":{"308":{}},"parent":{}}],["multipleinputfeaturerequirement",{"_index":247,"name":{"817":{},"950":{}},"parent":{"818":{},"819":{},"820":{},"821":{},"822":{},"823":{},"824":{}}}],["multipleinputfeaturerequirement_class",{"_index":261,"name":{"949":{}},"parent":{"950":{}}}],["multipleinputfeaturerequirementproperties",{"_index":170,"name":{"392":{}},"parent":{"393":{},"394":{}}}],["name",{"_index":22,"name":{"23":{},"37":{},"78":{},"194":{},"220":{},"235":{},"275":{},"292":{},"330":{},"367":{},"443":{},"461":{},"552":{},"574":{},"619":{},"627":{},"645":{},"667":{},"703":{},"717":{},"807":{},"839":{},"860":{},"892":{},"973":{},"1049":{},"1061":{},"1106":{},"1119":{},"1129":{},"1189":{},"1233":{},"1272":{},"1285":{},"1338":{},"1350":{},"1371":{}},"parent":{}}],["nameext",{"_index":90,"name":{"149":{},"207":{}},"parent":{}}],["nameroot",{"_index":89,"name":{"148":{},"206":{}},"parent":{}}],["nested_crossproduct",{"_index":129,"name":{"285":{}},"parent":{}}],["networkaccess",{"_index":20,"name":{"20":{},"529":{},"535":{},"1139":{}},"parent":{"530":{},"531":{},"532":{},"533":{},"534":{},"535":{},"536":{},"537":{}}}],["networkaccess_class",{"_index":293,"name":{"1138":{}},"parent":{"1139":{}}}],["networkaccessproperties",{"_index":17,"name":{"17":{}},"parent":{"18":{},"19":{},"20":{}}}],["no_listing",{"_index":286,"name":{"1114":{}},"parent":{}}],["null",{"_index":230,"name":{"727":{}},"parent":{}}],["operation",{"_index":226,"name":{"711":{},"914":{}},"parent":{"915":{},"916":{},"917":{},"918":{},"919":{},"920":{},"921":{},"922":{},"923":{},"924":{},"925":{},"926":{},"927":{},"928":{},"929":{},"930":{}}}],["operation_class",{"_index":225,"name":{"710":{}},"parent":{"711":{}}}],["operationinputparameter",{"_index":60,"name":{"83":{}},"parent":{"84":{},"85":{},"86":{},"87":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"98":{},"99":{}}}],["operationinputparameterproperties",{"_index":124,"name":{"250":{}},"parent":{"251":{},"252":{},"253":{},"254":{},"255":{},"256":{},"257":{},"258":{},"259":{},"260":{},"261":{}}}],["operationoutputparameter",{"_index":188,"name":{"470":{}},"parent":{"471":{},"472":{},"473":{},"474":{},"475":{},"476":{},"477":{},"478":{},"479":{},"480":{},"481":{},"482":{},"483":{}}}],["operationoutputparameterproperties",{"_index":299,"name":{"1178":{}},"parent":{"1179":{},"1180":{},"1181":{},"1182":{},"1183":{},"1184":{},"1185":{},"1186":{}}}],["operationproperties",{"_index":262,"name":{"959":{}},"parent":{"960":{},"961":{},"962":{},"963":{},"964":{},"965":{},"966":{},"967":{},"968":{},"969":{},"970":{}}}],["out",{"_index":204,"name":{"593":{},"780":{}},"parent":{}}],["outdirmax",{"_index":169,"name":{"389":{},"569":{}},"parent":{}}],["outdirmin",{"_index":168,"name":{"388":{},"568":{}},"parent":{}}],["outputarrayschema",{"_index":224,"name":{"698":{}},"parent":{"699":{},"700":{},"701":{},"702":{},"703":{},"704":{},"705":{},"706":{},"707":{},"708":{},"709":{}}}],["outputarrayschemaproperties",{"_index":132,"name":{"290":{}},"parent":{"291":{},"292":{},"293":{},"294":{},"295":{},"296":{}}}],["outputbinding",{"_index":75,"name":{"127":{},"814":{},"1215":{},"1292":{}},"parent":{}}],["outputenumschema",{"_index":212,"name":{"622":{}},"parent":{"623":{},"624":{},"625":{},"626":{},"627":{},"628":{},"629":{},"630":{},"631":{},"632":{},"633":{}}}],["outputenumschemaproperties",{"_index":289,"name":{"1117":{}},"parent":{"1118":{},"1119":{},"1120":{},"1121":{},"1122":{},"1123":{}}}],["outputeval",{"_index":271,"name":{"1044":{},"1365":{}},"parent":{}}],["outputformatproperties",{"_index":179,"name":{"421":{}},"parent":{"422":{}}}],["outputparameterproperties",{"_index":223,"name":{"691":{}},"parent":{"692":{},"693":{},"694":{},"695":{},"696":{},"697":{}}}],["outputrecordfield",{"_index":303,"name":{"1228":{}},"parent":{"1229":{},"1230":{},"1231":{},"1232":{},"1233":{},"1234":{},"1235":{},"1236":{},"1237":{},"1238":{},"1239":{},"1240":{},"1241":{}}}],["outputrecordfieldproperties",{"_index":273,"name":{"1047":{}},"parent":{"1048":{},"1049":{},"1050":{},"1051":{},"1052":{},"1053":{},"1054":{},"1055":{}}}],["outputrecordschema",{"_index":284,"name":{"1101":{}},"parent":{"1102":{},"1103":{},"1104":{},"1105":{},"1106":{},"1107":{},"1108":{},"1109":{},"1110":{},"1111":{},"1112":{}}}],["outputrecordschemaproperties",{"_index":256,"name":{"890":{}},"parent":{"891":{},"892":{},"893":{},"894":{},"895":{},"896":{}}}],["outputs",{"_index":97,"name":{"173":{},"514":{},"612":{},"657":{},"685":{},"924":{},"966":{},"993":{},"1316":{}},"parent":{}}],["outputschemaproperties",{"_index":211,"name":{"618":{}},"parent":{"619":{},"620":{},"621":{}}}],["outputsource",{"_index":305,"name":{"1253":{},"1332":{}},"parent":{}}],["package_",{"_index":134,"name":{"302":{},"602":{}},"parent":{}}],["packages",{"_index":57,"name":{"70":{},"757":{}},"parent":{}}],["parameterproperties",{"_index":201,"name":{"581":{}},"parent":{"582":{},"583":{},"584":{},"585":{},"586":{}}}],["path",{"_index":86,"name":{"145":{},"203":{},"741":{},"831":{}},"parent":{}}],["pattern",{"_index":144,"name":{"325":{},"752":{}},"parent":{}}],["permanentfailcodes",{"_index":107,"name":{"185":{},"526":{}},"parent":{}}],["pickvalue",{"_index":72,"name":{"110":{},"230":{},"359":{},"1255":{},"1334":{}},"parent":{}}],["pickvaluemethod",{"_index":148,"name":{"336":{}},"parent":{"337":{},"338":{},"339":{}}}],["position",{"_index":153,"name":{"346":{},"1172":{}},"parent":{}}],["prefix",{"_index":154,"name":{"347":{},"1173":{}},"parent":{}}],["prettystr",{"_index":11,"name":{"11":{}},"parent":{}}],["primitivetype",{"_index":229,"name":{"726":{}},"parent":{"727":{},"728":{},"729":{},"730":{},"731":{},"732":{},"733":{}}}],["processproperties",{"_index":218,"name":{"652":{}},"parent":{"653":{},"654":{},"655":{},"656":{},"657":{},"658":{},"659":{},"660":{},"661":{}}}],["processrequirementproperties",{"_index":194,"name":{"503":{}},"parent":{}}],["rammax",{"_index":165,"name":{"385":{},"565":{}},"parent":{}}],["rammin",{"_index":164,"name":{"384":{},"564":{}},"parent":{}}],["record",{"_index":141,"name":{"311":{}},"parent":{}}],["recordfield",{"_index":316,"name":{"1345":{}},"parent":{"1346":{},"1347":{},"1348":{},"1349":{},"1350":{},"1351":{},"1352":{},"1353":{},"1354":{}}}],["recordfieldproperties",{"_index":21,"name":{"21":{}},"parent":{"22":{},"23":{},"24":{},"25":{}}}],["recordschema",{"_index":297,"name":{"1160":{}},"parent":{"1161":{},"1162":{},"1163":{},"1164":{},"1165":{},"1166":{},"1167":{},"1168":{}}}],["recordschemaproperties",{"_index":237,"name":{"746":{}},"parent":{"747":{},"748":{},"749":{}}}],["required",{"_index":145,"name":{"326":{},"753":{}},"parent":{}}],["requirements",{"_index":98,"name":{"174":{},"515":{},"594":{},"613":{},"658":{},"686":{},"781":{},"925":{},"967":{},"994":{},"1317":{}},"parent":{}}],["resourcerequirement",{"_index":115,"name":{"214":{},"376":{}},"parent":{"377":{},"378":{},"379":{},"380":{},"381":{},"382":{},"383":{},"384":{},"385":{},"386":{},"387":{},"388":{},"389":{},"390":{},"391":{}}}],["resourcerequirement_class",{"_index":114,"name":{"213":{}},"parent":{"214":{}}}],["resourcerequirementproperties",{"_index":196,"name":{"559":{}},"parent":{"560":{},"561":{},"562":{},"563":{},"564":{},"565":{},"566":{},"567":{},"568":{},"569":{}}}],["run",{"_index":205,"name":{"596":{},"783":{}},"parent":{}}],["save",{"_index":29,"name":{"33":{},"71":{},"98":{},"116":{},"155":{},"225":{},"248":{},"268":{},"281":{},"305":{},"318":{},"327":{},"352":{},"390":{},"404":{},"419":{},"453":{},"482":{},"496":{},"527":{},"536":{},"545":{},"557":{},"632":{},"650":{},"673":{},"708":{},"722":{},"744":{},"769":{},"787":{},"800":{},"815":{},"823":{},"845":{},"853":{},"875":{},"904":{},"929":{},"947":{},"957":{},"999":{},"1020":{},"1066":{},"1080":{},"1091":{},"1111":{},"1134":{},"1154":{},"1167":{},"1201":{},"1216":{},"1226":{},"1240":{},"1257":{},"1281":{},"1301":{},"1322":{},"1353":{},"1366":{},"1381":{}},"parent":{}}],["scatter",{"_index":207,"name":{"598":{},"785":{}},"parent":{}}],["scatterfeaturerequirement",{"_index":200,"name":{"580":{},"1195":{}},"parent":{"1196":{},"1197":{},"1198":{},"1199":{},"1200":{},"1201":{},"1202":{}}}],["scatterfeaturerequirement_class",{"_index":199,"name":{"579":{}},"parent":{"580":{}}}],["scatterfeaturerequirementproperties",{"_index":294,"name":{"1140":{}},"parent":{"1141":{},"1142":{}}}],["scattermethod",{"_index":127,"name":{"283":{},"599":{},"786":{}},"parent":{"284":{},"285":{},"286":{}}}],["schemadefrequirement",{"_index":173,"name":{"397":{},"1294":{}},"parent":{"398":{},"399":{},"400":{},"401":{},"402":{},"403":{},"404":{},"405":{}}}],["schemadefrequirement_class",{"_index":310,"name":{"1293":{}},"parent":{"1294":{}}}],["schemadefrequirementproperties",{"_index":295,"name":{"1143":{}},"parent":{"1144":{},"1145":{},"1146":{}}}],["secondaryfiles",{"_index":62,"name":{"90":{},"122":{},"152":{},"161":{},"210":{},"254":{},"431":{},"447":{},"477":{},"491":{},"584":{},"694":{},"811":{},"864":{},"881":{},"938":{},"977":{},"1011":{},"1026":{},"1053":{},"1182":{},"1210":{},"1237":{},"1249":{},"1261":{},"1276":{},"1289":{},"1328":{}},"parent":{}}],["secondaryfileschema",{"_index":143,"name":{"320":{}},"parent":{"321":{},"322":{},"323":{},"324":{},"325":{},"326":{},"327":{},"328":{}}}],["secondaryfileschemaproperties",{"_index":238,"name":{"750":{}},"parent":{"751":{},"752":{},"753":{}}}],["separate",{"_index":155,"name":{"348":{},"1174":{}},"parent":{}}],["shallow_listing",{"_index":287,"name":{"1115":{}},"parent":{}}],["shellcommandrequirement",{"_index":142,"name":{"312":{},"639":{}},"parent":{"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{}}}],["shellcommandrequirement_class",{"_index":216,"name":{"638":{}},"parent":{"639":{}}}],["shellcommandrequirementproperties",{"_index":311,"name":{"1303":{}},"parent":{"1304":{},"1305":{}}}],["shellquote",{"_index":157,"name":{"351":{},"1177":{}},"parent":{}}],["simplify",{"_index":9,"name":{"9":{}},"parent":{}}],["sinkproperties",{"_index":117,"name":{"227":{}},"parent":{"228":{},"229":{},"230":{}}}],["size",{"_index":92,"name":{"151":{},"209":{}},"parent":{}}],["softwarepackage",{"_index":133,"name":{"297":{}},"parent":{"298":{},"299":{},"300":{},"301":{},"302":{},"303":{},"304":{},"305":{},"306":{}}}],["softwarepackageproperties",{"_index":208,"name":{"600":{}},"parent":{"601":{},"602":{},"603":{},"604":{}}}],["softwarerequirement",{"_index":56,"name":{"64":{},"411":{}},"parent":{"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"71":{},"72":{}}}],["softwarerequirement_class",{"_index":177,"name":{"410":{}},"parent":{"411":{}}}],["softwarerequirementproperties",{"_index":239,"name":{"754":{}},"parent":{"755":{},"756":{},"757":{}}}],["source",{"_index":70,"name":{"108":{},"228":{},"357":{}},"parent":{}}],["specs",{"_index":136,"name":{"304":{},"604":{}},"parent":{}}],["stderr",{"_index":103,"name":{"181":{},"408":{},"409":{},"522":{}},"parent":{"409":{}}}],["stdin",{"_index":68,"name":{"100":{},"101":{},"180":{},"521":{}},"parent":{"101":{}}}],["stdout",{"_index":104,"name":{"182":{},"523":{},"1095":{},"1096":{}},"parent":{"1096":{}}}],["stepinputexpressionrequirement",{"_index":279,"name":{"1094":{},"1295":{}},"parent":{"1296":{},"1297":{},"1298":{},"1299":{},"1300":{},"1301":{},"1302":{}}}],["stepinputexpressionrequirement_class",{"_index":278,"name":{"1093":{}},"parent":{"1094":{}}}],["stepinputexpressionrequirementproperties",{"_index":264,"name":{"1001":{}},"parent":{"1002":{},"1003":{}}}],["steps",{"_index":210,"name":{"617":{},"998":{}},"parent":{}}],["streamable",{"_index":63,"name":{"91":{},"123":{},"162":{},"255":{},"432":{},"448":{},"478":{},"492":{},"585":{},"695":{},"812":{},"865":{},"882":{},"939":{},"978":{},"1012":{},"1027":{},"1054":{},"1183":{},"1211":{},"1238":{},"1250":{},"1262":{},"1277":{},"1290":{},"1329":{}},"parent":{}}],["string",{"_index":236,"name":{"733":{}},"parent":{}}],["subworkflowfeaturerequirement",{"_index":249,"name":{"826":{},"951":{}},"parent":{"952":{},"953":{},"954":{},"955":{},"956":{},"957":{},"958":{}}}],["subworkflowfeaturerequirement_class",{"_index":248,"name":{"825":{}},"parent":{"826":{}}}],["subworkflowfeaturerequirementproperties",{"_index":58,"name":{"73":{}},"parent":{"74":{},"75":{}}}],["successcodes",{"_index":105,"name":{"183":{},"524":{}},"parent":{}}],["summary",{"_index":10,"name":{"10":{}},"parent":{}}],["symbols",{"_index":28,"name":{"31":{},"195":{},"628":{},"646":{},"760":{},"840":{},"1062":{},"1120":{},"1190":{},"1339":{}},"parent":{}}],["temporaryfailcodes",{"_index":106,"name":{"184":{},"525":{}},"parent":{}}],["the_only_non_null",{"_index":150,"name":{"338":{}},"parent":{}}],["timelimit",{"_index":257,"name":{"903":{},"909":{}},"parent":{}}],["tmpdirmax",{"_index":167,"name":{"387":{},"567":{}},"parent":{}}],["tmpdirmin",{"_index":166,"name":{"386":{},"566":{}},"parent":{}}],["tooltimelimit",{"_index":14,"name":{"14":{},"897":{}},"parent":{"898":{},"899":{},"900":{},"901":{},"902":{},"903":{},"904":{},"905":{}}}],["tooltimelimit_class",{"_index":13,"name":{"13":{}},"parent":{"14":{}}}],["tooltimelimitproperties",{"_index":258,"name":{"906":{}},"parent":{"907":{},"908":{},"909":{}}}],["tostring",{"_index":12,"name":{"12":{}},"parent":{}}],["type",{"_index":24,"name":{"25":{},"32":{},"39":{},"80":{},"97":{},"126":{},"165":{},"196":{},"222":{},"237":{},"261":{},"277":{},"294":{},"369":{},"445":{},"458":{},"463":{},"481":{},"495":{},"554":{},"576":{},"629":{},"647":{},"669":{},"705":{},"719":{},"749":{},"761":{},"809":{},"841":{},"862":{},"888":{},"894":{},"945":{},"975":{},"1018":{},"1033":{},"1051":{},"1063":{},"1090":{},"1108":{},"1121":{},"1131":{},"1166":{},"1186":{},"1191":{},"1214":{},"1235":{},"1256":{},"1274":{},"1287":{},"1335":{},"1340":{},"1352":{}},"parent":{}}],["types",{"_index":174,"name":{"403":{},"1146":{}},"parent":{}}],["v1_0",{"_index":47,"name":{"55":{}},"parent":{}}],["v1_0_dev4",{"_index":46,"name":{"54":{}},"parent":{}}],["v1_1",{"_index":49,"name":{"57":{}},"parent":{}}],["v1_1_0_dev1",{"_index":48,"name":{"56":{}},"parent":{}}],["v1_2",{"_index":55,"name":{"63":{}},"parent":{}}],["v1_2_0_dev1",{"_index":50,"name":{"58":{}},"parent":{}}],["v1_2_0_dev2",{"_index":51,"name":{"59":{}},"parent":{}}],["v1_2_0_dev3",{"_index":52,"name":{"60":{}},"parent":{}}],["v1_2_0_dev4",{"_index":53,"name":{"61":{}},"parent":{}}],["v1_2_0_dev5",{"_index":54,"name":{"62":{}},"parent":{}}],["validationexception",{"_index":2,"name":{"2":{}},"parent":{"3":{},"4":{},"5":{},"6":{},"7":{},"8":{},"9":{},"10":{},"11":{},"12":{}}}],["valuefrom",{"_index":73,"name":{"115":{},"350":{},"364":{},"1176":{}},"parent":{}}],["version",{"_index":135,"name":{"303":{},"603":{}},"parent":{}}],["when",{"_index":206,"name":{"597":{},"784":{}},"parent":{}}],["withbullet",{"_index":8,"name":{"8":{}},"parent":{}}],["workflow",{"_index":109,"name":{"187":{},"983":{}},"parent":{"984":{},"985":{},"986":{},"987":{},"988":{},"989":{},"990":{},"991":{},"992":{},"993":{},"994":{},"995":{},"996":{},"997":{},"998":{},"999":{},"1000":{}}}],["workflow_class",{"_index":108,"name":{"186":{}},"parent":{"187":{}}}],["workflowinputparameter",{"_index":260,"name":{"931":{}},"parent":{"932":{},"933":{},"934":{},"935":{},"936":{},"937":{},"938":{},"939":{},"940":{},"941":{},"942":{},"943":{},"944":{},"945":{},"946":{},"947":{},"948":{}}}],["workflowinputparameterproperties",{"_index":266,"name":{"1022":{}},"parent":{"1023":{},"1024":{},"1025":{},"1026":{},"1027":{},"1028":{},"1029":{},"1030":{},"1031":{},"1032":{},"1033":{},"1034":{}}}],["workflowoutputparameter",{"_index":304,"name":{"1242":{}},"parent":{"1243":{},"1244":{},"1245":{},"1246":{},"1247":{},"1248":{},"1249":{},"1250":{},"1251":{},"1252":{},"1253":{},"1254":{},"1255":{},"1256":{},"1257":{},"1258":{}}}],["workflowoutputparameterproperties",{"_index":313,"name":{"1324":{}},"parent":{"1325":{},"1326":{},"1327":{},"1328":{},"1329":{},"1330":{},"1331":{},"1332":{},"1333":{},"1334":{},"1335":{}}}],["workflowproperties",{"_index":209,"name":{"605":{}},"parent":{"606":{},"607":{},"608":{},"609":{},"610":{},"611":{},"612":{},"613":{},"614":{},"615":{},"616":{},"617":{}}}],["workflowstep",{"_index":242,"name":{"771":{}},"parent":{"772":{},"773":{},"774":{},"775":{},"776":{},"777":{},"778":{},"779":{},"780":{},"781":{},"782":{},"783":{},"784":{},"785":{},"786":{},"787":{},"788":{}}}],["workflowstepinput",{"_index":69,"name":{"102":{}},"parent":{"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{},"113":{},"114":{},"115":{},"116":{},"117":{}}}],["workflowstepinputproperties",{"_index":158,"name":{"354":{}},"parent":{"355":{},"356":{},"357":{},"358":{},"359":{},"360":{},"361":{},"362":{},"363":{},"364":{}}}],["workflowstepoutput",{"_index":252,"name":{"847":{}},"parent":{"848":{},"849":{},"850":{},"851":{},"852":{},"853":{},"854":{}}}],["workflowstepoutputproperties",{"_index":147,"name":{"333":{}},"parent":{"334":{},"335":{}}}],["workflowstepproperties",{"_index":202,"name":{"587":{}},"parent":{"588":{},"589":{},"590":{},"591":{},"592":{},"593":{},"594":{},"595":{},"596":{},"597":{},"598":{},"599":{}}}],["workreuse",{"_index":16,"name":{"16":{},"412":{}},"parent":{"413":{},"414":{},"415":{},"416":{},"417":{},"418":{},"419":{},"420":{}}}],["workreuse_class",{"_index":15,"name":{"15":{}},"parent":{"16":{}}}],["workreuseproperties",{"_index":296,"name":{"1156":{}},"parent":{"1157":{},"1158":{},"1159":{}}}],["writable",{"_index":193,"name":{"502":{},"1225":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 0000000..28f90b6 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1388 @@ +@import url("./icons.css"); + +:root { + /* Light */ + --light-color-background: #fcfcfc; + --light-color-secondary-background: #fff; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-menu-divider: #eee; + --light-color-menu-divider-focus: #000; + --light-color-menu-label: #707070; + --light-color-panel: var(--light-color-secondary-background); + --light-color-panel-divider: #eee; + --light-color-comment-tag: #707070; + --light-color-comment-tag-text: #fff; + --light-color-ts: #9600ff; + --light-color-ts-interface: #647f1b; + --light-color-ts-enum: #937210; + --light-color-ts-class: #0672de; + --light-color-ts-private: #707070; + --light-color-toolbar: #fff; + --light-color-toolbar-text: #333; + --light-icon-filter: invert(0); + --light-external-icon: url("data:image/svg+xml;utf8,"); + + /* Dark */ + --dark-color-background: #36393f; + --dark-color-secondary-background: #2f3136; + --dark-color-text: #ffffff; + --dark-color-text-aside: #e6e4e4; + --dark-color-link: #00aff4; + --dark-color-menu-divider: #eee; + --dark-color-menu-divider-focus: #000; + --dark-color-menu-label: #707070; + --dark-color-panel: var(--dark-color-secondary-background); + --dark-color-panel-divider: #818181; + --dark-color-comment-tag: #dcddde; + --dark-color-comment-tag-text: #2f3136; + --dark-color-ts: #c97dff; + --dark-color-ts-interface: #9cbe3c; + --dark-color-ts-enum: #d6ab29; + --dark-color-ts-class: #3695f3; + --dark-color-ts-private: #e2e2e2; + --dark-color-toolbar: #34373c; + --dark-color-toolbar-text: #ffffff; + --dark-icon-filter: invert(1); + --dark-external-icon: url("data:image/svg+xml;utf8,"); +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); + } +} + +body { + margin: 0; +} + +body.light { + --color-background: var(--light-color-background); + --color-secondary-background: var(--light-color-secondary-background); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-menu-divider: var(--light-color-menu-divider); + --color-menu-divider-focus: var(--light-color-menu-divider-focus); + --color-menu-label: var(--light-color-menu-label); + --color-panel: var(--light-color-panel); + --color-panel-divider: var(--light-color-panel-divider); + --color-comment-tag: var(--light-color-comment-tag); + --color-comment-tag-text: var(--light-color-comment-tag-text); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-private: var(--light-color-ts-private); + --color-toolbar: var(--light-color-toolbar); + --color-toolbar-text: var(--light-color-toolbar-text); + --icon-filter: var(--light-icon-filter); + --external-icon: var(--light-external-icon); +} + +body.dark { + --color-background: var(--dark-color-background); + --color-secondary-background: var(--dark-color-secondary-background); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-menu-divider: var(--dark-color-menu-divider); + --color-menu-divider-focus: var(--dark-color-menu-divider-focus); + --color-menu-label: var(--dark-color-menu-label); + --color-panel: var(--dark-color-panel); + --color-panel-divider: var(--dark-color-panel-divider); + --color-comment-tag: var(--dark-color-comment-tag); + --color-comment-tag-text: var(--dark-color-comment-tag-text); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-private: var(--dark-color-ts-private); + --color-toolbar: var(--dark-color-toolbar); + --color-toolbar-text: var(--dark-color-toolbar-text); + --icon-filter: var(--dark-icon-filter); + --external-icon: var(--dark-external-icon); +} + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +h2 { + font-size: 1.5em; + margin: 0.83em 0; +} + +h3 { + font-size: 1.17em; + margin: 1em 0; +} + +h4, +.tsd-index-panel h3 { + font-size: 1em; + margin: 1.33em 0; +} + +h5 { + font-size: 0.83em; + margin: 1.67em 0; +} + +h6 { + font-size: 0.67em; + margin: 2.33em 0; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1200px; + margin: 0 auto; + padding: 0 40px; +} +@media (max-width: 640px) { + .container { + padding: 0 20px; + } +} + +.container-main { + padding-bottom: 200px; +} + +.row { + display: flex; + position: relative; + margin: 0 -10px; +} +.row:after { + visibility: hidden; + display: block; + content: ""; + clear: both; + height: 0; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 0 10px; +} + +.col-4 { + width: 33.3333333333%; +} +.col-8 { + width: 66.6666666667%; +} + +ul.tsd-descriptions > li > :first-child, +.tsd-panel > :first-child, +.col-8 > :first-child, +.col-4 > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child, +.tsd-panel > :first-child > :first-child, +.col-8 > :first-child > :first-child, +.col-4 > :first-child > :first-child, +ul.tsd-descriptions > li > :first-child > :first-child > :first-child, +.tsd-panel > :first-child > :first-child > :first-child, +.col-8 > :first-child > :first-child > :first-child, +.col-4 > :first-child > :first-child > :first-child { + margin-top: 0; +} +ul.tsd-descriptions > li > :last-child, +.tsd-panel > :last-child, +.col-8 > :last-child, +.col-4 > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child, +.tsd-panel > :last-child > :last-child, +.col-8 > :last-child > :last-child, +.col-4 > :last-child > :last-child, +ul.tsd-descriptions > li > :last-child > :last-child > :last-child, +.tsd-panel > :last-child > :last-child > :last-child, +.col-8 > :last-child > :last-child > :last-child, +.col-4 > :last-child > :last-child > :last-child { + margin-bottom: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 14px; +} + +pre { + padding: 10px; +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (min-width: 901px) and (max-width: 1024px) { + html .col-content { + width: 72%; + } + html .col-menu { + width: 28%; + } + html .tsd-navigation { + padding-left: 10px; + } +} +@media (max-width: 900px) { + html .col-content { + float: none; + width: 100%; + } + html .col-menu { + position: fixed !important; + overflow: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + width: 100%; + padding: 20px 20px 0 0; + max-width: 450px; + visibility: hidden; + background-color: var(--color-panel); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + grid-template-rows: auto 1fr; + max-height: 100vh; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-page-title { + padding: 70px 0 20px 0; + margin: 0 0 40px 0; + background: var(--color-panel); + box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); +} +.tsd-page-title h1 { + margin: 0; +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +dl.tsd-comment-tags { + overflow: hidden; +} +dl.tsd-comment-tags dt { + float: left; + padding: 1px 5px; + margin: 0 10px 0 0; + border-radius: 4px; + border: 1px solid var(--color-comment-tag); + color: var(--color-comment-tag); + font-size: 0.8em; + font-weight: normal; +} +dl.tsd-comment-tags dd { + margin: 0 0 10px 0; +} +dl.tsd-comment-tags dd:before, +dl.tsd-comment-tags dd:after { + display: table; + content: " "; +} +dl.tsd-comment-tags dd pre, +dl.tsd-comment-tags dd:after { + clear: both; +} +dl.tsd-comment-tags p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.toggle-protected .tsd-is-private { + display: none; +} + +.toggle-public .tsd-is-private, +.toggle-public .tsd-is-protected, +.toggle-public .tsd-is-private-protected { + display: none; +} + +.toggle-inherited .tsd-is-inherited { + display: none; +} + +.toggle-externals .tsd-is-external { + display: none; +} + +#tsd-filter { + position: relative; + display: inline-block; + height: 40px; + vertical-align: bottom; +} +.no-filter #tsd-filter { + display: none; +} +#tsd-filter .tsd-filter-group { + display: inline-block; + height: 40px; + vertical-align: bottom; + white-space: nowrap; +} +#tsd-filter input { + display: none; +} +@media (max-width: 900px) { + #tsd-filter .tsd-filter-group { + display: block; + position: absolute; + top: 40px; + right: 20px; + height: auto; + background-color: var(--color-panel); + visibility: hidden; + transform: translate(50%, 0); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + } + .has-options #tsd-filter .tsd-filter-group { + visibility: visible; + } + .to-has-options #tsd-filter .tsd-filter-group { + animation: fade-in 0.2s; + } + .from-has-options #tsd-filter .tsd-filter-group { + animation: fade-out 0.2s; + } + #tsd-filter label, + #tsd-filter .tsd-select { + display: block; + padding-right: 20px; + } +} + +footer { + border-top: 1px solid var(--color-panel-divider); + background-color: var(--color-panel); +} +footer:after { + content: ""; + display: table; +} +footer.with-border-bottom { + border-bottom: 1px solid var(--color-panel-divider); +} +footer .tsd-legend-group { + font-size: 0; +} +footer .tsd-legend { + display: inline-block; + width: 25%; + padding: 0; + font-size: 16px; + list-style: none; + line-height: 1.333em; + vertical-align: top; +} +@media (max-width: 900px) { + footer .tsd-legend { + width: 50%; + } +} + +.tsd-hierarchy { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-index-panel .tsd-index-content { + margin-bottom: -30px !important; +} +.tsd-index-panel .tsd-index-section { + margin-bottom: 30px !important; +} +.tsd-index-panel h3 { + margin: 0 -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 3; + -moz-column-count: 3; + -ms-column-count: 3; + -o-column-count: 3; + column-count: 3; + -webkit-column-gap: 20px; + -moz-column-gap: 20px; + -ms-column-gap: 20px; + -o-column-gap: 20px; + column-gap: 20px; + padding: 0; + list-style: none; + line-height: 1.333em; +} +@media (max-width: 900px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 1; + -moz-column-count: 1; + -ms-column-count: 1; + -o-column-count: 1; + column-count: 1; + } +} +@media (min-width: 901px) and (max-width: 1024px) { + .tsd-index-panel ul.tsd-index-list { + -webkit-column-count: 2; + -moz-column-count: 2; + -ms-column-count: 2; + -o-column-count: 2; + column-count: 2; + } +} +.tsd-index-panel ul.tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel .tsd-parent-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-parent-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-parent-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-parent-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-kind-module a { + color: var(--color-ts); +} +.tsd-index-panel .tsd-kind-interface a { + color: var(--color-ts-interface); +} +.tsd-index-panel .tsd-kind-enum a { + color: var(--color-ts-enum); +} +.tsd-index-panel .tsd-kind-class a { + color: var(--color-ts-class); +} +.tsd-index-panel .tsd-is-private a { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 1px 5px; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 14px; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation { + margin: 0 0 0 40px; +} +.tsd-navigation a { + display: block; + padding-top: 2px; + padding-bottom: 2px; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary { + padding-bottom: 40px; +} +.tsd-navigation.primary a { + display: block; + padding-top: 6px; + padding-bottom: 6px; +} +.tsd-navigation.primary ul li a { + padding-left: 5px; +} +.tsd-navigation.primary ul li li a { + padding-left: 25px; +} +.tsd-navigation.primary ul li li li a { + padding-left: 45px; +} +.tsd-navigation.primary ul li li li li a { + padding-left: 65px; +} +.tsd-navigation.primary ul li li li li li a { + padding-left: 85px; +} +.tsd-navigation.primary ul li li li li li li a { + padding-left: 105px; +} +.tsd-navigation.primary > ul { + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li { + border-top: 1px solid var(--color-panel-divider); +} +.tsd-navigation.primary li.current > a { + font-weight: bold; +} +.tsd-navigation.primary li.label span { + display: block; + padding: 20px 0 6px 5px; + color: var(--color-menu-label); +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary { + max-height: calc(100vh - 1rem - 40px); + overflow: auto; + position: sticky; + top: calc(0.5rem + 40px); + transition: 0.3s; +} +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary ul { + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 25px; +} +.tsd-navigation.secondary ul li li a { + padding-left: 45px; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 65px; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 85px; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 105px; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 125px; +} +.tsd-navigation.secondary ul.current a { + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.focus > a, +.tsd-navigation.secondary ul.current li.focus > a { + border-left-color: var(--color-menu-divider-focus); +} +.tsd-navigation.secondary li.current { + margin-top: 20px; + margin-bottom: 20px; + border-left-color: var(--color-panel-divider); +} +.tsd-navigation.secondary li.current > a { + font-weight: bold; +} + +@media (min-width: 901px) { + .menu-sticky-wrap { + position: static; + } +} + +.tsd-panel { + margin: 20px 0; + padding: 20px; + background-color: var(--color-panel); + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5em -20px 10px -20px; + padding: 0 20px 10px 20px; + border-bottom: 1px solid var(--color-panel-divider); +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: 0; +} +.tsd-panel table { + display: block; + width: 100%; + overflow: auto; + margin-top: 10px; + word-break: normal; + word-break: keep-all; + border-collapse: collapse; +} +.tsd-panel table th { + font-weight: bold; +} +.tsd-panel table th, +.tsd-panel table td { + padding: 6px 13px; + border: 1px solid var(--color-panel-divider); +} +.tsd-panel table tr { + background: var(--color-background); +} +.tsd-panel table tr:nth-child(even) { + background: var(--color-secondary-background); +} + +.tsd-panel-group { + margin: 60px 0; +} +.tsd-panel-group > h1, +.tsd-panel-group > h2, +.tsd-panel-group > h3 { + padding-left: 20px; + padding-right: 20px; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 40px; + height: 40px; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-panel); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-panel-divider); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-panel-divider); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1em 0; + padding: 10px; + border: 1px solid var(--color-panel-divider); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} +.tsd-signature.tsd-kind-icon { + padding-left: 30px; +} +.tsd-signature.tsd-kind-icon:before { + top: 10px; + left: 10px; +} +.tsd-panel > .tsd-signature { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signature.tsd-kind-icon:before { + left: 20px; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + border: 1px solid var(--color-panel-divider); +} +.tsd-signatures .tsd-signature { + margin: 0; + border-width: 1px 0 0 0; + transition: background-color 0.1s; +} +.tsd-signatures .tsd-signature:first-child { + border-top-width: 0; +} +.tsd-signatures .tsd-signature.current { + background-color: var(--color-panel-divider); +} +.tsd-signatures.active > .tsd-signature { + cursor: pointer; +} +.tsd-panel > .tsd-signatures { + margin-left: -20px; + margin-right: -20px; + border-width: 1px 0; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { + padding-left: 40px; +} +.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { + left: 20px; +} +.tsd-panel > a.anchor + .tsd-signatures { + border-top-width: 0; + margin-top: -20px; +} + +ul.tsd-descriptions { + position: relative; + overflow: hidden; + padding: 0; + list-style: none; +} +ul.tsd-descriptions.active > .tsd-description { + display: none; +} +ul.tsd-descriptions.active > .tsd-description.current { + display: block; +} +ul.tsd-descriptions.active > .tsd-description.fade-in { + animation: fade-in-delayed 0.3s; +} +ul.tsd-descriptions.active > .tsd-description.fade-out { + animation: fade-out-delayed 0.3s; + position: absolute; + display: block; + top: 0; + left: 0; + right: 0; + opacity: 0; + visibility: hidden; +} +ul.tsd-descriptions h4, +ul.tsd-descriptions .tsd-index-panel h3, +.tsd-index-panel ul.tsd-descriptions h3 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} + +ul.tsd-parameters, +ul.tsd-type-parameters { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameters > li.tsd-parameter-signature, +ul.tsd-type-parameters > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameters h5, +ul.tsd-type-parameters h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +ul.tsd-parameters .tsd-comment, +ul.tsd-type-parameters .tsd-comment { + margin-top: -0.5em; +} + +.tsd-sources { + font-size: 14px; + color: var(--color-text-aside); + margin: 0 0 1em 0; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul, +.tsd-sources p { + margin: 0 !important; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + height: 40px; + color: var(--color-toolbar-text); + background: var(--color-toolbar); + border-bottom: 1px solid var(--color-panel-divider); + transition: transform 0.3s linear; +} +.tsd-page-toolbar a { + color: var(--color-toolbar-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .table-wrap { + display: table; + width: 100%; + height: 40px; +} +.tsd-page-toolbar .table-cell { + display: table-cell; + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-select .tsd-select-list li:before, +.tsd-select .tsd-select-label:before, +.tsd-widget:before { + content: ""; + display: inline-block; + width: 40px; + height: 40px; + margin: 0 -8px 0 0; + background-image: url(./widgets.png); + background-repeat: no-repeat; + text-indent: -1024px; + vertical-align: bottom; + filter: var(--icon-filter); +} +@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { + .tsd-select .tsd-select-list li:before, + .tsd-select .tsd-select-label:before, + .tsd-widget:before { + background-image: url(./widgets@2x.png); + background-size: 320px 40px; + } +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-panel-divider); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} +.tsd-widget.search:before { + background-position: 0 0; +} +.tsd-widget.menu:before { + background-position: -40px 0; +} +.tsd-widget.options:before { + background-position: -80px 0; +} +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 900px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +.tsd-select { + position: relative; + display: inline-block; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-select .tsd-select-label { + opacity: 0.6; + transition: opacity 0.2s; +} +.tsd-select .tsd-select-label:before { + background-position: -240px 0; +} +.tsd-select.active .tsd-select-label { + opacity: 0.8; +} +.tsd-select.active .tsd-select-list { + visibility: visible; + opacity: 1; + transition-delay: 0s; +} +.tsd-select .tsd-select-list { + position: absolute; + visibility: hidden; + top: 40px; + left: 0; + margin: 0; + padding: 0; + opacity: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); + transition: visibility 0s 0.2s, opacity 0.2s; +} +.tsd-select .tsd-select-list li { + padding: 0 20px 0 0; + background-color: var(--color-background); +} +.tsd-select .tsd-select-list li:before { + background-position: 40px 0; +} +.tsd-select .tsd-select-list li:nth-child(even) { + background-color: var(--color-panel); +} +.tsd-select .tsd-select-list li:hover { + background-color: var(--color-panel-divider); +} +.tsd-select .tsd-select-list li.selected:before { + background-position: -200px 0; +} +@media (max-width: 900px) { + .tsd-select .tsd-select-list { + top: 0; + left: auto; + right: 100%; + margin-right: -5px; + } + .tsd-select .tsd-select-label:before { + background-position: -280px 0; + } +} + +img { + max-width: 100%; +} diff --git a/docs/assets/widgets.png b/docs/assets/widgets.png new file mode 100644 index 0000000000000000000000000000000000000000..c7380532ac1b45400620011c37c4dcb7aec27a4c GIT binary patch literal 480 zcmeAS@N?(olHy`uVBq!ia0y~yU~~YoH8@y+q^jrZML>b&o-U3d6^w6h1+IPUz|;DW zIZ;96kdsD>Qv^q=09&hp0GpEni<1IR%gvP3v%OR9*{MuRTKWHZyIbuBt)Ci`cU_&% z1T+i^Y)o{%281-<3TpPAUTzw5v;RY=>1rvxmPl96#kYc9hX!6V^nB|ad#(S+)}?8C zr_H+lT3B#So$T=?$(w3-{rbQ4R<@nsf$}$hwSO)A$8&`(j+wQf=Jwhb0`CvhR5DCf z^OgI)KQemrUFPH+UynC$Y~QHG%DbTVh-Skz{enNU)cV_hPu~{TD7TPZl>0&K>iuE| z7AYn$7)Jrb9GE&SfQW4q&G*@N|4cHI`VakFa5-C!ov&XD)J(qp$rJJ*9e z-sHv}#g*T7Cv048d1v~BEAzM5FztAse#q78WWC^BUCzQ U&wLp6h6BX&boFyt=akR{0G%$)mH+?% literal 0 HcmV?d00001 diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png new file mode 100644 index 0000000000000000000000000000000000000000..4bbbd57272f3b28f47527d4951ad10f950b8ad43 GIT binary patch literal 855 zcmeAS@N?(olHy`uVBq!ia0y~yU}^xe12~w0Jcmn z@(X6T|9^jgLcx21{)7exgY)a>N6m2F0<`Rqr;B4q1>>88jUdw-7W`c)zLE*mq8W2H z-<&Jl_Hco5BuC5n@AbF5GD82~-e8-v=#zCyUX0F-o}8pPfAv`!GN$ff+TL<~@kgt} z62eO?_|&+>xBmM$@p|z`tIKEdpPf8%qI>4r7@jn<=eta*{3~?g(zz{Ke9zc-G^gr? z-7foa?LcS!hmbwzru}ICvbWLlW8;+l-}!^=c32!^nV`+`C*;0-*Y%l94pC;Cb3GXz zzSf%a!{gVr{Y_lVuUj+a)*Ca+!-Hu%xmP&&X-2CuANY8^i{D7Kg6qzP zXz_ps9+lN8ESH{K4`yu&b~I>N9xGlE&;2u*b?+Go!AhN?m-bxlLvtC#MzDF2kFzfHJ1W7ybqdefSqVhbOykd*Yi%EDuhs z4wF{ft^bv2+DDnKb8gj1FuvcV`M}luS>lO<^)8x>y1#R;a=-ZKwWTQQb)ioBbi;zh zD!f5V)8581to1LL7c9!l^PSC$NBPYif!_vAZhmL4)v4U)4UsrLYiH_9rmQDd?)(e5 z^pcH>qvBg*i0dus2r*mp4;zKvu=P#s-ti;2obl`NjjwoYd>e(oo#j_uyRb<7Pv^If zzZ|mGHmV)8^tbO%^>eqMw(@7(&3g{jEp-Najo7V75xI_ZHK*FA`elF{r5}E*d7+j_R literal 0 HcmV?d00001 diff --git a/docs/classes/ArraySchema.html b/docs/classes/ArraySchema.html new file mode 100644 index 0000000..ac6d00c --- /dev/null +++ b/docs/classes/ArraySchema.html @@ -0,0 +1,20 @@ +ArraySchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArraySchema

+

Auto-generated class implementation for https://w3id.org/cwl/salad#ArraySchema

+

Hierarchy

  • Saveable
    • ArraySchema

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

items

items: string | RecordSchema | EnumSchema | ArraySchema | (string | RecordSchema | EnumSchema | ArraySchema)[]
+

Defines the type of the array elements.

+

loadingOptions

loadingOptions: LoadingOptions

type

type: ARRAY
+

Must be array

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandInputArraySchema.html b/docs/classes/CommandInputArraySchema.html new file mode 100644 index 0000000..65398f6 --- /dev/null +++ b/docs/classes/CommandInputArraySchema.html @@ -0,0 +1,28 @@ +CommandInputArraySchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandInputArraySchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandInputArraySchema

+

Hierarchy

  • Saveable
    • CommandInputArraySchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandInputEnumSchema.html b/docs/classes/CommandInputEnumSchema.html new file mode 100644 index 0000000..7fe240d --- /dev/null +++ b/docs/classes/CommandInputEnumSchema.html @@ -0,0 +1,28 @@ +CommandInputEnumSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandInputEnumSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandInputEnumSchema

+

Hierarchy

  • Saveable
    • CommandInputEnumSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandInputParameter.html b/docs/classes/CommandInputParameter.html new file mode 100644 index 0000000..6660c80 --- /dev/null +++ b/docs/classes/CommandInputParameter.html @@ -0,0 +1,102 @@ +CommandInputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandInputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandInputParameter

+

An input parameter for a CommandLineTool.

+

Hierarchy

  • Saveable
    • CommandInputParameter

Implements

Index

Constructors

constructor

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turns the input parameters of a process into +command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandInputRecordField.html b/docs/classes/CommandInputRecordField.html new file mode 100644 index 0000000..cb40acd --- /dev/null +++ b/docs/classes/CommandInputRecordField.html @@ -0,0 +1,95 @@ +CommandInputRecordField | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandInputRecordField

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandInputRecordField

+

Hierarchy

  • Saveable
    • CommandInputRecordField

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

name

name: string
+

The name of the field

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandInputRecordSchema.html b/docs/classes/CommandInputRecordSchema.html new file mode 100644 index 0000000..5eed66d --- /dev/null +++ b/docs/classes/CommandInputRecordSchema.html @@ -0,0 +1,28 @@ +CommandInputRecordSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandInputRecordSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandInputRecordSchema

+

Hierarchy

  • Saveable
    • CommandInputRecordSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

+

Defines the fields of the record.

+

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandLineBindable.html b/docs/classes/CommandLineBindable.html new file mode 100644 index 0000000..3f6bb31 --- /dev/null +++ b/docs/classes/CommandLineBindable.html @@ -0,0 +1,18 @@ +CommandLineBindable | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandLineBindable

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandLineBindable

+

Hierarchy

  • Saveable
    • CommandLineBindable

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandLineBinding.html b/docs/classes/CommandLineBinding.html new file mode 100644 index 0000000..8ddb548 --- /dev/null +++ b/docs/classes/CommandLineBinding.html @@ -0,0 +1,92 @@ +CommandLineBinding | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandLineBinding

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandLineBinding

+

When listed under inputBinding in the input schema, the term +"value" refers to the the corresponding value in the input object. For +binding objects listed in CommandLineTool.arguments, the term "value" +refers to the effective value after evaluating valueFrom.

+

The binding behavior when building the command line depends on the data +type of the value. If there is a mismatch between the type described by +the input schema and the effective value, such as resulting from an +expression evaluation, an implementation must use the data type of the +effective value.

+
    +
  • string: Add prefix and the string to the command line.

    +
  • +
  • number: Add prefix and decimal representation to command line.

    +
  • +
  • boolean: If true, add prefix to the command line. If false, add + nothing.

    +
  • +
  • File: Add prefix and the value of +File.path to the command line.

    +
  • +
  • Directory: Add prefix and the value of +Directory.path to the command line.

    +
  • +
  • array: If itemSeparator is specified, add prefix and the join + the array into a single string with itemSeparator separating the + items. Otherwise first add prefix, then recursively process + individual elements. + If the array is empty, it does not add anything to command line.

    +
  • +
  • object: Add prefix only, and recursively add object fields for + which inputBinding is specified.

    +
  • +
  • null: Add nothing.

    +
  • +
+

Hierarchy

  • Saveable
    • CommandLineBinding

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional itemSeparator

itemSeparator?: string
+

Join the array elements into a single string with the elements +separated by by itemSeparator.

+

Optional loadContents

loadContents?: boolean
+

Use of loadContents in InputBinding is deprecated. +Preserved for v1.0 backwards compatability. Will be removed in +CWL v2.0. Use InputParameter.loadContents instead.

+

loadingOptions

loadingOptions: LoadingOptions

Optional position

position?: string | number
+

The sorting key. Default position is 0. If a CWL Parameter Reference +or CWL Expression is used and if the +inputBinding is associated with an input parameter, then the value of +self will be the value of the input parameter. Input parameter +defaults (as specified by the InputParameter.default field) must be +applied before evaluating the expression. Expressions must return a +single value of type int or a null.

+

Optional prefix

prefix?: string
+

Command line prefix to add before the value.

+

Optional separate

separate?: boolean
+

If true (default), then the prefix and value must be added as separate +command line arguments; if false, prefix and value must be concatenated +into a single command line argument.

+

Optional shellQuote

shellQuote?: boolean
+

If ShellCommandRequirement is in the requirements for the current command, +this controls whether the value is quoted on the command line (default is true). +Use shellQuote: false to inject metacharacters for operations such as pipes.

+

If shellQuote is true or not provided, the implementation must not +permit interpretation of any shell metacharacters or directives.

+

Optional valueFrom

valueFrom?: string
+

If valueFrom is a constant string value, use this as the value and +apply the binding rules above.

+

If valueFrom is an expression, evaluate the expression to yield the +actual value to use to build the command line and apply the binding +rules above. If the inputBinding is associated with an input +parameter, the value of self in the expression will be the value of +the input parameter. Input parameter defaults (as specified by the +InputParameter.default field) must be applied before evaluating the +expression.

+

If the value of the associated input parameter is null, valueFrom is +not evaluated and nothing is added to the command line.

+

When a binding is part of the CommandLineTool.arguments field, +the valueFrom field is required.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandLineTool.html b/docs/classes/CommandLineTool.html new file mode 100644 index 0000000..767c3b0 --- /dev/null +++ b/docs/classes/CommandLineTool.html @@ -0,0 +1,113 @@ +CommandLineTool | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandLineTool

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandLineTool

+

This defines the schema of the CWL Command Line Tool Description document.

+

Hierarchy

  • Saveable
    • CommandLineTool

Implements

Index

Constructors

constructor

Properties

Optional arguments_

arguments_?: (string | CommandLineBinding)[]
+

Command line bindings which are not directly associated with input +parameters. If the value is a string, it is used as a string literal +argument. If it is an Expression, the result of the evaluation is used +as an argument.

+

Optional baseCommand

baseCommand?: string | string[]
+

Specifies the program to execute. If an array, the first element of +the array is the command to execute, and subsequent elements are +mandatory command line arguments. The elements in baseCommand must +appear before any command line bindings from inputBinding or +arguments.

+

If baseCommand is not provided or is an empty array, the first +element of the command line produced after processing inputBinding or +arguments must be used as the program to execute.

+

If the program includes a path separator character it must +be an absolute path, otherwise it is an error. If the program does not +include a path separator, search the $PATH variable in the runtime +environment of the workflow runner find the absolute path of the +executable.

+

class_

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional permanentFailCodes

permanentFailCodes?: number[]
+

Exit codes that indicate the process failed due to a permanent logic error, where executing the process with the same runtime environment and same inputs is expected to always fail. +If not specified, all exit codes except 0 are considered permanent failure.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Optional stderr

stderr?: string
+

Capture the command's standard error stream to a file written to +the designated output directory.

+

If stderr is a string, it specifies the file name to use.

+

If stderr is an expression, the expression is evaluated and must +return a string with the file name to use to capture stderr. If the +return value is not a string, or the resulting path contains illegal +characters (such as the path separator /) it is an error.

+

Optional stdin

stdin?: string
+

A path to a file whose contents must be piped into the command's +standard input stream.

+

Optional stdout

stdout?: string
+

Capture the command's standard output stream to a file written to +the designated output directory.

+

If stdout is a string, it specifies the file name to use.

+

If stdout is an expression, the expression is evaluated and must +return a string with the file name to use to capture stdout. If the +return value is not a string, or the resulting path contains illegal +characters (such as the path separator /) it is an error.

+

Optional successCodes

successCodes?: number[]
+

Exit codes that indicate the process completed successfully.

+

If not specified, only exit code 0 is considered success.

+

Optional temporaryFailCodes

temporaryFailCodes?: number[]
+

Exit codes that indicate the process failed due to a possibly +temporary condition, where executing the process with the same +runtime environment and inputs may produce different results.

+

If not specified, no exit codes are considered temporary failure.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandOutputArraySchema.html b/docs/classes/CommandOutputArraySchema.html new file mode 100644 index 0000000..5b7aacc --- /dev/null +++ b/docs/classes/CommandOutputArraySchema.html @@ -0,0 +1,26 @@ +CommandOutputArraySchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOutputArraySchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandOutputArraySchema

+

Hierarchy

  • Saveable
    • CommandOutputArraySchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandOutputBinding.html b/docs/classes/CommandOutputBinding.html new file mode 100644 index 0000000..be74dd9 --- /dev/null +++ b/docs/classes/CommandOutputBinding.html @@ -0,0 +1,94 @@ +CommandOutputBinding | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOutputBinding

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandOutputBinding

+

Describes how to generate an output parameter based on the files produced +by a CommandLineTool.

+

The output parameter value is generated by applying these operations in the +following order:

+
    +
  • glob
  • +
  • loadContents
  • +
  • outputEval
  • +
  • secondaryFiles
  • +
+

Hierarchy

  • Saveable
    • CommandOutputBinding

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional glob

glob?: string | string[]
+

Find files or directories relative to the output directory, using POSIX +glob(3) pathname matching. If an array is provided, find files or +directories that match any pattern in the array. If an expression is +provided, the expression must return a string or an array of strings, +which will then be evaluated as one or more glob patterns. Must only +match and return files/directories which actually exist.

+

If the value of glob is a relative path pattern (does not +begin with a slash '/') then it is resolved relative to the +output directory. If the value of the glob is an absolute +path pattern (it does begin with a slash '/') then it must +refer to a path within the output directory. It is an error +if any glob resolves to a path outside the output directory. +Specifically this means globs that resolve to paths outside the output +directory are illegal.

+

A glob may match a path within the output directory which is +actually a symlink to another file. In this case, the +expected behavior is for the resulting File/Directory object to take the +basename (and corresponding nameroot and nameext) of the +symlink. The location of the File/Directory is implementation +dependent, but logically the File/Directory should have the same content +as the symlink target. Platforms may stage output files/directories to +cloud storage that lack the concept of a symlink. In +this case file content and directories may be duplicated, or (to avoid +duplication) the File/Directory location may refer to the symlink +target.

+

It is an error if a symlink in the output directory (or any +symlink in a chain of links) refers to any file or directory +that is not under an input or output directory.

+

Implementations may shut down a container before globbing +output, so globs and expressions must not assume access to the +container filesystem except for declared input and output.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

Optional outputEval

outputEval?: string
+

Evaluate an expression to generate the output value. If +glob was specified, the value of self must be an array +containing file objects that were matched. If no files were +matched, self must be a zero length array; if a single file +was matched, the value of self is an array of a single +element. The exit code of the process is +available in the expression as runtime.exitCode.

+

Additionally if loadContents is true, the file must be a +UTF-8 text file 64 KiB or smaller, and the implementation must +read the entire contents of the file (or file array) and place +it in the contents field of the File object for use in +outputEval. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

If a tool needs to return a large amount of structured data to +the workflow, loading the output object from cwl.output.json +bypasses outputEval and is not subject to the 64 KiB +loadContents limit.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandOutputEnumSchema.html b/docs/classes/CommandOutputEnumSchema.html new file mode 100644 index 0000000..cea5442 --- /dev/null +++ b/docs/classes/CommandOutputEnumSchema.html @@ -0,0 +1,26 @@ +CommandOutputEnumSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOutputEnumSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandOutputEnumSchema

+

Hierarchy

  • Saveable
    • CommandOutputEnumSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandOutputParameter.html b/docs/classes/CommandOutputParameter.html new file mode 100644 index 0000000..1572dbe --- /dev/null +++ b/docs/classes/CommandOutputParameter.html @@ -0,0 +1,76 @@ +CommandOutputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOutputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandOutputParameter

+

An output parameter for a CommandLineTool.

+

Hierarchy

  • Saveable
    • CommandOutputParameter

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional outputBinding

outputBinding?: CommandOutputBinding
+

Describes how to generate this output object based on the files produced by a CommandLineTool

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandOutputRecordField.html b/docs/classes/CommandOutputRecordField.html new file mode 100644 index 0000000..4d7f3b7 --- /dev/null +++ b/docs/classes/CommandOutputRecordField.html @@ -0,0 +1,76 @@ +CommandOutputRecordField | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOutputRecordField

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandOutputRecordField

+

Hierarchy

  • Saveable
    • CommandOutputRecordField

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

name

name: string
+

The name of the field

+

Optional outputBinding

outputBinding?: CommandOutputBinding
+

Describes how to generate this output object based on the files +produced by a CommandLineTool

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CommandOutputRecordSchema.html b/docs/classes/CommandOutputRecordSchema.html new file mode 100644 index 0000000..6cec890 --- /dev/null +++ b/docs/classes/CommandOutputRecordSchema.html @@ -0,0 +1,26 @@ +CommandOutputRecordSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CommandOutputRecordSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#CommandOutputRecordSchema

+

Hierarchy

  • Saveable
    • CommandOutputRecordSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

+

Defines the fields of the record.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Directory.html b/docs/classes/Directory.html new file mode 100644 index 0000000..e7461b7 --- /dev/null +++ b/docs/classes/Directory.html @@ -0,0 +1,98 @@ +Directory | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Directory

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#Directory

+

Represents a directory to present to a command line tool.

+

Directories are represented as objects with class of Directory. Directory objects have +a number of properties that provide metadata about the directory.

+

The location property of a Directory is a URI that uniquely identifies +the directory. Implementations must support the file:// URI scheme and may +support other schemes such as http://. Alternately to location, +implementations must also accept the path property on Directory, which +must be a filesystem path available on the same host as the CWL runner (for +inputs) or the runtime environment of a command line tool execution (for +command line tool outputs).

+

A Directory object may have a listing field. This is a list of File and +Directory objects that are contained in the Directory. For each entry in +listing, the basename property defines the name of the File or +Subdirectory when staged to disk. If listing is not provided, the +implementation must have some way of fetching the Directory listing at +runtime based on the location field.

+

If a Directory does not have location, it is a Directory literal. A +Directory literal must provide listing. Directory literals must be +created on disk at runtime as needed.

+

The resources in a Directory literal do not need to have any implied +relationship in their location. For example, a Directory listing may +contain two files located on different hosts. It is the responsibility of +the runtime to ensure that those files are staged to disk appropriately. +Secondary files associated with files in listing must also be staged to +the same Directory.

+

When executing a CommandLineTool, Directories must be recursively staged +first and have local values of path assigend.

+

Directory objects in CommandLineTool output must provide either a +location URI or a path property in the context of the tool execution +runtime (local to the compute node, or within the executing container).

+

An ExpressionTool may forward file references from input to output by using +the same value for location.

+

Name conflicts (the same basename appearing multiple times in listing +or in any entry in secondaryFiles in the listing) is a fatal error.

+

Hierarchy

  • Saveable
    • Directory

Implements

Index

Constructors

constructor

Properties

Optional basename

basename?: string
+

The base name of the directory, that is, the name of the file without any +leading directory path. The base name must not contain a slash /.

+

If not provided, the implementation must set this field based on the +location field by taking the final path component after parsing +location as an IRI. If basename is provided, it is not required to +match the value from location.

+

When this file is made available to a CommandLineTool, it must be named +with basename, i.e. the final component of the path field must match +basename.

+

class_

class_: DIRECTORY
+

Must be Directory to indicate this object describes a Directory.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional listing

listing?: (File | Directory)[]
+

List of files or subdirectories contained in this directory. The name +of each file or subdirectory is determined by the basename field of +each File or Directory object. It is an error if a File shares a +basename with any other entry in listing. If two or more +Directory object share the same basename, this must be treated as +equivalent to a single subdirectory with the listings recursively +merged.

+

loadingOptions

loadingOptions: LoadingOptions

Optional location

location?: string
+

An IRI that identifies the directory resource. This may be a relative +reference, in which case it must be resolved using the base IRI of the +document. The location may refer to a local or remote resource. If +the listing field is not set, the implementation must use the +location IRI to retrieve directory listing. If an implementation is +unable to retrieve the directory listing stored at a remote resource (due to +unsupported protocol, access denied, or other issue) it must signal an +error.

+

If the location field is not provided, the listing field must be +provided. The implementation must assign a unique identifier for +the location field.

+

If the path field is provided but the location field is not, an +implementation may assign the value of the path field to location, +then follow the rules above.

+

Optional path

path?: string
+

The local path where the Directory is made available prior to executing a +CommandLineTool. This must be set by the implementation. This field +must not be used in any other context. The command line tool being +executed must be able to to access the directory at path using the POSIX +opendir(2) syscall.

+

If the path contains POSIX shell metacharacters +(|,&, ;, <, >, (,), $,`, \, ", ', +<space>, <tab>, and <newline>) or characters +not allowed +for Internationalized Domain Names for Applications +then implementations may terminate the process with a +permanentFailure.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Dirent.html b/docs/classes/Dirent.html new file mode 100644 index 0000000..966fdbd --- /dev/null +++ b/docs/classes/Dirent.html @@ -0,0 +1,82 @@ +Dirent | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Dirent

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#Dirent

+

Define a file or subdirectory that must be staged to a particular +place prior to executing the command line tool. May be the result +of executing an expression, such as building a configuration file +from a template.

+

Usually files are staged within the designated output directory. +However, under certain circumstances, files may be staged at +arbitrary locations, see discussion for entryname.

+

Hierarchy

  • Saveable
    • Dirent

Implements

Index

Constructors

constructor

Properties

entry

entry: string
+

If the value is a string literal or an expression which evaluates to a +string, a new text file must be created with the string as the file contents.

+

If the value is an expression that evaluates to a File or +Directory object, or an array of File or Directory +objects, this indicates the referenced file or directory +should be added to the designated output directory prior to +executing the tool.

+

If the value is an expression that evaluates to null, +nothing is added to the designated output directory, the entry +has no effect.

+

If the value is an expression that evaluates to some other +array, number, or object not consisting of File or +Directory objects, a new file must be created with the value +serialized to JSON text as the file contents. The JSON +serialization behavior should match the behavior of string +interpolation of Parameter +references.

+

Optional entryname

entryname?: string
+

The "target" name of the file or subdirectory. If entry is +a File or Directory, the entryname field overrides the value +of basename of the File or Directory object.

+
    +
  • Required when entry evaluates to file contents only
  • +
  • Optional when entry evaluates to a File or Directory object with a basename
  • +
  • Invalid when entry evaluates to an array of File or Directory objects.
  • +
+

If entryname is a relative path, it specifies a name within +the designated output directory. A relative path starting +with ../ or that resolves to location above the designated output directory is an error.

+

If entryname is an absolute path (starts with a slash /) +it is an error unless the following conditions are met:

+
    +
  • DockerRequirement is present in requirements
  • +
  • The program is will run inside a software container + where, from the perspective of the program, the root + filesystem is not shared with any other user or + running program.
  • +
+

In this case, and the above conditions are met, then +entryname may specify the absolute path within the container +where the file or directory must be placed.

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Optional writable

writable?: boolean
+

If true, the File or Directory (or array of Files or +Directories) declared in entry must be writable by the tool.

+

Changes to the file or directory must be isolated and not +visible by any other CommandLineTool process. This may be +implemented by making a copy of the original file or +directory.

+

Disruptive changes to the referenced file or directory must not +be allowed unless InplaceUpdateRequirement.inplaceUpdate is true.

+

Default false (files and directories read-only by default).

+

A directory marked as writable: true implies that all files and +subdirectories are recursively writable as well.

+

If writable is false, the file may be made available using a +bind mount or file system link to avoid unnecessary copying of +the input file. Command line tools may receive an error on +attempting to rename or delete files or directories that are +not explicitly marked as writable.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/DockerRequirement.html b/docs/classes/DockerRequirement.html new file mode 100644 index 0000000..a7505c7 --- /dev/null +++ b/docs/classes/DockerRequirement.html @@ -0,0 +1,81 @@ +DockerRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DockerRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#DockerRequirement

+

Indicates that a workflow component should be run in a +Docker or Docker-compatible (such as +Singularity and udocker) container environment and +specifies how to fetch or build the image.

+

If a CommandLineTool lists DockerRequirement under +hints (or requirements), it may (or must) be run in the specified Docker +container.

+

The platform must first acquire or install the correct Docker image as +specified by dockerPull, dockerImport, dockerLoad or dockerFile.

+

The platform must execute the tool in the container using docker run with +the appropriate Docker image and tool command line.

+

The workflow platform may provide input files and the designated output +directory through the use of volume bind mounts. The platform should rewrite +file paths in the input object to correspond to the Docker bind mounted +locations. That is, the platform should rewrite values in the parameter context +such as runtime.outdir, runtime.tmpdir and others to be valid paths +within the container. The platform must ensure that runtime.outdir and +runtime.tmpdir are distinct directories.

+

When running a tool contained in Docker, the workflow platform must not +assume anything about the contents of the Docker container, such as the +presence or absence of specific software, except to assume that the +generated command line represents a valid command within the runtime +environment of the container.

+

A container image may specify an +ENTRYPOINT +and/or +CMD. +Command line arguments will be appended after all elements of +ENTRYPOINT, and will override all elements specified using CMD (in +other words, CMD is only used when the CommandLineTool definition +produces an empty command line).

+

Use of implicit ENTRYPOINT or CMD are discouraged due to reproducibility +concerns of the implicit hidden execution point (For further discussion, see +https://doi.org/10.12688/f1000research.15140.1). Portable +CommandLineTool wrappers in which use of a container is optional must not rely on ENTRYPOINT or CMD. +CommandLineTools which do rely on ENTRYPOINT or CMD must list DockerRequirement in the +requirements section.

+ + +

Interaction with other requirements

+
+

If EnvVarRequirement is specified alongside a +DockerRequirement, the environment variables must be provided to Docker +using --env or --env-file and interact with the container's preexisting +environment as defined by Docker.

+

Hierarchy

  • Saveable
    • DockerRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'DockerRequirement'

+

Optional dockerFile

dockerFile?: string
+

Supply the contents of a Dockerfile which will be built using docker build.

+

Optional dockerImageId

dockerImageId?: string
+

The image id that will be used for docker run. May be a +human-readable image name or the image identifier hash. May be skipped +if dockerPull is specified, in which case the dockerPull image id +must be used.

+

Optional dockerImport

dockerImport?: string
+

Provide HTTP URL to download and gunzip a Docker images using `docker import.

+

Optional dockerLoad

dockerLoad?: string
+

Specify a HTTP URL from which to download a Docker image using docker load.

+

Optional dockerOutputDirectory

dockerOutputDirectory?: string
+

Set the designated output directory to a specific location inside the +Docker container.

+

Optional dockerPull

dockerPull?: string
+

Specify a Docker image to retrieve using docker pull. Can contain the +immutable digest to ensure an exact container is used: +dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/EnumSchema.html b/docs/classes/EnumSchema.html new file mode 100644 index 0000000..702a105 --- /dev/null +++ b/docs/classes/EnumSchema.html @@ -0,0 +1,21 @@ +EnumSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnumSchema

+

Auto-generated class implementation for https://w3id.org/cwl/salad#EnumSchema

+

Define an enumerated type.

+

Hierarchy

  • Saveable
    • EnumSchema

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/EnvVarRequirement.html b/docs/classes/EnvVarRequirement.html new file mode 100644 index 0000000..43a3952 --- /dev/null +++ b/docs/classes/EnvVarRequirement.html @@ -0,0 +1,22 @@ +EnvVarRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnvVarRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#EnvVarRequirement

+

Define a list of environment variables which will be set in the +execution environment of the tool. See EnvironmentDef for details.

+

Hierarchy

  • Saveable
    • EnvVarRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'EnvVarRequirement'

+

envDef

envDef: EnvironmentDef[]
+

The list of environment variables.

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/EnvironmentDef.html b/docs/classes/EnvironmentDef.html new file mode 100644 index 0000000..54070d7 --- /dev/null +++ b/docs/classes/EnvironmentDef.html @@ -0,0 +1,23 @@ +EnvironmentDef | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EnvironmentDef

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#EnvironmentDef

+

Define an environment variable that will be set in the runtime environment +by the workflow platform when executing the command line tool. May be the +result of executing an expression, such as getting a parameter from input.

+

Hierarchy

  • Saveable
    • EnvironmentDef

Implements

Index

Constructors

constructor

Properties

envName

envName: string
+

The environment variable name

+

envValue

envValue: string
+

The environment variable value

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ExpressionTool.html b/docs/classes/ExpressionTool.html new file mode 100644 index 0000000..21b4230 --- /dev/null +++ b/docs/classes/ExpressionTool.html @@ -0,0 +1,74 @@ +ExpressionTool | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExpressionTool

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#ExpressionTool

+

An ExpressionTool is a type of Process object that can be run by itself +or as a Workflow step. It executes a pure Javascript expression that has +access to the same input parameters as a workflow. It is meant to be used +sparingly as a way to isolate complex Javascript expressions that need to +operate on input data and produce some result; perhaps just a +rearrangement of the inputs. No Docker software container is required +or allowed.

+

Hierarchy

  • Saveable
    • ExpressionTool

Implements

Index

Constructors

constructor

Properties

class_

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

expression

expression: string
+

The expression to execute. The expression must return a plain +Javascript object which matches the output parameters of the +ExpressionTool.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ExpressionToolOutputParameter.html b/docs/classes/ExpressionToolOutputParameter.html new file mode 100644 index 0000000..ec753f9 --- /dev/null +++ b/docs/classes/ExpressionToolOutputParameter.html @@ -0,0 +1,73 @@ +ExpressionToolOutputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ExpressionToolOutputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#ExpressionToolOutputParameter

+

Hierarchy

  • Saveable
    • ExpressionToolOutputParameter

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/File.html b/docs/classes/File.html new file mode 100644 index 0000000..538656c --- /dev/null +++ b/docs/classes/File.html @@ -0,0 +1,180 @@ +File | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class File

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#File

+

Represents a file (or group of files when secondaryFiles is provided) that +will be accessible by tools using standard POSIX file system call API such as +open(2) and read(2).

+

Files are represented as objects with class of File. File objects have +a number of properties that provide metadata about the file.

+

The location property of a File is a URI that uniquely identifies the +file. Implementations must support the file:// URI scheme and may support +other schemes such as http://. The value of location may also be a +relative reference, in which case it must be resolved relative to the URI +of the document it appears in. Alternately to location, implementations +must also accept the path property on File, which must be a filesystem +path available on the same host as the CWL runner (for inputs) or the +runtime environment of a command line tool execution (for command line tool +outputs).

+

If no location or path is specified, a file object must specify +contents with the UTF-8 text content of the file. This is a "file +literal". File literals do not correspond to external resources, but are +created on disk with contents with when needed for a executing a tool. +Where appropriate, expressions can return file literals to define new files +on a runtime. The maximum size of contents is 64 kilobytes.

+

The basename property defines the filename on disk where the file is +staged. This may differ from the resource name. If not provided, +basename must be computed from the last path part of location and made +available to expressions.

+

The secondaryFiles property is a list of File or Directory objects that +must be staged in the same directory as the primary file. It is an error +for file names to be duplicated in secondaryFiles.

+

The size property is the size in bytes of the File. It must be computed +from the resource and made available to expressions. The checksum field +contains a cryptographic hash of the file content for use it verifying file +contents. Implementations may, at user option, enable or disable +computation of the checksum field for performance or other reasons. +However, the ability to compute output checksums is required to pass the +CWL conformance test suite.

+

When executing a CommandLineTool, the files and secondary files may be +staged to an arbitrary directory, but must use the value of basename for +the filename. The path property must be file path in the context of the +tool execution runtime (local to the compute node, or within the executing +container). All computed properties should be available to expressions. +File literals also must be staged and path must be set.

+

When collecting CommandLineTool outputs, glob matching returns file paths +(with the path property) and the derived properties. This can all be +modified by outputEval. Alternately, if the file cwl.output.json is +present in the output, outputBinding is ignored.

+

File objects in the output must provide either a location URI or a path +property in the context of the tool execution runtime (local to the compute +node, or within the executing container).

+

When evaluating an ExpressionTool, file objects must be referenced via +location (the expression tool does not have access to files on disk so +path is meaningless) or as file literals. It is legal to return a file +object with an existing location but a different basename. The +loadContents field of ExpressionTool inputs behaves the same as on +CommandLineTool inputs, however it is not meaningful on the outputs.

+

An ExpressionTool may forward file references from input to output by using +the same value for location.

+

Hierarchy

  • Saveable
    • File

Implements

Index

Constructors

constructor

Properties

Optional basename

basename?: string
+

The base name of the file, that is, the name of the file without any +leading directory path. The base name must not contain a slash /.

+

If not provided, the implementation must set this field based on the +location field by taking the final path component after parsing +location as an IRI. If basename is provided, it is not required to +match the value from location.

+

When this file is made available to a CommandLineTool, it must be named +with basename, i.e. the final component of the path field must match +basename.

+

Optional checksum

checksum?: string
+

Optional hash code for validating file integrity. Currently must be in the form +"sha1$ + hexadecimal string" using the SHA-1 algorithm.

+

class_

class_: FILE
+

Must be File to indicate this object describes a file.

+

Optional contents

contents?: string
+

File contents literal.

+

If neither location nor path is provided, contents must be +non-null. The implementation must assign a unique identifier for the +location field. When the file is staged as input to CommandLineTool, +the value of contents must be written to a file.

+

If contents is set as a result of an Javascript expression, +an entry in InitialWorkDirRequirement, or read in from +cwl.output.json, there is no specified upper limit on the +size of contents. Implementations may have practical limits +on the size of contents based on memory and storage +available to the workflow runner or other factors.

+

If the loadContents field of an InputParameter or +OutputParameter is true, and the input or output File object +location is valid, the file must be a UTF-8 text file 64 KiB +or smaller, and the implementation must read the entire +contents of the file and place it in the contents field. If +the size of the file is greater than 64 KiB, the +implementation must raise a fatal error.

+

Optional dirname

dirname?: string
+

The name of the directory containing file, that is, the path leading up +to the final slash in the path such that dirname + '/' + basename == path.

+

The implementation must set this field based on the value of path +prior to evaluating parameter references or expressions in a +CommandLineTool document. This field must not be used in any other +context.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

The format of the file: this must be an IRI of a concept node that +represents the file format, preferrably defined within an ontology. +If no ontology is available, file formats may be tested by exact match.

+

Reasoning about format compatability must be done by checking that an +input file format is the same, owl:equivalentClass or +rdfs:subClassOf the format required by the input parameter. +owl:equivalentClass is transitive with rdfs:subClassOf, e.g. if +<B> owl:equivalentClass <C> and <B> owl:subclassOf <A> then infer +<C> owl:subclassOf <A>.

+

File format ontologies may be provided in the "$schemas" metadata at the +root of the document. If no ontologies are specified in $schemas, the +runtime may perform exact file format matches.

+

loadingOptions

loadingOptions: LoadingOptions

Optional location

location?: string
+

An IRI that identifies the file resource. This may be a relative +reference, in which case it must be resolved using the base IRI of the +document. The location may refer to a local or remote resource; the +implementation must use the IRI to retrieve file content. If an +implementation is unable to retrieve the file content stored at a +remote resource (due to unsupported protocol, access denied, or other +issue) it must signal an error.

+

If the location field is not provided, the contents field must be +provided. The implementation must assign a unique identifier for +the location field.

+

If the path field is provided but the location field is not, an +implementation may assign the value of the path field to location, +then follow the rules above.

+

Optional nameext

nameext?: string
+

The basename extension such that nameroot + nameext == basename, and +nameext is empty or begins with a period and contains at most one +period. Leading periods on the basename are ignored; a basename of +.cshrc will have an empty nameext.

+

The implementation must set this field automatically based on the value +of basename prior to evaluating parameter references or expressions.

+

Optional nameroot

nameroot?: string
+

The basename root such that nameroot + nameext == basename, and +nameext is empty or begins with a period and contains at most one +period. For the purposess of path splitting leading periods on the +basename are ignored; a basename of .cshrc will have a nameroot of +.cshrc.

+

The implementation must set this field automatically based on the value +of basename prior to evaluating parameter references or expressions.

+

Optional path

path?: string
+

The local host path where the File is available when a CommandLineTool is +executed. This field must be set by the implementation. The final +path component must match the value of basename. This field +must not be used in any other context. The command line tool being +executed must be able to to access the file at path using the POSIX +open(2) syscall.

+

As a special case, if the path field is provided but the location +field is not, an implementation may assign the value of the path +field to location, and remove the path field.

+

If the path contains POSIX shell metacharacters +(|,&, ;, <, >, (,), $,`, \, ", ', +<space>, <tab>, and <newline>) or characters +not allowed +for Internationalized Domain Names for Applications +then implementations may terminate the process with a +permanentFailure.

+

Optional secondaryFiles

secondaryFiles?: (File | Directory)[]
+

A list of additional files or directories that are associated with the +primary file and must be transferred alongside the primary file. +Examples include indexes of the primary file, or external references +which must be included when loading primary document. A file object +listed in secondaryFiles may itself include secondaryFiles for +which the same rules apply.

+

Optional size

size?: number
+

Optional file size (in bytes)

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InitialWorkDirRequirement.html b/docs/classes/InitialWorkDirRequirement.html new file mode 100644 index 0000000..2b62eb8 --- /dev/null +++ b/docs/classes/InitialWorkDirRequirement.html @@ -0,0 +1,38 @@ +InitialWorkDirRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InitialWorkDirRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InitialWorkDirRequirement

+

Define a list of files and subdirectories that must be staged by the workflow platform prior to executing the command line tool. +Normally files are staged within the designated output directory. However, when running inside containers, files may be staged at arbitrary locations, see discussion for Dirent.entryname. Together with DockerRequirement.dockerOutputDirectory this it possible to control the locations of both input and output files when running in containers.

+

Hierarchy

  • Saveable
    • InitialWorkDirRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

InitialWorkDirRequirement

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional listing

listing?: string | (undefined | string | File | Directory | (File | Directory)[] | Dirent)[]
+

The list of files or subdirectories that must be staged prior +to executing the command line tool.

+

Return type of each expression must validate as ["null", File, Directory, Dirent, {type: array, items: [File, Directory]}].

+

Each File or Directory that is returned by an Expression +must be added to the designated output directory prior to +executing the tool.

+

Each Dirent record that is listed or returned by an +expression specifies a file to be created or staged in the +designated output directory prior to executing the tool.

+

Expressions may return null, in which case they have no effect.

+

Files or Directories which are listed in the input parameters +and appear in the InitialWorkDirRequirement listing must +have their path set to their staged location. If the same +File or Directory appears more than once in the +InitialWorkDirRequirement listing, the implementation must +choose exactly one value for path; how this value is chosen +is undefined.

+

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InlineJavascriptRequirement.html b/docs/classes/InlineJavascriptRequirement.html new file mode 100644 index 0000000..236bc79 --- /dev/null +++ b/docs/classes/InlineJavascriptRequirement.html @@ -0,0 +1,25 @@ +InlineJavascriptRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InlineJavascriptRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InlineJavascriptRequirement

+

Indicates that the workflow platform must support inline Javascript expressions. +If this requirement is not present, the workflow platform must not perform expression +interpolatation.

+

Hierarchy

  • Saveable
    • InlineJavascriptRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'InlineJavascriptRequirement'

+

Optional expressionLib

expressionLib?: string[]
+

Additional code fragments that will also be inserted +before executing the expression code. Allows for function definitions that may +be called from CWL expressions.

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InplaceUpdateRequirement.html b/docs/classes/InplaceUpdateRequirement.html new file mode 100644 index 0000000..101af5b --- /dev/null +++ b/docs/classes/InplaceUpdateRequirement.html @@ -0,0 +1,42 @@ +InplaceUpdateRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InplaceUpdateRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InplaceUpdateRequirement

+

If inplaceUpdate is true, then an implementation supporting this +feature may permit tools to directly update files with writable: true in InitialWorkDirRequirement. That is, as an optimization, +files may be destructively modified in place as opposed to copied +and updated.

+

An implementation must ensure that only one workflow step may +access a writable file at a time. It is an error if a file which +is writable by one workflow step file is accessed (for reading or +writing) by any other workflow step running independently. +However, a file which has been updated in a previous completed +step may be used as input to multiple steps, provided it is +read-only in every step.

+

Workflow steps which modify a file must produce the modified file +as output. Downstream steps which futher process the file must +use the output of previous steps, and not refer to a common input +(this is necessary for both ordering and correctness).

+

Workflow authors should provide this in the hints section. The +intent of this feature is that workflows produce the same results +whether or not InplaceUpdateRequirement is supported by the +implementation, and this feature is primarily available as an +optimization for particular environments.

+

Users and implementers should be aware that workflows that +destructively modify inputs may not be repeatable or reproducible. +In particular, enabling this feature implies that WorkReuse should +not be enabled.

+

Hierarchy

  • Saveable
    • InplaceUpdateRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'InplaceUpdateRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

inplaceUpdate

inplaceUpdate: boolean

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InputArraySchema.html b/docs/classes/InputArraySchema.html new file mode 100644 index 0000000..cc312f3 --- /dev/null +++ b/docs/classes/InputArraySchema.html @@ -0,0 +1,26 @@ +InputArraySchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputArraySchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InputArraySchema

+

Hierarchy

  • Saveable
    • InputArraySchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InputBinding.html b/docs/classes/InputBinding.html new file mode 100644 index 0000000..d72c59f --- /dev/null +++ b/docs/classes/InputBinding.html @@ -0,0 +1,20 @@ +InputBinding | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputBinding

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InputBinding

+

Hierarchy

  • Saveable
    • InputBinding

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional loadContents

loadContents?: boolean
+

Use of loadContents in InputBinding is deprecated. +Preserved for v1.0 backwards compatability. Will be removed in +CWL v2.0. Use InputParameter.loadContents instead.

+

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InputEnumSchema.html b/docs/classes/InputEnumSchema.html new file mode 100644 index 0000000..4d84604 --- /dev/null +++ b/docs/classes/InputEnumSchema.html @@ -0,0 +1,26 @@ +InputEnumSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputEnumSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InputEnumSchema

+

Hierarchy

  • Saveable
    • InputEnumSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InputRecordField.html b/docs/classes/InputRecordField.html new file mode 100644 index 0000000..37fefb9 --- /dev/null +++ b/docs/classes/InputRecordField.html @@ -0,0 +1,93 @@ +InputRecordField | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputRecordField

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InputRecordField

+

Hierarchy

  • Saveable
    • InputRecordField

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

name

name: string
+

The name of the field

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/InputRecordSchema.html b/docs/classes/InputRecordSchema.html new file mode 100644 index 0000000..612cedb --- /dev/null +++ b/docs/classes/InputRecordSchema.html @@ -0,0 +1,26 @@ +InputRecordSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class InputRecordSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#InputRecordSchema

+

Hierarchy

  • Saveable
    • InputRecordSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

fields?: InputRecordField[]
+

Defines the fields of the record.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/LoadListingRequirement.html b/docs/classes/LoadListingRequirement.html new file mode 100644 index 0000000..b6392ab --- /dev/null +++ b/docs/classes/LoadListingRequirement.html @@ -0,0 +1,20 @@ +LoadListingRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LoadListingRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#LoadListingRequirement

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

Hierarchy

  • Saveable
    • LoadListingRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'LoadListingRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional loadListing

loadListing?: LoadListingEnum

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/MultipleInputFeatureRequirement.html b/docs/classes/MultipleInputFeatureRequirement.html new file mode 100644 index 0000000..8e6c41d --- /dev/null +++ b/docs/classes/MultipleInputFeatureRequirement.html @@ -0,0 +1,20 @@ +MultipleInputFeatureRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MultipleInputFeatureRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#MultipleInputFeatureRequirement

+

Indicates that the workflow platform must support multiple inbound data links +listed in the source field of WorkflowStepInput.

+

Hierarchy

  • Saveable
    • MultipleInputFeatureRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'MultipleInputFeatureRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/NetworkAccess.html b/docs/classes/NetworkAccess.html new file mode 100644 index 0000000..c29811f --- /dev/null +++ b/docs/classes/NetworkAccess.html @@ -0,0 +1,30 @@ +NetworkAccess | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class NetworkAccess

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#NetworkAccess

+

Indicate whether a process requires outgoing IPv4/IPv6 network +access. Choice of IPv4 or IPv6 is implementation and site +specific, correct tools must support both.

+

If networkAccess is false or not specified, tools must not +assume network access, except for localhost (the loopback device).

+

If networkAccess is true, the tool must be able to make outgoing +connections to network resources. Resources may be on a private +subnet or the public Internet. However, implementations and sites +may apply their own security policies to restrict what is +accessible by the tool.

+

Enabling network access does not imply a publically routable IP +address or the ability to accept inbound connections.

+

Hierarchy

  • Saveable
    • NetworkAccess

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'NetworkAccess'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

networkAccess

networkAccess: string | boolean

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Operation.html b/docs/classes/Operation.html new file mode 100644 index 0000000..a469642 --- /dev/null +++ b/docs/classes/Operation.html @@ -0,0 +1,70 @@ +Operation | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Operation

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#Operation

+

This record describes an abstract operation. It is a potential +step of a workflow that has not yet been bound to a concrete +implementation. It specifies an input and output signature, but +does not provide enough information to be executed. An +implementation (or other tooling) may provide a means of binding +an Operation to a concrete process (such as Workflow, +CommandLineTool, or ExpressionTool) with a compatible signature.

+

Hierarchy

  • Saveable
    • Operation

Implements

Index

Constructors

constructor

Properties

class_

class_: OPERATION

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OperationInputParameter.html b/docs/classes/OperationInputParameter.html new file mode 100644 index 0000000..3ecd67c --- /dev/null +++ b/docs/classes/OperationInputParameter.html @@ -0,0 +1,99 @@ +OperationInputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationInputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#OperationInputParameter

+

Describe an input parameter of an operation.

+

Hierarchy

  • Saveable
    • OperationInputParameter

Implements

Index

Constructors

constructor

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OperationOutputParameter.html b/docs/classes/OperationOutputParameter.html new file mode 100644 index 0000000..8d1549a --- /dev/null +++ b/docs/classes/OperationOutputParameter.html @@ -0,0 +1,74 @@ +OperationOutputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OperationOutputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#OperationOutputParameter

+

Describe an output parameter of an operation.

+

Hierarchy

  • Saveable
    • OperationOutputParameter

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OutputArraySchema.html b/docs/classes/OutputArraySchema.html new file mode 100644 index 0000000..d6aeba8 --- /dev/null +++ b/docs/classes/OutputArraySchema.html @@ -0,0 +1,26 @@ +OutputArraySchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputArraySchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#OutputArraySchema

+

Hierarchy

  • Saveable
    • OutputArraySchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OutputEnumSchema.html b/docs/classes/OutputEnumSchema.html new file mode 100644 index 0000000..3e26f18 --- /dev/null +++ b/docs/classes/OutputEnumSchema.html @@ -0,0 +1,26 @@ +OutputEnumSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputEnumSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#OutputEnumSchema

+

Hierarchy

  • Saveable
    • OutputEnumSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OutputRecordField.html b/docs/classes/OutputRecordField.html new file mode 100644 index 0000000..3071f60 --- /dev/null +++ b/docs/classes/OutputRecordField.html @@ -0,0 +1,73 @@ +OutputRecordField | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputRecordField

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#OutputRecordField

+

Hierarchy

  • Saveable
    • OutputRecordField

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

name

name: string
+

The name of the field

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/OutputRecordSchema.html b/docs/classes/OutputRecordSchema.html new file mode 100644 index 0000000..c95ffa9 --- /dev/null +++ b/docs/classes/OutputRecordSchema.html @@ -0,0 +1,26 @@ +OutputRecordSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OutputRecordSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#OutputRecordSchema

+

Hierarchy

  • Saveable
    • OutputRecordSchema

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

+

Defines the fields of the record.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/RecordField.html b/docs/classes/RecordField.html new file mode 100644 index 0000000..fa14b4a --- /dev/null +++ b/docs/classes/RecordField.html @@ -0,0 +1,23 @@ +RecordField | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecordField

+

Auto-generated class implementation for https://w3id.org/cwl/salad#RecordField

+

A field of a record.

+

Hierarchy

  • Saveable
    • RecordField

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

name

name: string
+

The name of the field

+

type

+

The field type

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/RecordSchema.html b/docs/classes/RecordSchema.html new file mode 100644 index 0000000..2904716 --- /dev/null +++ b/docs/classes/RecordSchema.html @@ -0,0 +1,20 @@ +RecordSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RecordSchema

+

Auto-generated class implementation for https://w3id.org/cwl/salad#RecordSchema

+

Hierarchy

  • Saveable
    • RecordSchema

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

fields?: RecordField[]
+

Defines the fields of the record.

+

loadingOptions

loadingOptions: LoadingOptions

type

type: RECORD
+

Must be record

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ResourceRequirement.html b/docs/classes/ResourceRequirement.html new file mode 100644 index 0000000..dc4ce09 --- /dev/null +++ b/docs/classes/ResourceRequirement.html @@ -0,0 +1,90 @@ +ResourceRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ResourceRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#ResourceRequirement

+

Specify basic hardware resource requirements.

+

"min" is the minimum amount of a resource that must be reserved to +schedule a job. If "min" cannot be satisfied, the job should not +be run.

+

"max" is the maximum amount of a resource that the job shall be +allocated. If a node has sufficient resources, multiple jobs may +be scheduled on a single node provided each job's "max" resource +requirements are met. If a job attempts to exceed its resource +allocation, an implementation may deny additional resources, which +may result in job failure.

+

If both "min" and "max" are specified, an implementation may +choose to allocate any amount between "min" and "max", with the +actual allocation provided in the runtime object.

+

If "min" is specified but "max" is not, then "max" == "min" +If "max" is specified by "min" is not, then "min" == "max".

+

It is an error if max < min.

+

It is an error if the value of any of these fields is negative.

+

If neither "min" nor "max" is specified for a resource, use the default values below.

+

Hierarchy

  • Saveable
    • ResourceRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'ResourceRequirement'

+

Optional coresMax

coresMax?: string | number
+

Maximum reserved number of CPU cores.

+

See coresMin for discussion about fractional CPU requests.

+

Optional coresMin

coresMin?: string | number
+

Minimum reserved number of CPU cores (default is 1).

+

May be a fractional value to indicate to a scheduling +algorithm that one core can be allocated to multiple +jobs. For example, a value of 0.25 indicates that up to 4 +jobs may run in parallel on 1 core. A value of 1.25 means +that up to 3 jobs can run on a 4 core system (4/1.25 ≈ 3).

+

Processes can only share a core allocation if the sum of each +of their ramMax, tmpdirMax, and outdirMax requests also +do not exceed the capacity of the node.

+

Processes sharing a core must have the same level of isolation +(typically a container or VM) that they would normally.

+

The reported number of CPU cores reserved for the process, +which is available to expressions on the CommandLineTool as +runtime.cores, must be a non-zero integer, and may be +calculated by rounding up the cores request to the next whole +number.

+

Scheduling systems may allocate fractional CPU resources by +setting quotas or scheduling weights. Scheduling systems that +do not support fractional CPUs may round up the request to the +next whole number.

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Optional outdirMax

outdirMax?: string | number
+

Maximum reserved filesystem based storage for the designated output directory, in mebibytes (2**20)

+

See outdirMin for discussion about fractional storage requests.

+

Optional outdirMin

outdirMin?: string | number
+

Minimum reserved filesystem based storage for the designated output directory, in mebibytes (2**20) (default is 1024)

+

May be a fractional value. If so, the actual storage request +must be rounded up to the next whole number. The reported +amount of storage reserved for the process, which is available +to expressions on the CommandLineTool as runtime.outdirSize, +must be a non-zero integer.

+

Optional ramMax

ramMax?: string | number
+

Maximum reserved RAM in mebibytes (2**20)

+

See ramMin for discussion about fractional RAM requests.

+

Optional ramMin

ramMin?: string | number
+

Minimum reserved RAM in mebibytes (2**20) (default is 256)

+

May be a fractional value. If so, the actual RAM request must +be rounded up to the next whole number. The reported amount of +RAM reserved for the process, which is available to +expressions on the CommandLineTool as runtime.ram, must be a +non-zero integer.

+

Optional tmpdirMax

tmpdirMax?: string | number
+

Maximum reserved filesystem based storage for the designated temporary directory, in mebibytes (2**20)

+

See tmpdirMin for discussion about fractional storage requests.

+

Optional tmpdirMin

tmpdirMin?: string | number
+

Minimum reserved filesystem based storage for the designated temporary directory, in mebibytes (2**20) (default is 1024)

+

May be a fractional value. If so, the actual storage request +must be rounded up to the next whole number. The reported +amount of storage reserved for the process, which is available +to expressions on the CommandLineTool as runtime.tmpdirSize, +must be a non-zero integer.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ScatterFeatureRequirement.html b/docs/classes/ScatterFeatureRequirement.html new file mode 100644 index 0000000..701212b --- /dev/null +++ b/docs/classes/ScatterFeatureRequirement.html @@ -0,0 +1,20 @@ +ScatterFeatureRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScatterFeatureRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#ScatterFeatureRequirement

+

Indicates that the workflow platform must support the scatter and +scatterMethod fields of WorkflowStep.

+

Hierarchy

  • Saveable
    • ScatterFeatureRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'ScatterFeatureRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/SchemaDefRequirement.html b/docs/classes/SchemaDefRequirement.html new file mode 100644 index 0000000..0f9dc20 --- /dev/null +++ b/docs/classes/SchemaDefRequirement.html @@ -0,0 +1,33 @@ +SchemaDefRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SchemaDefRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#SchemaDefRequirement

+

This field consists of an array of type definitions which must be used when +interpreting the inputs and outputs fields. When a type field +contains a IRI, the implementation must check if the type is defined in +schemaDefs and use that definition. If the type is not found in +schemaDefs, it is an error. The entries in schemaDefs must be +processed in the order listed such that later schema definitions may refer +to earlier schema definitions.

+
    +
  • Type definitions are allowed for enum and record types only.
  • +
  • Type definitions may be shared by defining them in a file and then +$include-ing them in the types field.
  • +
  • A file can contain a list of type definitions
  • +
+

Hierarchy

  • Saveable
    • SchemaDefRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'SchemaDefRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

types

+

The list of type definitions.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/SecondaryFileSchema.html b/docs/classes/SecondaryFileSchema.html new file mode 100644 index 0000000..92a9e0a --- /dev/null +++ b/docs/classes/SecondaryFileSchema.html @@ -0,0 +1,79 @@ +SecondaryFileSchema | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SecondaryFileSchema

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#SecondaryFileSchema

+

Secondary files are specified using the following micro-DSL for secondary files:

+
    +
  • If the value is a string, it is transformed to an object with two fields +pattern and required
  • +
  • By default, the value of required is null +(this indicates default behavior, which may be based on the context)
  • +
  • If the value ends with a question mark ? the question mark is +stripped off and the value of the field required is set to False
  • +
  • The remaining value is assigned to the field pattern
  • +
+

For implementation details and examples, please see +this section +in the Schema Salad specification.

+

Hierarchy

  • Saveable
    • SecondaryFileSchema

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

pattern

pattern: string
+

Provides a pattern or expression specifying files or directories that +should be included alongside the primary file.

+

If the value is an expression, the value of self in the +expression must be the primary input or output File object to +which this binding applies. The basename, nameroot and +nameext fields must be present in self. For +CommandLineTool inputs the location field must also be +present. For CommandLineTool outputs the path field must +also be present. If secondary files were included on an input +File object as part of the Process invocation, they must also +be present in secondaryFiles on self.

+

The expression must return either: a filename string relative +to the path to the primary File, a File or Directory object +(class: File or class: Directory) with either location +(for inputs) or path (for outputs) and basename fields +set, or an array consisting of strings or File or Directory +objects as previously described.

+

It is legal to use location from a File or Directory object +passed in as input, including location from secondary files +on self. If an expression returns a File object with the +same location but a different basename as a secondary file +that was passed in, the expression result takes precedence. +Setting the basename with an expression this way affects the +path where the secondary file will be staged to in the +CommandLineTool.

+

The expression may return "null" in which case there is no +secondary file from that expression.

+

To work on non-filename-preserving storage systems, portable +tool descriptions should treat location as an opaque +identifier and avoid constructing new values from location, +but should construct relative references using basename or +nameroot instead, or propagate location from defined inputs.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional required

required?: string | boolean
+

An implementation must not fail workflow execution if required is +set to false and the expected secondary file does not exist. +Default value for required field is true for secondary files on +input and false for secondary files on output.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ShellCommandRequirement.html b/docs/classes/ShellCommandRequirement.html new file mode 100644 index 0000000..3c0fe21 --- /dev/null +++ b/docs/classes/ShellCommandRequirement.html @@ -0,0 +1,25 @@ +ShellCommandRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ShellCommandRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#ShellCommandRequirement

+

Modify the behavior of CommandLineTool to generate a single string +containing a shell command line. Each item in the argument list must be +joined into a string separated by single spaces and quoted to prevent +intepretation by the shell, unless CommandLineBinding for that argument +contains shellQuote: false. If shellQuote: false is specified, the +argument is joined into the command string without quoting, which allows +the use of shell metacharacters such as | for pipes.

+

Hierarchy

  • Saveable
    • ShellCommandRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'ShellCommandRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/SoftwarePackage.html b/docs/classes/SoftwarePackage.html new file mode 100644 index 0000000..b27a76a --- /dev/null +++ b/docs/classes/SoftwarePackage.html @@ -0,0 +1,60 @@ +SoftwarePackage | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SoftwarePackage

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#SoftwarePackage

+

Hierarchy

  • Saveable
    • SoftwarePackage

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

package_

package_: string
+

The name of the software to be made available. If the name is +common, inconsistent, or otherwise ambiguous it should be combined with +one or more identifiers in the specs field.

+

Optional specs

specs?: string[]
+

One or more IRIs +identifying resources for installing or enabling the software named in +the package field. Implementations may provide resolvers which map +these software identifer IRIs to some configuration action; or they can +use only the name from the package field on a best effort basis.

+

For example, the IRI https://packages.debian.org/bowtie could +be resolved with apt-get install bowtie. The IRI +https://anaconda.org/bioconda/bowtie could be resolved with conda install -c bioconda bowtie.

+

IRIs can also be system independent and used to map to a specific +software installation or selection mechanism. +Using RRID as an example: +https://identifiers.org/rrid/RRID:SCR_005476 +could be fulfilled using the above mentioned Debian or bioconda +package, a local installation managed by Environment Modules, +or any other mechanism the platform chooses. IRIs can also be from +identifer sources that are discipline specific yet still system +independent. As an example, the equivalent ELIXIR Tools and Data +Service Registry IRI to the previous RRID example is +https://bio.tools/tool/bowtie2/version/2.2.8. +If supported by a given registry, implementations are encouraged to +query these system independent sofware identifier IRIs directly for +links to packaging systems.

+

A site specific IRI can be listed as well. For example, an academic +computing cluster using Environment Modules could list the IRI +https://hpc.example.edu/modules/bowtie-tbb/1.22 to indicate that +module load bowtie-tbb/1.1.2 should be executed to make available +bowtie version 1.1.2 compiled with the TBB library prior to running +the accompanying Workflow or CommandLineTool. Note that the example IRI +is specific to a particular institution and computing environment as +the Environment Modules system does not have a common namespace or +standardized naming convention.

+

This last example is the least portable and should only be used if +mechanisms based off of the package field or more generic IRIs are +unavailable or unsuitable. While harmless to other sites, site specific +software IRIs should be left out of shared CWL descriptions to avoid +clutter.

+

Optional version

version?: string[]
+

The (optional) versions of the software that are known to be +compatible.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/SoftwareRequirement.html b/docs/classes/SoftwareRequirement.html new file mode 100644 index 0000000..13a8099 --- /dev/null +++ b/docs/classes/SoftwareRequirement.html @@ -0,0 +1,22 @@ +SoftwareRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SoftwareRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#SoftwareRequirement

+

A list of software packages that should be configured in the environment of +the defined process.

+

Hierarchy

  • Saveable
    • SoftwareRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'SoftwareRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

packages

packages: SoftwarePackage[]
+

The list of software to be configured.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/StepInputExpressionRequirement.html b/docs/classes/StepInputExpressionRequirement.html new file mode 100644 index 0000000..b77f4cd --- /dev/null +++ b/docs/classes/StepInputExpressionRequirement.html @@ -0,0 +1,20 @@ +StepInputExpressionRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StepInputExpressionRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#StepInputExpressionRequirement

+

Indicate that the workflow platform must support the valueFrom field +of WorkflowStepInput.

+

Hierarchy

  • Saveable
    • StepInputExpressionRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'StepInputExpressionRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/SubworkflowFeatureRequirement.html b/docs/classes/SubworkflowFeatureRequirement.html new file mode 100644 index 0000000..58b831e --- /dev/null +++ b/docs/classes/SubworkflowFeatureRequirement.html @@ -0,0 +1,20 @@ +SubworkflowFeatureRequirement | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubworkflowFeatureRequirement

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#SubworkflowFeatureRequirement

+

Indicates that the workflow platform must support nested workflows in +the run field of WorkflowStep.

+

Hierarchy

  • Saveable
    • SubworkflowFeatureRequirement

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'SubworkflowFeatureRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ToolTimeLimit.html b/docs/classes/ToolTimeLimit.html new file mode 100644 index 0000000..9f52cf1 --- /dev/null +++ b/docs/classes/ToolTimeLimit.html @@ -0,0 +1,28 @@ +ToolTimeLimit | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ToolTimeLimit

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#ToolTimeLimit

+

Set an upper limit on the execution time of a CommandLineTool. +A CommandLineTool whose execution duration exceeds the time +limit may be preemptively terminated and considered failed. +May also be used by batch systems to make scheduling decisions. +The execution duration excludes external operations, such as +staging of files, pulling a docker image etc, and only counts +wall-time for the execution of the command line itself.

+

Hierarchy

  • Saveable
    • ToolTimeLimit

Implements

Index

Constructors

constructor

Properties

class_

+

Always 'ToolTimeLimit'

+

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

timelimit

timelimit: string | number
+

The time limit, in seconds. A time limit of zero means no +time limit. Negative time limits are an error.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ValidationException.html b/docs/classes/ValidationException.html new file mode 100644 index 0000000..9337d93 --- /dev/null +++ b/docs/classes/ValidationException.html @@ -0,0 +1,6 @@ +ValidationException | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ValidationException

Hierarchy

  • Error
    • ValidationException

Index

Constructors

constructor

Properties

bullet

bullet: string = ''

children

message

message: string

name

name: string

Optional stack

stack?: string

Static indentPerLevel

indentPerLevel: number = 2

Static Optional prepareStackTrace

prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Type declaration

Static stackTraceLimit

stackTraceLimit: number

Methods

prettyStr

  • prettyStr(level?: number): string

simplify

summary

  • summary(level: number): string

toString

  • toString(): string

withBullet

Static captureStackTrace

  • captureStackTrace(targetObject: object, constructorOpt?: Function): void
  • +

    Create .stack property on a target object

    +

    Parameters

    • targetObject: object
    • Optional constructorOpt: Function

    Returns void

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/WorkReuse.html b/docs/classes/WorkReuse.html new file mode 100644 index 0000000..55ad29d --- /dev/null +++ b/docs/classes/WorkReuse.html @@ -0,0 +1,26 @@ +WorkReuse | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkReuse

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#WorkReuse

+

For implementations that support reusing output from past work (on +the assumption that same code and same input produce same +results), control whether to enable or disable the reuse behavior +for a particular tool or step (to accomodate situations where that +assumption is incorrect). A reused step is not executed but +instead returns the same output as the original execution.

+

If WorkReuse is not specified, correct tools should assume it +is enabled by default.

+

Hierarchy

  • Saveable
    • WorkReuse

Implements

Index

Constructors

constructor

Properties

class_

class_: WORKREUSE
+

Always 'WorkReuse'

+

enableReuse

enableReuse: string | boolean

Optional extensionFields

extensionFields?: Dictionary<any>

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Workflow.html b/docs/classes/Workflow.html new file mode 100644 index 0000000..222c0af --- /dev/null +++ b/docs/classes/Workflow.html @@ -0,0 +1,119 @@ +Workflow | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Workflow

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#Workflow

+

A workflow describes a set of steps and the dependencies between +those steps. When a step produces output that will be consumed by a +second step, the first step is a dependency of the second step.

+

When there is a dependency, the workflow engine must execute the preceding +step and wait for it to successfully produce output before executing the +dependent step. If two steps are defined in the workflow graph that +are not directly or indirectly dependent, these steps are independent, +and may execute in any order or execute concurrently. A workflow is +complete when all steps have been executed.

+

Dependencies between parameters are expressed using the source +field on workflow step input parameters and +outputSource field on workflow output +parameters.

+

The source field on each workflow step input parameter expresses +the data links that contribute to the value of the step input +parameter (the "sink"). A workflow step can only begin execution +when every data link connected to a step has been fulfilled.

+

The outputSource field on each workflow step input parameter +expresses the data links that contribute to the value of the +workflow output parameter (the "sink"). Workflow execution cannot +complete successfully until every data link connected to an output +parameter has been fulfilled.

+ + +

Workflow success and failure

+
+

A completed step must result in one of success, temporaryFailure or +permanentFailure states. An implementation may choose to retry a step +execution which resulted in temporaryFailure. An implementation may +choose to either continue running other steps of a workflow, or terminate +immediately upon permanentFailure.

+
    +
  • If any step of a workflow execution results in permanentFailure, then +the workflow status is permanentFailure.

    +
  • +
  • If one or more steps result in temporaryFailure and all other steps +complete success or are not executed, then the workflow status is +temporaryFailure.

    +
  • +
  • If all workflow steps are executed and complete with success, then the +workflow status is success.

    +
  • +
+ + +

Extensions

+
+

ScatterFeatureRequirement and +SubworkflowFeatureRequirement are +available as standard extensions to core +workflow semantics.

+

Hierarchy

  • Saveable
    • Workflow

Implements

Index

Constructors

constructor

Properties

class_

class_: WORKFLOW

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

steps

steps: WorkflowStep[]
+

The individual steps that make up the workflow. Each step is executed when all of its +input data links are fufilled. An implementation may choose to execute +the steps in a different order than listed and/or execute steps +concurrently, provided that dependencies between steps are met.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/WorkflowInputParameter.html b/docs/classes/WorkflowInputParameter.html new file mode 100644 index 0000000..7cc7221 --- /dev/null +++ b/docs/classes/WorkflowInputParameter.html @@ -0,0 +1,101 @@ +WorkflowInputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowInputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#WorkflowInputParameter

+

Hierarchy

  • Saveable
    • WorkflowInputParameter

Implements

Index

Constructors

constructor

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional inputBinding

inputBinding?: InputBinding
+

Deprecated. Preserved for v1.0 backwards compatability. Will be removed in +CWL v2.0. Use WorkflowInputParameter.loadContents instead.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/WorkflowOutputParameter.html b/docs/classes/WorkflowOutputParameter.html new file mode 100644 index 0000000..0e76792 --- /dev/null +++ b/docs/classes/WorkflowOutputParameter.html @@ -0,0 +1,87 @@ +WorkflowOutputParameter | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowOutputParameter

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#WorkflowOutputParameter

+

Describe an output parameter of a workflow. The parameter must be +connected to one or more parameters defined in the workflow that +will provide the value of the output parameter. It is legal to +connect a WorkflowInputParameter to a WorkflowOutputParameter.

+

See WorkflowStepInput for discussion of +linkMerge and pickValue.

+

Hierarchy

  • Saveable
    • WorkflowOutputParameter

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional linkMerge

linkMerge?: LinkMergeMethod
+

The method to use to merge multiple sources into a single array. +If not specified, the default method is "merge_nested".

+

loadingOptions

loadingOptions: LoadingOptions

Optional outputSource

outputSource?: string | string[]
+

Specifies one or more workflow parameters that supply the value of to +the output parameter.

+

Optional pickValue

pickValue?: PickValueMethod
+

The method to use to choose non-null elements among multiple sources.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/WorkflowStep.html b/docs/classes/WorkflowStep.html new file mode 100644 index 0000000..67d90f9 --- /dev/null +++ b/docs/classes/WorkflowStep.html @@ -0,0 +1,126 @@ +WorkflowStep | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowStep

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#WorkflowStep

+

A workflow step is an executable element of a workflow. It specifies the +underlying process implementation (such as CommandLineTool or another +Workflow) in the run field and connects the input and output parameters +of the underlying process to workflow parameters.

+ + +

Scatter/gather

+
+

To use scatter/gather, +ScatterFeatureRequirement must be specified +in the workflow or workflow step requirements.

+

A "scatter" operation specifies that the associated workflow step or +subworkflow should execute separately over a list of input elements. Each +job making up a scatter operation is independent and may be executed +concurrently.

+

The scatter field specifies one or more input parameters which will be +scattered. An input parameter may be listed more than once. The declared +type of each input parameter is implicitly becomes an array of items of the +input parameter type. If a parameter is listed more than once, it becomes +a nested array. As a result, upstream parameters which are connected to +scattered parameters must be arrays.

+

All output parameter types are also implicitly wrapped in arrays. Each job +in the scatter results in an entry in the output array.

+

If any scattered parameter runtime value is an empty array, all outputs are +set to empty arrays and no work is done for the step, according to +applicable scattering rules.

+

If scatter declares more than one input parameter, scatterMethod +describes how to decompose the input into a discrete set of jobs.

+
    +
  • dotproduct specifies that each of the input arrays are aligned and one + element taken from each array to construct each job. It is an error + if all input arrays are not the same length.

    +
  • +
  • nested_crossproduct specifies the Cartesian product of the inputs, + producing a job for every combination of the scattered inputs. The + output must be nested arrays for each level of scattering, in the + order that the input arrays are listed in the scatter field.

    +
  • +
  • flat_crossproduct specifies the Cartesian product of the inputs, + producing a job for every combination of the scattered inputs. The + output arrays must be flattened to a single level, but otherwise listed in the + order that the input arrays are listed in the scatter field.

    +
  • +
+ + +

Conditional execution (Optional)

+
+

Conditional execution makes execution of a step conditional on an +expression. A step that is not executed is "skipped". A skipped +step produces null for all output parameters.

+

The condition is evaluated after scatter, using the input object +of each individual scatter job. This means over a set of scatter +jobs, some may be executed and some may be skipped. When the +results are gathered, skipped steps must be null in the output +arrays.

+

The when field controls conditional execution. This is an +expression that must be evaluated with inputs bound to the step +input object (or individual scatter job), and returns a boolean +value. It is an error if this expression returns a value other +than true or false.

+

Conditionals in CWL are an optional feature and are not required +to be implemented by all consumers of CWL documents. An +implementation that does not support conditionals must return a +fatal error when attempting execute a workflow that uses +conditional constructs the implementation does not support.

+ + +

Subworkflows

+
+

To specify a nested workflow as part of a workflow step, +SubworkflowFeatureRequirement must be +specified in the workflow or workflow step requirements.

+

It is a fatal error if a workflow directly or indirectly invokes itself as +a subworkflow (recursive workflows are not allowed).

+

Hierarchy

  • Saveable
    • WorkflowStep

Implements

Index

Constructors

constructor

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this workflow step. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

in_

+

Defines the input parameters of the workflow step. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used build a user +interface for constructing the input object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

loadingOptions

loadingOptions: LoadingOptions

out

out: (string | WorkflowStepOutput)[]
+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this workflow step. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

run

+

Specifies the process to run.

+

Optional scatter

scatter?: string | string[]

Optional scatterMethod

scatterMethod?: ScatterMethod
+

Required if scatter is an array of more than one element.

+

Optional when

when?: string
+

If defined, only run the step when the expression evaluates to +true. If false the step is skipped. A skipped step +produces a null on each output.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/WorkflowStepInput.html b/docs/classes/WorkflowStepInput.html new file mode 100644 index 0000000..45dc905 --- /dev/null +++ b/docs/classes/WorkflowStepInput.html @@ -0,0 +1,181 @@ +WorkflowStepInput | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowStepInput

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#WorkflowStepInput

+

The input of a workflow step connects an upstream parameter (from the +workflow inputs, or the outputs of other workflows steps) with the input +parameters of the process specified by the run field. Only input parameters +declared by the target process will be passed through at runtime to the process +though additonal parameters may be specified (for use within valueFrom +expressions for instance) - unconnected or unused parameters do not represent an +error condition.

+ + +

Input object

+
+

A WorkflowStepInput object must contain an id field in the form +#fieldname or #prefix/fieldname. When the id field contains a slash +/ the field name consists of the characters following the final slash +(the prefix portion may contain one or more slashes to indicate scope). +This defines a field of the workflow step input object with the value of +the source parameter(s).

+ + +

Merging multiple inbound data links

+
+

To merge multiple inbound data links, +MultipleInputFeatureRequirement must be specified +in the workflow or workflow step requirements.

+

If the sink parameter is an array, or named in a workflow +scatter operation, there may be multiple inbound +data links listed in the source field. The values from the +input links are merged depending on the method specified in the +linkMerge field. If both linkMerge and pickValue are null +or not specified, and there is more than one element in the +source array, the default method is "merge_nested".

+

If both linkMerge and pickValue are null or not specified, and +there is only a single element in the source, then the input +parameter takes the scalar value from the single input link (it is +not wrapped in a single-list).

+
    +
  • merge_nested

    +

    The input must be an array consisting of exactly one entry for each +input link. If "merge_nested" is specified with a single link, the value +from the link must be wrapped in a single-item list.

    +
  • +
  • merge_flattened

    +
      +
    1. The source and sink parameters must be compatible types, or the source +type must be compatible with single element from the "items" type of +the destination array parameter.
    2. +
    3. Source parameters which are arrays are concatenated. +Source parameters which are single element types are appended as +single elements.
    4. +
    +
  • +
+ + +

Picking non-null values among inbound data links

+
+

If present, pickValue specifies how to picking non-null values among inbound data links.

+

pickValue is evaluated

+
    +
  1. Once all source values from upstream step or parameters are available.
  2. +
  3. After linkMerge.
  4. +
  5. Before scatter or valueFrom.
  6. +
+

This is specifically intended to be useful in combination with +conditional execution, where several upstream +steps may be connected to a single input (source is a list), and +skipped steps produce null values.

+

Static type checkers should check for type consistency after infering what the type +will be after pickValue is applied, just as they do currently for linkMerge.

+
    +
  • first_non_null

    +

    For the first level of a list input, pick the first non-null element. The result is a scalar. +It is an error if there is no non-null element. Examples:

    +
      +
    • [null, x, null, y] -> x
    • +
    • [null, [null], null, y] -> [null]
    • +
    • [null, null, null] -> Runtime Error
    • +
    +

    Intended use case: If-else pattern where the +value comes either from a conditional step or from a default or +fallback value. The conditional step(s) should be placed first in +the list.

    +
  • +
  • the_only_non_null

    +

    For the first level of a list input, pick the single non-null element. The result is a scalar. +It is an error if there is more than one non-null element. Examples:

    +
      +
    • [null, x, null] -> x
    • +
    • [null, x, null, y] -> Runtime Error
    • +
    • [null, [null], null] -> [null]
    • +
    • [null, null, null] -> Runtime Error
    • +
    +

    Intended use case: Switch type patterns where developer considers +more than one active code path as a workflow error +(possibly indicating an error in writing when condition expressions).

    +
  • +
  • all_non_null

    +

    For the first level of a list input, pick all non-null values. +The result is a list, which may be empty. Examples:

    +
      +
    • [null, x, null] -> [x]
    • +
    • [x, null, y] -> [x, y]
    • +
    • [null, [x], [null]] -> [[x], [null]]
    • +
    • [null, null, null] -> []
    • +
    +

    Intended use case: It is valid to have more than one source, but + sources are conditional, so null sources (from skipped steps) + should be filtered out.

    +
  • +
+

Hierarchy

  • Saveable
    • WorkflowStepInput

Implements

Index

Constructors

constructor

Properties

Optional default_

default_?: any
+

The default value for this parameter to use if either there is no +source field, or the value produced by the source is null. The +default must be applied prior to scattering or evaluating valueFrom.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional linkMerge

linkMerge?: LinkMergeMethod
+

The method to use to merge multiple inbound links into a single array. +If not specified, the default method is "merge_nested".

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

loadingOptions

loadingOptions: LoadingOptions

Optional pickValue

pickValue?: PickValueMethod
+

The method to use to choose non-null elements among multiple sources.

+

Optional source

source?: string | string[]
+

Specifies one or more workflow parameters that will provide input to +the underlying step parameter.

+

Optional valueFrom

valueFrom?: string
+

To use valueFrom, StepInputExpressionRequirement must +be specified in the workflow or workflow step requirements.

+

If valueFrom is a constant string value, use this as the value for +this input parameter.

+

If valueFrom is a parameter reference or expression, it must be +evaluated to yield the actual value to be assiged to the input field.

+

The self value in the parameter reference or expression must be

+
    +
  1. null if there is no source field
  2. +
  3. the value of the parameter(s) specified in the source field when this +workflow input parameter is not specified in this workflow step's scatter field.
  4. +
  5. an element of the parameter specified in the source field when this workflow input +parameter is specified in this workflow step's scatter field.
  6. +
+

The value of inputs in the parameter reference or expression must be +the input object to the workflow step after assigning the source +values, applying default, and then scattering. The order of +evaluating valueFrom among step input parameters is undefined and the +result of evaluating valueFrom on a parameter must not be visible to +evaluation of valueFrom on other parameters.

+

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/WorkflowStepOutput.html b/docs/classes/WorkflowStepOutput.html new file mode 100644 index 0000000..e282e58 --- /dev/null +++ b/docs/classes/WorkflowStepOutput.html @@ -0,0 +1,25 @@ +WorkflowStepOutput | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WorkflowStepOutput

+

Auto-generated class implementation for https://w3id.org/cwl/cwl#WorkflowStepOutput

+

Associate an output parameter of the underlying process with a workflow +parameter. The workflow parameter (given in the id field) be may be used +as a source to connect with input parameters of other workflow steps, or +with an output parameter of the process.

+

A unique identifier for this workflow output parameter. This is +the identifier to use in the source field of WorkflowStepInput +to connect the output value to downstream parameters.

+

Hierarchy

  • Saveable
    • WorkflowStepOutput

Implements

Index

Constructors

constructor

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional id

id?: string
+

The unique identifier for this object.

+

loadingOptions

loadingOptions: LoadingOptions

Static attr

attr: Set<string> = ...

Methods

save

  • save(top?: boolean, baseUrl?: string, relativeUris?: boolean): Dictionary<any>
  • Parameters

    • top: boolean = false
    • baseUrl: string = ''
    • relativeUris: boolean = true

    Returns Dictionary<any>

Static fromDoc

  • fromDoc(__doc: any, baseuri: string, loadingOptions: LoadingOptions, docRoot?: string): Promise<Saveable>
  • +

    Used to construct instances of .

    +
    throws

    ValidationException If the document fragment is not a + {@link Dictionary} or validation of fields fails.

    +

    Parameters

    • __doc: any
      +

      Document fragment to load this record object from.

      +
    • baseuri: string
      +

      Base URI to generate child document IDs against.

      +
    • loadingOptions: LoadingOptions
      +

      Context for loading URIs and populating objects.

      +
    • Optional docRoot: string
      +

      ID at this position in the document (if available)

      +

    Returns Promise<Saveable>

    An instance of

    +

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/Any.html b/docs/enums/Any.html new file mode 100644 index 0000000..53a47d2 --- /dev/null +++ b/docs/enums/Any.html @@ -0,0 +1 @@ +Any | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Any

Index

Enumeration members

Enumeration members

ANY

ANY = "Any"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/CWLType.html b/docs/enums/CWLType.html new file mode 100644 index 0000000..6f6ac70 --- /dev/null +++ b/docs/enums/CWLType.html @@ -0,0 +1 @@ +CWLType | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CWLType

Index

Enumeration members

Enumeration members

DIRECTORY

DIRECTORY = "Directory"

FILE

FILE = "File"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/CWLVersion.html b/docs/enums/CWLVersion.html new file mode 100644 index 0000000..d127705 --- /dev/null +++ b/docs/enums/CWLVersion.html @@ -0,0 +1 @@ +CWLVersion | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CWLVersion

Index

Enumeration members

DRAFT_2

DRAFT_2 = "draft-2"

DRAFT_3

DRAFT_3 = "draft-3"

DRAFT_3_DEV1

DRAFT_3_DEV1 = "draft-3.dev1"

DRAFT_3_DEV2

DRAFT_3_DEV2 = "draft-3.dev2"

DRAFT_3_DEV3

DRAFT_3_DEV3 = "draft-3.dev3"

DRAFT_3_DEV4

DRAFT_3_DEV4 = "draft-3.dev4"

DRAFT_3_DEV5

DRAFT_3_DEV5 = "draft-3.dev5"

DRAFT_4_DEV1

DRAFT_4_DEV1 = "draft-4.dev1"

DRAFT_4_DEV2

DRAFT_4_DEV2 = "draft-4.dev2"

DRAFT_4_DEV3

DRAFT_4_DEV3 = "draft-4.dev3"

V1_0

V1_0 = "v1.0"

V1_0_DEV4

V1_0_DEV4 = "v1.0.dev4"

V1_1

V1_1 = "v1.1"

V1_1_0_DEV1

V1_1_0_DEV1 = "v1.1.0-dev1"

V1_2

V1_2 = "v1.2"

V1_2_0_DEV1

V1_2_0_DEV1 = "v1.2.0-dev1"

V1_2_0_DEV2

V1_2_0_DEV2 = "v1.2.0-dev2"

V1_2_0_DEV3

V1_2_0_DEV3 = "v1.2.0-dev3"

V1_2_0_DEV4

V1_2_0_DEV4 = "v1.2.0-dev4"

V1_2_0_DEV5

V1_2_0_DEV5 = "v1.2.0-dev5"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/CommandLineTool_class.html b/docs/enums/CommandLineTool_class.html new file mode 100644 index 0000000..317a055 --- /dev/null +++ b/docs/enums/CommandLineTool_class.html @@ -0,0 +1 @@ +CommandLineTool_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommandLineTool_class

Index

Enumeration members

Enumeration members

COMMANDLINETOOL

COMMANDLINETOOL = "CommandLineTool"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/Directory_class.html b/docs/enums/Directory_class.html new file mode 100644 index 0000000..c88e8fc --- /dev/null +++ b/docs/enums/Directory_class.html @@ -0,0 +1 @@ +Directory_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Directory_class

Index

Enumeration members

Enumeration members

DIRECTORY

DIRECTORY = "Directory"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/DockerRequirement_class.html b/docs/enums/DockerRequirement_class.html new file mode 100644 index 0000000..2c1e2c6 --- /dev/null +++ b/docs/enums/DockerRequirement_class.html @@ -0,0 +1 @@ +DockerRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DockerRequirement_class

Index

Enumeration members

Enumeration members

DOCKERREQUIREMENT

DOCKERREQUIREMENT = "DockerRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/EnvVarRequirement_class.html b/docs/enums/EnvVarRequirement_class.html new file mode 100644 index 0000000..c516df8 --- /dev/null +++ b/docs/enums/EnvVarRequirement_class.html @@ -0,0 +1 @@ +EnvVarRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration EnvVarRequirement_class

Index

Enumeration members

Enumeration members

ENVVARREQUIREMENT

ENVVARREQUIREMENT = "EnvVarRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/Expression.html b/docs/enums/Expression.html new file mode 100644 index 0000000..47e1940 --- /dev/null +++ b/docs/enums/Expression.html @@ -0,0 +1 @@ +Expression | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Expression

Index

Enumeration members

Enumeration members

EXPRESSIONPLACEHOLDER

EXPRESSIONPLACEHOLDER = "ExpressionPlaceholder"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ExpressionTool_class.html b/docs/enums/ExpressionTool_class.html new file mode 100644 index 0000000..c89f452 --- /dev/null +++ b/docs/enums/ExpressionTool_class.html @@ -0,0 +1 @@ +ExpressionTool_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ExpressionTool_class

Index

Enumeration members

Enumeration members

EXPRESSIONTOOL

EXPRESSIONTOOL = "ExpressionTool"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/File_class.html b/docs/enums/File_class.html new file mode 100644 index 0000000..d99e78a --- /dev/null +++ b/docs/enums/File_class.html @@ -0,0 +1 @@ +File_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration File_class

Index

Enumeration members

Enumeration members

FILE

FILE = "File"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/InitialWorkDirRequirement_class.html b/docs/enums/InitialWorkDirRequirement_class.html new file mode 100644 index 0000000..3d000cf --- /dev/null +++ b/docs/enums/InitialWorkDirRequirement_class.html @@ -0,0 +1 @@ +InitialWorkDirRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InitialWorkDirRequirement_class

Index

Enumeration members

Enumeration members

INITIALWORKDIRREQUIREMENT

INITIALWORKDIRREQUIREMENT = "InitialWorkDirRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/InlineJavascriptRequirement_class.html b/docs/enums/InlineJavascriptRequirement_class.html new file mode 100644 index 0000000..5b5f5b3 --- /dev/null +++ b/docs/enums/InlineJavascriptRequirement_class.html @@ -0,0 +1 @@ +InlineJavascriptRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InlineJavascriptRequirement_class

Index

Enumeration members

Enumeration members

INLINEJAVASCRIPTREQUIREMENT

INLINEJAVASCRIPTREQUIREMENT = "InlineJavascriptRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/InplaceUpdateRequirement_class.html b/docs/enums/InplaceUpdateRequirement_class.html new file mode 100644 index 0000000..0975214 --- /dev/null +++ b/docs/enums/InplaceUpdateRequirement_class.html @@ -0,0 +1 @@ +InplaceUpdateRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration InplaceUpdateRequirement_class

Index

Enumeration members

Enumeration members

INPLACEUPDATEREQUIREMENT

INPLACEUPDATEREQUIREMENT = "InplaceUpdateRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/LinkMergeMethod.html b/docs/enums/LinkMergeMethod.html new file mode 100644 index 0000000..3a95775 --- /dev/null +++ b/docs/enums/LinkMergeMethod.html @@ -0,0 +1 @@ +LinkMergeMethod | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LinkMergeMethod

Index

Enumeration members

Enumeration members

MERGE_FLATTENED

MERGE_FLATTENED = "merge_flattened"

MERGE_NESTED

MERGE_NESTED = "merge_nested"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/LoadListingEnum.html b/docs/enums/LoadListingEnum.html new file mode 100644 index 0000000..295b25a --- /dev/null +++ b/docs/enums/LoadListingEnum.html @@ -0,0 +1 @@ +LoadListingEnum | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoadListingEnum

Index

Enumeration members

DEEP_LISTING

DEEP_LISTING = "deep_listing"

NO_LISTING

NO_LISTING = "no_listing"

SHALLOW_LISTING

SHALLOW_LISTING = "shallow_listing"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/LoadListingRequirement_class.html b/docs/enums/LoadListingRequirement_class.html new file mode 100644 index 0000000..7ebf6eb --- /dev/null +++ b/docs/enums/LoadListingRequirement_class.html @@ -0,0 +1 @@ +LoadListingRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration LoadListingRequirement_class

Index

Enumeration members

Enumeration members

LOADLISTINGREQUIREMENT

LOADLISTINGREQUIREMENT = "LoadListingRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/MultipleInputFeatureRequirement_class.html b/docs/enums/MultipleInputFeatureRequirement_class.html new file mode 100644 index 0000000..e0317f2 --- /dev/null +++ b/docs/enums/MultipleInputFeatureRequirement_class.html @@ -0,0 +1 @@ +MultipleInputFeatureRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration MultipleInputFeatureRequirement_class

Index

Enumeration members

MULTIPLEINPUTFEATUREREQUIREMENT

MULTIPLEINPUTFEATUREREQUIREMENT = "MultipleInputFeatureRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/NetworkAccess_class.html b/docs/enums/NetworkAccess_class.html new file mode 100644 index 0000000..5424572 --- /dev/null +++ b/docs/enums/NetworkAccess_class.html @@ -0,0 +1 @@ +NetworkAccess_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration NetworkAccess_class

Index

Enumeration members

Enumeration members

NETWORKACCESS

NETWORKACCESS = "NetworkAccess"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/Operation_class.html b/docs/enums/Operation_class.html new file mode 100644 index 0000000..4cb20e3 --- /dev/null +++ b/docs/enums/Operation_class.html @@ -0,0 +1 @@ +Operation_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Operation_class

Index

Enumeration members

Enumeration members

OPERATION

OPERATION = "Operation"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/PickValueMethod.html b/docs/enums/PickValueMethod.html new file mode 100644 index 0000000..d4165e3 --- /dev/null +++ b/docs/enums/PickValueMethod.html @@ -0,0 +1 @@ +PickValueMethod | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PickValueMethod

Index

Enumeration members

ALL_NON_NULL

ALL_NON_NULL = "all_non_null"

FIRST_NON_NULL

FIRST_NON_NULL = "first_non_null"

THE_ONLY_NON_NULL

THE_ONLY_NON_NULL = "the_only_non_null"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/PrimitiveType.html b/docs/enums/PrimitiveType.html new file mode 100644 index 0000000..03a11f3 --- /dev/null +++ b/docs/enums/PrimitiveType.html @@ -0,0 +1 @@ +PrimitiveType | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration PrimitiveType

Index

Enumeration members

BOOLEAN

BOOLEAN = "boolean"

DOUBLE

DOUBLE = "double"

FLOAT

FLOAT = "float"

INT

INT = "int"

LONG

LONG = "long"

NULL

NULL = "null"

STRING

STRING = "string"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ResourceRequirement_class.html b/docs/enums/ResourceRequirement_class.html new file mode 100644 index 0000000..1e066ab --- /dev/null +++ b/docs/enums/ResourceRequirement_class.html @@ -0,0 +1 @@ +ResourceRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ResourceRequirement_class

Index

Enumeration members

Enumeration members

RESOURCEREQUIREMENT

RESOURCEREQUIREMENT = "ResourceRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ScatterFeatureRequirement_class.html b/docs/enums/ScatterFeatureRequirement_class.html new file mode 100644 index 0000000..87e319e --- /dev/null +++ b/docs/enums/ScatterFeatureRequirement_class.html @@ -0,0 +1 @@ +ScatterFeatureRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ScatterFeatureRequirement_class

Index

Enumeration members

Enumeration members

SCATTERFEATUREREQUIREMENT

SCATTERFEATUREREQUIREMENT = "ScatterFeatureRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ScatterMethod.html b/docs/enums/ScatterMethod.html new file mode 100644 index 0000000..7be9c10 --- /dev/null +++ b/docs/enums/ScatterMethod.html @@ -0,0 +1 @@ +ScatterMethod | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ScatterMethod

Index

Enumeration members

DOTPRODUCT

DOTPRODUCT = "dotproduct"

FLAT_CROSSPRODUCT

FLAT_CROSSPRODUCT = "flat_crossproduct"

NESTED_CROSSPRODUCT

NESTED_CROSSPRODUCT = "nested_crossproduct"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/SchemaDefRequirement_class.html b/docs/enums/SchemaDefRequirement_class.html new file mode 100644 index 0000000..92bdcbb --- /dev/null +++ b/docs/enums/SchemaDefRequirement_class.html @@ -0,0 +1 @@ +SchemaDefRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SchemaDefRequirement_class

Index

Enumeration members

Enumeration members

SCHEMADEFREQUIREMENT

SCHEMADEFREQUIREMENT = "SchemaDefRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ShellCommandRequirement_class.html b/docs/enums/ShellCommandRequirement_class.html new file mode 100644 index 0000000..55378cf --- /dev/null +++ b/docs/enums/ShellCommandRequirement_class.html @@ -0,0 +1 @@ +ShellCommandRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ShellCommandRequirement_class

Index

Enumeration members

Enumeration members

SHELLCOMMANDREQUIREMENT

SHELLCOMMANDREQUIREMENT = "ShellCommandRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/SoftwareRequirement_class.html b/docs/enums/SoftwareRequirement_class.html new file mode 100644 index 0000000..d3b0d6b --- /dev/null +++ b/docs/enums/SoftwareRequirement_class.html @@ -0,0 +1 @@ +SoftwareRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SoftwareRequirement_class

Index

Enumeration members

Enumeration members

SOFTWAREREQUIREMENT

SOFTWAREREQUIREMENT = "SoftwareRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/StepInputExpressionRequirement_class.html b/docs/enums/StepInputExpressionRequirement_class.html new file mode 100644 index 0000000..6c22839 --- /dev/null +++ b/docs/enums/StepInputExpressionRequirement_class.html @@ -0,0 +1 @@ +StepInputExpressionRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StepInputExpressionRequirement_class

Index

Enumeration members

STEPINPUTEXPRESSIONREQUIREMENT

STEPINPUTEXPRESSIONREQUIREMENT = "StepInputExpressionRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/SubworkflowFeatureRequirement_class.html b/docs/enums/SubworkflowFeatureRequirement_class.html new file mode 100644 index 0000000..54817d4 --- /dev/null +++ b/docs/enums/SubworkflowFeatureRequirement_class.html @@ -0,0 +1 @@ +SubworkflowFeatureRequirement_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration SubworkflowFeatureRequirement_class

Index

Enumeration members

SUBWORKFLOWFEATUREREQUIREMENT

SUBWORKFLOWFEATUREREQUIREMENT = "SubworkflowFeatureRequirement"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/ToolTimeLimit_class.html b/docs/enums/ToolTimeLimit_class.html new file mode 100644 index 0000000..d8de880 --- /dev/null +++ b/docs/enums/ToolTimeLimit_class.html @@ -0,0 +1 @@ +ToolTimeLimit_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ToolTimeLimit_class

Index

Enumeration members

Enumeration members

TOOLTIMELIMIT

TOOLTIMELIMIT = "ToolTimeLimit"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/WorkReuse_class.html b/docs/enums/WorkReuse_class.html new file mode 100644 index 0000000..a3c1ca5 --- /dev/null +++ b/docs/enums/WorkReuse_class.html @@ -0,0 +1 @@ +WorkReuse_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration WorkReuse_class

Index

Enumeration members

Enumeration members

WORKREUSE

WORKREUSE = "WorkReuse"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/Workflow_class.html b/docs/enums/Workflow_class.html new file mode 100644 index 0000000..a35b294 --- /dev/null +++ b/docs/enums/Workflow_class.html @@ -0,0 +1 @@ +Workflow_class | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Workflow_class

Index

Enumeration members

Enumeration members

WORKFLOW

WORKFLOW = "Workflow"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/enum_d062602be0b4b8fd33e69e29a841317b6ab665bc.html b/docs/enums/enum_d062602be0b4b8fd33e69e29a841317b6ab665bc.html new file mode 100644 index 0000000..c59cb0c --- /dev/null +++ b/docs/enums/enum_d062602be0b4b8fd33e69e29a841317b6ab665bc.html @@ -0,0 +1 @@ +enum_d062602be0b4b8fd33e69e29a841317b6ab665bc | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration enum_d062602be0b4b8fd33e69e29a841317b6ab665bc

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/enum_d961d79c225752b9fadb617367615ab176b47d77.html b/docs/enums/enum_d961d79c225752b9fadb617367615ab176b47d77.html new file mode 100644 index 0000000..384bdc2 --- /dev/null +++ b/docs/enums/enum_d961d79c225752b9fadb617367615ab176b47d77.html @@ -0,0 +1 @@ +enum_d961d79c225752b9fadb617367615ab176b47d77 | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration enum_d961d79c225752b9fadb617367615ab176b47d77

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/enum_d9cba076fca539106791a4f46d198c7fcfbdb779.html b/docs/enums/enum_d9cba076fca539106791a4f46d198c7fcfbdb779.html new file mode 100644 index 0000000..e6c9260 --- /dev/null +++ b/docs/enums/enum_d9cba076fca539106791a4f46d198c7fcfbdb779.html @@ -0,0 +1 @@ +enum_d9cba076fca539106791a4f46d198c7fcfbdb779 | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration enum_d9cba076fca539106791a4f46d198c7fcfbdb779

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/stderr.html b/docs/enums/stderr.html new file mode 100644 index 0000000..b3863a6 --- /dev/null +++ b/docs/enums/stderr.html @@ -0,0 +1 @@ +stderr | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration stderr

Index

Enumeration members

Enumeration members

STDERR

STDERR = "stderr"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/stdin.html b/docs/enums/stdin.html new file mode 100644 index 0000000..05d0899 --- /dev/null +++ b/docs/enums/stdin.html @@ -0,0 +1 @@ +stdin | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration stdin

Index

Enumeration members

Enumeration members

STDIN

STDIN = "stdin"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/enums/stdout.html b/docs/enums/stdout.html new file mode 100644 index 0000000..e51709b --- /dev/null +++ b/docs/enums/stdout.html @@ -0,0 +1 @@ +stdout | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration stdout

Index

Enumeration members

Enumeration members

STDOUT

STDOUT = "stdout"

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..621a987 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,33 @@ +cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

cwl-ts-auto

+ +

cwl-ts-auto

+
+

Actions CI +npm version

+

This project contains TypeScript objects and utilities auto-generated by https://github.com/common-workflow-language/schema_salad for parsing documents corresponding to the https://w3id.org/cwl/cwl schema

+ + +

Installation & Usage

+
+

To install the latest version of cwl-ts-auto execute:

+

npm install cwl-ts-auto

+ + +

Loading Documents

+
+

Documents can be loaded by specyfying a file path or by string

+
import * as cwltsauto from 'cwl-ts-auto'
import fs from 'fs'
import url from 'url'

// Load document by file
cwltsauto.loadDocument('./test.cwl')
.then((file) => {
if (file instanceof cwltsauto.CommandLineTool) {
console.log('This document is a CommandLineTool with baseCommand: ', file.baseCommand)
}
})
.catch((e) => {
if(e instanceof cwltsauto.ValidationException) {
console.log(e.toString())
} else {
console.log(e)
}
})

// Load document by string
let docAsString = fs.readFileSync('./test.cwl').toString()
cwltsauto.loadDocumentByString(docAsString, url.pathToFileURL('/your/base/uri/').toString())
.then((file) => {
if (file instanceof cwltsauto.CommandLineTool) {
console.log('This document is a CommandLineTool with baseCommand: ', file.baseCommand)
}
})
.catch((e) => {
if(e instanceof cwltsauto.ValidationException) {
console.log(e.toString())
} else {
console.log(e)
}
}) +
+ + +

Creating, editing and saving Documents

+
+

This example shows how to create a simple CommandLineTool with one input

+
import * as cwltsauto from 'cwl-ts-auto'

let exampleCommandLineTool =
new cwltsauto.CommandLineTool({
class_: cwltsauto.CommandLineTool_class.COMMANDLINETOOL,
inputs: [],
outputs: []
})
exampleCommandLineTool.baseCommand = 'echo'

let exampleInput =
new cwltsauto.CommandInputParameter({
type: cwltsauto.PrimitiveType.STRING
})
exampleInput.default_ = 'Hello World!'
exampleCommandLineTool.inputs.push(exampleInput)

console.log(JSON.stringify(exampleCommandLineTool.save())) +
+ + +

Limitations

+
+

cwl-ts-auto only supports the CWL v1.2 syntax. Other documents have to be upgraded using the cwl-upgrader

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ArraySchemaProperties.html b/docs/interfaces/ArraySchemaProperties.html new file mode 100644 index 0000000..ab80675 --- /dev/null +++ b/docs/interfaces/ArraySchemaProperties.html @@ -0,0 +1,7 @@ +ArraySchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArraySchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/salad#ArraySchema

+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

items

items: string | RecordSchema | EnumSchema | ArraySchema | (string | RecordSchema | EnumSchema | ArraySchema)[]
+

Defines the type of the array elements.

+

type

type: ARRAY
+

Must be array

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandInputArraySchemaProperties.html b/docs/interfaces/CommandInputArraySchemaProperties.html new file mode 100644 index 0000000..e5c0553 --- /dev/null +++ b/docs/interfaces/CommandInputArraySchemaProperties.html @@ -0,0 +1,15 @@ +CommandInputArraySchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandInputArraySchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandInputArraySchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandInputEnumSchemaProperties.html b/docs/interfaces/CommandInputEnumSchemaProperties.html new file mode 100644 index 0000000..8dbf82d --- /dev/null +++ b/docs/interfaces/CommandInputEnumSchemaProperties.html @@ -0,0 +1,15 @@ +CommandInputEnumSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandInputEnumSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandInputEnumSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandInputParameterProperties.html b/docs/interfaces/CommandInputParameterProperties.html new file mode 100644 index 0000000..7f648ea --- /dev/null +++ b/docs/interfaces/CommandInputParameterProperties.html @@ -0,0 +1,89 @@ +CommandInputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandInputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandInputParameter

+

An input parameter for a CommandLineTool.

+

Hierarchy

Implemented by

Index

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turns the input parameters of a process into +command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandInputRecordFieldProperties.html b/docs/interfaces/CommandInputRecordFieldProperties.html new file mode 100644 index 0000000..43a0dea --- /dev/null +++ b/docs/interfaces/CommandInputRecordFieldProperties.html @@ -0,0 +1,82 @@ +CommandInputRecordFieldProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandInputRecordFieldProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandInputRecordField

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

name

name: string
+

The name of the field

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandInputRecordSchemaProperties.html b/docs/interfaces/CommandInputRecordSchemaProperties.html new file mode 100644 index 0000000..37a9e15 --- /dev/null +++ b/docs/interfaces/CommandInputRecordSchemaProperties.html @@ -0,0 +1,15 @@ +CommandInputRecordSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandInputRecordSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandInputRecordSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

+

Defines the fields of the record.

+

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandInputSchemaProperties.html b/docs/interfaces/CommandInputSchemaProperties.html new file mode 100644 index 0000000..40eba11 --- /dev/null +++ b/docs/interfaces/CommandInputSchemaProperties.html @@ -0,0 +1,3 @@ +CommandInputSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandInputSchemaProperties

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandLineBindableProperties.html b/docs/interfaces/CommandLineBindableProperties.html new file mode 100644 index 0000000..14dd595 --- /dev/null +++ b/docs/interfaces/CommandLineBindableProperties.html @@ -0,0 +1,5 @@ +CommandLineBindableProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandLineBindableProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandLineBindable

+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional inputBinding

inputBinding?: CommandLineBinding
+

Describes how to turn this object into command line arguments.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandLineBindingProperties.html b/docs/interfaces/CommandLineBindingProperties.html new file mode 100644 index 0000000..2d5affc --- /dev/null +++ b/docs/interfaces/CommandLineBindingProperties.html @@ -0,0 +1,79 @@ +CommandLineBindingProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandLineBindingProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandLineBinding

+

When listed under inputBinding in the input schema, the term +"value" refers to the the corresponding value in the input object. For +binding objects listed in CommandLineTool.arguments, the term "value" +refers to the effective value after evaluating valueFrom.

+

The binding behavior when building the command line depends on the data +type of the value. If there is a mismatch between the type described by +the input schema and the effective value, such as resulting from an +expression evaluation, an implementation must use the data type of the +effective value.

+
    +
  • string: Add prefix and the string to the command line.

    +
  • +
  • number: Add prefix and decimal representation to command line.

    +
  • +
  • boolean: If true, add prefix to the command line. If false, add + nothing.

    +
  • +
  • File: Add prefix and the value of +File.path to the command line.

    +
  • +
  • Directory: Add prefix and the value of +Directory.path to the command line.

    +
  • +
  • array: If itemSeparator is specified, add prefix and the join + the array into a single string with itemSeparator separating the + items. Otherwise first add prefix, then recursively process + individual elements. + If the array is empty, it does not add anything to command line.

    +
  • +
  • object: Add prefix only, and recursively add object fields for + which inputBinding is specified.

    +
  • +
  • null: Add nothing.

    +
  • +
+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional itemSeparator

itemSeparator?: string
+

Join the array elements into a single string with the elements +separated by by itemSeparator.

+

Optional loadContents

loadContents?: boolean
+

Use of loadContents in InputBinding is deprecated. +Preserved for v1.0 backwards compatability. Will be removed in +CWL v2.0. Use InputParameter.loadContents instead.

+

Optional position

position?: string | number
+

The sorting key. Default position is 0. If a CWL Parameter Reference +or CWL Expression is used and if the +inputBinding is associated with an input parameter, then the value of +self will be the value of the input parameter. Input parameter +defaults (as specified by the InputParameter.default field) must be +applied before evaluating the expression. Expressions must return a +single value of type int or a null.

+

Optional prefix

prefix?: string
+

Command line prefix to add before the value.

+

Optional separate

separate?: boolean
+

If true (default), then the prefix and value must be added as separate +command line arguments; if false, prefix and value must be concatenated +into a single command line argument.

+

Optional shellQuote

shellQuote?: boolean
+

If ShellCommandRequirement is in the requirements for the current command, +this controls whether the value is quoted on the command line (default is true). +Use shellQuote: false to inject metacharacters for operations such as pipes.

+

If shellQuote is true or not provided, the implementation must not +permit interpretation of any shell metacharacters or directives.

+

Optional valueFrom

valueFrom?: string
+

If valueFrom is a constant string value, use this as the value and +apply the binding rules above.

+

If valueFrom is an expression, evaluate the expression to yield the +actual value to use to build the command line and apply the binding +rules above. If the inputBinding is associated with an input +parameter, the value of self in the expression will be the value of +the input parameter. Input parameter defaults (as specified by the +InputParameter.default field) must be applied before evaluating the +expression.

+

If the value of the associated input parameter is null, valueFrom is +not evaluated and nothing is added to the command line.

+

When a binding is part of the CommandLineTool.arguments field, +the valueFrom field is required.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandLineToolProperties.html b/docs/interfaces/CommandLineToolProperties.html new file mode 100644 index 0000000..a5a1f76 --- /dev/null +++ b/docs/interfaces/CommandLineToolProperties.html @@ -0,0 +1,100 @@ +CommandLineToolProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandLineToolProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandLineTool

+

This defines the schema of the CWL Command Line Tool Description document.

+

Hierarchy

Implemented by

Index

Properties

Optional arguments_

arguments_?: (string | CommandLineBinding)[]
+

Command line bindings which are not directly associated with input +parameters. If the value is a string, it is used as a string literal +argument. If it is an Expression, the result of the evaluation is used +as an argument.

+

Optional baseCommand

baseCommand?: string | string[]
+

Specifies the program to execute. If an array, the first element of +the array is the command to execute, and subsequent elements are +mandatory command line arguments. The elements in baseCommand must +appear before any command line bindings from inputBinding or +arguments.

+

If baseCommand is not provided or is an empty array, the first +element of the command line produced after processing inputBinding or +arguments must be used as the program to execute.

+

If the program includes a path separator character it must +be an absolute path, otherwise it is an error. If the program does not +include a path separator, search the $PATH variable in the runtime +environment of the workflow runner find the absolute path of the +executable.

+

class_

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional permanentFailCodes

permanentFailCodes?: number[]
+

Exit codes that indicate the process failed due to a permanent logic error, where executing the process with the same runtime environment and same inputs is expected to always fail. +If not specified, all exit codes except 0 are considered permanent failure.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Optional stderr

stderr?: string
+

Capture the command's standard error stream to a file written to +the designated output directory.

+

If stderr is a string, it specifies the file name to use.

+

If stderr is an expression, the expression is evaluated and must +return a string with the file name to use to capture stderr. If the +return value is not a string, or the resulting path contains illegal +characters (such as the path separator /) it is an error.

+

Optional stdin

stdin?: string
+

A path to a file whose contents must be piped into the command's +standard input stream.

+

Optional stdout

stdout?: string
+

Capture the command's standard output stream to a file written to +the designated output directory.

+

If stdout is a string, it specifies the file name to use.

+

If stdout is an expression, the expression is evaluated and must +return a string with the file name to use to capture stdout. If the +return value is not a string, or the resulting path contains illegal +characters (such as the path separator /) it is an error.

+

Optional successCodes

successCodes?: number[]
+

Exit codes that indicate the process completed successfully.

+

If not specified, only exit code 0 is considered success.

+

Optional temporaryFailCodes

temporaryFailCodes?: number[]
+

Exit codes that indicate the process failed due to a possibly +temporary condition, where executing the process with the same +runtime environment and inputs may produce different results.

+

If not specified, no exit codes are considered temporary failure.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandOutputArraySchemaProperties.html b/docs/interfaces/CommandOutputArraySchemaProperties.html new file mode 100644 index 0000000..e842006 --- /dev/null +++ b/docs/interfaces/CommandOutputArraySchemaProperties.html @@ -0,0 +1,13 @@ +CommandOutputArraySchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOutputArraySchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandOutputArraySchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandOutputBindingProperties.html b/docs/interfaces/CommandOutputBindingProperties.html new file mode 100644 index 0000000..7df0a24 --- /dev/null +++ b/docs/interfaces/CommandOutputBindingProperties.html @@ -0,0 +1,81 @@ +CommandOutputBindingProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOutputBindingProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandOutputBinding

+

Describes how to generate an output parameter based on the files produced +by a CommandLineTool.

+

The output parameter value is generated by applying these operations in the +following order:

+
    +
  • glob
  • +
  • loadContents
  • +
  • outputEval
  • +
  • secondaryFiles
  • +
+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional glob

glob?: string | string[]
+

Find files or directories relative to the output directory, using POSIX +glob(3) pathname matching. If an array is provided, find files or +directories that match any pattern in the array. If an expression is +provided, the expression must return a string or an array of strings, +which will then be evaluated as one or more glob patterns. Must only +match and return files/directories which actually exist.

+

If the value of glob is a relative path pattern (does not +begin with a slash '/') then it is resolved relative to the +output directory. If the value of the glob is an absolute +path pattern (it does begin with a slash '/') then it must +refer to a path within the output directory. It is an error +if any glob resolves to a path outside the output directory. +Specifically this means globs that resolve to paths outside the output +directory are illegal.

+

A glob may match a path within the output directory which is +actually a symlink to another file. In this case, the +expected behavior is for the resulting File/Directory object to take the +basename (and corresponding nameroot and nameext) of the +symlink. The location of the File/Directory is implementation +dependent, but logically the File/Directory should have the same content +as the symlink target. Platforms may stage output files/directories to +cloud storage that lack the concept of a symlink. In +this case file content and directories may be duplicated, or (to avoid +duplication) the File/Directory location may refer to the symlink +target.

+

It is an error if a symlink in the output directory (or any +symlink in a chain of links) refers to any file or directory +that is not under an input or output directory.

+

Implementations may shut down a container before globbing +output, so globs and expressions must not assume access to the +container filesystem except for declared input and output.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Optional outputEval

outputEval?: string
+

Evaluate an expression to generate the output value. If +glob was specified, the value of self must be an array +containing file objects that were matched. If no files were +matched, self must be a zero length array; if a single file +was matched, the value of self is an array of a single +element. The exit code of the process is +available in the expression as runtime.exitCode.

+

Additionally if loadContents is true, the file must be a +UTF-8 text file 64 KiB or smaller, and the implementation must +read the entire contents of the file (or file array) and place +it in the contents field of the File object for use in +outputEval. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

If a tool needs to return a large amount of structured data to +the workflow, loading the output object from cwl.output.json +bypasses outputEval and is not subject to the 64 KiB +loadContents limit.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandOutputEnumSchemaProperties.html b/docs/interfaces/CommandOutputEnumSchemaProperties.html new file mode 100644 index 0000000..218f712 --- /dev/null +++ b/docs/interfaces/CommandOutputEnumSchemaProperties.html @@ -0,0 +1,13 @@ +CommandOutputEnumSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOutputEnumSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandOutputEnumSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandOutputParameterProperties.html b/docs/interfaces/CommandOutputParameterProperties.html new file mode 100644 index 0000000..a50d848 --- /dev/null +++ b/docs/interfaces/CommandOutputParameterProperties.html @@ -0,0 +1,63 @@ +CommandOutputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOutputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandOutputParameter

+

An output parameter for a CommandLineTool.

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional outputBinding

outputBinding?: CommandOutputBinding
+

Describes how to generate this output object based on the files produced by a CommandLineTool

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandOutputRecordFieldProperties.html b/docs/interfaces/CommandOutputRecordFieldProperties.html new file mode 100644 index 0000000..3ee9047 --- /dev/null +++ b/docs/interfaces/CommandOutputRecordFieldProperties.html @@ -0,0 +1,63 @@ +CommandOutputRecordFieldProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOutputRecordFieldProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#CommandOutputRecordField

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

name

name: string
+

The name of the field

+

Optional outputBinding

outputBinding?: CommandOutputBinding
+

Describes how to generate this output object based on the files +produced by a CommandLineTool

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CommandOutputRecordSchemaProperties.html b/docs/interfaces/CommandOutputRecordSchemaProperties.html new file mode 100644 index 0000000..d7d102e --- /dev/null +++ b/docs/interfaces/CommandOutputRecordSchemaProperties.html @@ -0,0 +1,13 @@ +CommandOutputRecordSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CommandOutputRecordSchemaProperties

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

+

Defines the fields of the record.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/DirectoryProperties.html b/docs/interfaces/DirectoryProperties.html new file mode 100644 index 0000000..7972375 --- /dev/null +++ b/docs/interfaces/DirectoryProperties.html @@ -0,0 +1,85 @@ +DirectoryProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectoryProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Directory

+

Represents a directory to present to a command line tool.

+

Directories are represented as objects with class of Directory. Directory objects have +a number of properties that provide metadata about the directory.

+

The location property of a Directory is a URI that uniquely identifies +the directory. Implementations must support the file:// URI scheme and may +support other schemes such as http://. Alternately to location, +implementations must also accept the path property on Directory, which +must be a filesystem path available on the same host as the CWL runner (for +inputs) or the runtime environment of a command line tool execution (for +command line tool outputs).

+

A Directory object may have a listing field. This is a list of File and +Directory objects that are contained in the Directory. For each entry in +listing, the basename property defines the name of the File or +Subdirectory when staged to disk. If listing is not provided, the +implementation must have some way of fetching the Directory listing at +runtime based on the location field.

+

If a Directory does not have location, it is a Directory literal. A +Directory literal must provide listing. Directory literals must be +created on disk at runtime as needed.

+

The resources in a Directory literal do not need to have any implied +relationship in their location. For example, a Directory listing may +contain two files located on different hosts. It is the responsibility of +the runtime to ensure that those files are staged to disk appropriately. +Secondary files associated with files in listing must also be staged to +the same Directory.

+

When executing a CommandLineTool, Directories must be recursively staged +first and have local values of path assigend.

+

Directory objects in CommandLineTool output must provide either a +location URI or a path property in the context of the tool execution +runtime (local to the compute node, or within the executing container).

+

An ExpressionTool may forward file references from input to output by using +the same value for location.

+

Name conflicts (the same basename appearing multiple times in listing +or in any entry in secondaryFiles in the listing) is a fatal error.

+

Hierarchy

  • DirectoryProperties

Implemented by

Index

Properties

Optional basename

basename?: string
+

The base name of the directory, that is, the name of the file without any +leading directory path. The base name must not contain a slash /.

+

If not provided, the implementation must set this field based on the +location field by taking the final path component after parsing +location as an IRI. If basename is provided, it is not required to +match the value from location.

+

When this file is made available to a CommandLineTool, it must be named +with basename, i.e. the final component of the path field must match +basename.

+

class_

class_: DIRECTORY
+

Must be Directory to indicate this object describes a Directory.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional listing

listing?: (File | Directory)[]
+

List of files or subdirectories contained in this directory. The name +of each file or subdirectory is determined by the basename field of +each File or Directory object. It is an error if a File shares a +basename with any other entry in listing. If two or more +Directory object share the same basename, this must be treated as +equivalent to a single subdirectory with the listings recursively +merged.

+

Optional location

location?: string
+

An IRI that identifies the directory resource. This may be a relative +reference, in which case it must be resolved using the base IRI of the +document. The location may refer to a local or remote resource. If +the listing field is not set, the implementation must use the +location IRI to retrieve directory listing. If an implementation is +unable to retrieve the directory listing stored at a remote resource (due to +unsupported protocol, access denied, or other issue) it must signal an +error.

+

If the location field is not provided, the listing field must be +provided. The implementation must assign a unique identifier for +the location field.

+

If the path field is provided but the location field is not, an +implementation may assign the value of the path field to location, +then follow the rules above.

+

Optional path

path?: string
+

The local path where the Directory is made available prior to executing a +CommandLineTool. This must be set by the implementation. This field +must not be used in any other context. The command line tool being +executed must be able to to access the directory at path using the POSIX +opendir(2) syscall.

+

If the path contains POSIX shell metacharacters +(|,&, ;, <, >, (,), $,`, \, ", ', +<space>, <tab>, and <newline>) or characters +not allowed +for Internationalized Domain Names for Applications +then implementations may terminate the process with a +permanentFailure.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/DirentProperties.html b/docs/interfaces/DirentProperties.html new file mode 100644 index 0000000..e5e0121 --- /dev/null +++ b/docs/interfaces/DirentProperties.html @@ -0,0 +1,69 @@ +DirentProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirentProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Dirent

+

Define a file or subdirectory that must be staged to a particular +place prior to executing the command line tool. May be the result +of executing an expression, such as building a configuration file +from a template.

+

Usually files are staged within the designated output directory. +However, under certain circumstances, files may be staged at +arbitrary locations, see discussion for entryname.

+

Hierarchy

  • DirentProperties

Implemented by

Index

Properties

entry

entry: string
+

If the value is a string literal or an expression which evaluates to a +string, a new text file must be created with the string as the file contents.

+

If the value is an expression that evaluates to a File or +Directory object, or an array of File or Directory +objects, this indicates the referenced file or directory +should be added to the designated output directory prior to +executing the tool.

+

If the value is an expression that evaluates to null, +nothing is added to the designated output directory, the entry +has no effect.

+

If the value is an expression that evaluates to some other +array, number, or object not consisting of File or +Directory objects, a new file must be created with the value +serialized to JSON text as the file contents. The JSON +serialization behavior should match the behavior of string +interpolation of Parameter +references.

+

Optional entryname

entryname?: string
+

The "target" name of the file or subdirectory. If entry is +a File or Directory, the entryname field overrides the value +of basename of the File or Directory object.

+
    +
  • Required when entry evaluates to file contents only
  • +
  • Optional when entry evaluates to a File or Directory object with a basename
  • +
  • Invalid when entry evaluates to an array of File or Directory objects.
  • +
+

If entryname is a relative path, it specifies a name within +the designated output directory. A relative path starting +with ../ or that resolves to location above the designated output directory is an error.

+

If entryname is an absolute path (starts with a slash /) +it is an error unless the following conditions are met:

+
    +
  • DockerRequirement is present in requirements
  • +
  • The program is will run inside a software container + where, from the perspective of the program, the root + filesystem is not shared with any other user or + running program.
  • +
+

In this case, and the above conditions are met, then +entryname may specify the absolute path within the container +where the file or directory must be placed.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional writable

writable?: boolean
+

If true, the File or Directory (or array of Files or +Directories) declared in entry must be writable by the tool.

+

Changes to the file or directory must be isolated and not +visible by any other CommandLineTool process. This may be +implemented by making a copy of the original file or +directory.

+

Disruptive changes to the referenced file or directory must not +be allowed unless InplaceUpdateRequirement.inplaceUpdate is true.

+

Default false (files and directories read-only by default).

+

A directory marked as writable: true implies that all files and +subdirectories are recursively writable as well.

+

If writable is false, the file may be made available using a +bind mount or file system link to avoid unnecessary copying of +the input file. Command line tools may receive an error on +attempting to rename or delete files or directories that are +not explicitly marked as writable.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/DockerRequirementProperties.html b/docs/interfaces/DockerRequirementProperties.html new file mode 100644 index 0000000..5d2c0f3 --- /dev/null +++ b/docs/interfaces/DockerRequirementProperties.html @@ -0,0 +1,68 @@ +DockerRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DockerRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#DockerRequirement

+

Indicates that a workflow component should be run in a +Docker or Docker-compatible (such as +Singularity and udocker) container environment and +specifies how to fetch or build the image.

+

If a CommandLineTool lists DockerRequirement under +hints (or requirements), it may (or must) be run in the specified Docker +container.

+

The platform must first acquire or install the correct Docker image as +specified by dockerPull, dockerImport, dockerLoad or dockerFile.

+

The platform must execute the tool in the container using docker run with +the appropriate Docker image and tool command line.

+

The workflow platform may provide input files and the designated output +directory through the use of volume bind mounts. The platform should rewrite +file paths in the input object to correspond to the Docker bind mounted +locations. That is, the platform should rewrite values in the parameter context +such as runtime.outdir, runtime.tmpdir and others to be valid paths +within the container. The platform must ensure that runtime.outdir and +runtime.tmpdir are distinct directories.

+

When running a tool contained in Docker, the workflow platform must not +assume anything about the contents of the Docker container, such as the +presence or absence of specific software, except to assume that the +generated command line represents a valid command within the runtime +environment of the container.

+

A container image may specify an +ENTRYPOINT +and/or +CMD. +Command line arguments will be appended after all elements of +ENTRYPOINT, and will override all elements specified using CMD (in +other words, CMD is only used when the CommandLineTool definition +produces an empty command line).

+

Use of implicit ENTRYPOINT or CMD are discouraged due to reproducibility +concerns of the implicit hidden execution point (For further discussion, see +https://doi.org/10.12688/f1000research.15140.1). Portable +CommandLineTool wrappers in which use of a container is optional must not rely on ENTRYPOINT or CMD. +CommandLineTools which do rely on ENTRYPOINT or CMD must list DockerRequirement in the +requirements section.

+ + +

Interaction with other requirements

+
+

If EnvVarRequirement is specified alongside a +DockerRequirement, the environment variables must be provided to Docker +using --env or --env-file and interact with the container's preexisting +environment as defined by Docker.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'DockerRequirement'

+

Optional dockerFile

dockerFile?: string
+

Supply the contents of a Dockerfile which will be built using docker build.

+

Optional dockerImageId

dockerImageId?: string
+

The image id that will be used for docker run. May be a +human-readable image name or the image identifier hash. May be skipped +if dockerPull is specified, in which case the dockerPull image id +must be used.

+

Optional dockerImport

dockerImport?: string
+

Provide HTTP URL to download and gunzip a Docker images using `docker import.

+

Optional dockerLoad

dockerLoad?: string
+

Specify a HTTP URL from which to download a Docker image using docker load.

+

Optional dockerOutputDirectory

dockerOutputDirectory?: string
+

Set the designated output directory to a specific location inside the +Docker container.

+

Optional dockerPull

dockerPull?: string
+

Specify a Docker image to retrieve using docker pull. Can contain the +immutable digest to ensure an exact container is used: +dockerPull: ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/DocumentedProperties.html b/docs/interfaces/DocumentedProperties.html new file mode 100644 index 0000000..846218c --- /dev/null +++ b/docs/interfaces/DocumentedProperties.html @@ -0,0 +1,5 @@ +DocumentedProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentedProperties

+

Auto-generated interface for https://w3id.org/cwl/salad#Documented

+

Hierarchy

Index

Properties

Properties

Optional doc

doc?: string | string[]
+

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

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/EnumSchemaProperties.html b/docs/interfaces/EnumSchemaProperties.html new file mode 100644 index 0000000..bae8959 --- /dev/null +++ b/docs/interfaces/EnumSchemaProperties.html @@ -0,0 +1,8 @@ +EnumSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnumSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/salad#EnumSchema

+

Define an enumerated type.

+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/EnvVarRequirementProperties.html b/docs/interfaces/EnvVarRequirementProperties.html new file mode 100644 index 0000000..d5d9b6a --- /dev/null +++ b/docs/interfaces/EnvVarRequirementProperties.html @@ -0,0 +1,9 @@ +EnvVarRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvVarRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#EnvVarRequirement

+

Define a list of environment variables which will be set in the +execution environment of the tool. See EnvironmentDef for details.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'EnvVarRequirement'

+

envDef

envDef: EnvironmentDef[]
+

The list of environment variables.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/EnvironmentDefProperties.html b/docs/interfaces/EnvironmentDefProperties.html new file mode 100644 index 0000000..7338d09 --- /dev/null +++ b/docs/interfaces/EnvironmentDefProperties.html @@ -0,0 +1,10 @@ +EnvironmentDefProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnvironmentDefProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#EnvironmentDef

+

Define an environment variable that will be set in the runtime environment +by the workflow platform when executing the command line tool. May be the +result of executing an expression, such as getting a parameter from input.

+

Hierarchy

  • EnvironmentDefProperties

Implemented by

Index

Properties

envName

envName: string
+

The environment variable name

+

envValue

envValue: string
+

The environment variable value

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ExpressionToolOutputParameterProperties.html b/docs/interfaces/ExpressionToolOutputParameterProperties.html new file mode 100644 index 0000000..7589ef1 --- /dev/null +++ b/docs/interfaces/ExpressionToolOutputParameterProperties.html @@ -0,0 +1,60 @@ +ExpressionToolOutputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpressionToolOutputParameterProperties

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ExpressionToolProperties.html b/docs/interfaces/ExpressionToolProperties.html new file mode 100644 index 0000000..83d8e89 --- /dev/null +++ b/docs/interfaces/ExpressionToolProperties.html @@ -0,0 +1,61 @@ +ExpressionToolProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExpressionToolProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#ExpressionTool

+

An ExpressionTool is a type of Process object that can be run by itself +or as a Workflow step. It executes a pure Javascript expression that has +access to the same input parameters as a workflow. It is meant to be used +sparingly as a way to isolate complex Javascript expressions that need to +operate on input data and produce some result; perhaps just a +rearrangement of the inputs. No Docker software container is required +or allowed.

+

Hierarchy

Implemented by

Index

Properties

class_

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

expression

expression: string
+

The expression to execute. The expression must return a plain +Javascript object which matches the output parameters of the +ExpressionTool.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/FieldBaseProperties.html b/docs/interfaces/FieldBaseProperties.html new file mode 100644 index 0000000..fd111c7 --- /dev/null +++ b/docs/interfaces/FieldBaseProperties.html @@ -0,0 +1,50 @@ +FieldBaseProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FieldBaseProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#FieldBase

+

Hierarchy

Index

Properties

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/FileProperties.html b/docs/interfaces/FileProperties.html new file mode 100644 index 0000000..586c265 --- /dev/null +++ b/docs/interfaces/FileProperties.html @@ -0,0 +1,167 @@ +FileProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FileProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#File

+

Represents a file (or group of files when secondaryFiles is provided) that +will be accessible by tools using standard POSIX file system call API such as +open(2) and read(2).

+

Files are represented as objects with class of File. File objects have +a number of properties that provide metadata about the file.

+

The location property of a File is a URI that uniquely identifies the +file. Implementations must support the file:// URI scheme and may support +other schemes such as http://. The value of location may also be a +relative reference, in which case it must be resolved relative to the URI +of the document it appears in. Alternately to location, implementations +must also accept the path property on File, which must be a filesystem +path available on the same host as the CWL runner (for inputs) or the +runtime environment of a command line tool execution (for command line tool +outputs).

+

If no location or path is specified, a file object must specify +contents with the UTF-8 text content of the file. This is a "file +literal". File literals do not correspond to external resources, but are +created on disk with contents with when needed for a executing a tool. +Where appropriate, expressions can return file literals to define new files +on a runtime. The maximum size of contents is 64 kilobytes.

+

The basename property defines the filename on disk where the file is +staged. This may differ from the resource name. If not provided, +basename must be computed from the last path part of location and made +available to expressions.

+

The secondaryFiles property is a list of File or Directory objects that +must be staged in the same directory as the primary file. It is an error +for file names to be duplicated in secondaryFiles.

+

The size property is the size in bytes of the File. It must be computed +from the resource and made available to expressions. The checksum field +contains a cryptographic hash of the file content for use it verifying file +contents. Implementations may, at user option, enable or disable +computation of the checksum field for performance or other reasons. +However, the ability to compute output checksums is required to pass the +CWL conformance test suite.

+

When executing a CommandLineTool, the files and secondary files may be +staged to an arbitrary directory, but must use the value of basename for +the filename. The path property must be file path in the context of the +tool execution runtime (local to the compute node, or within the executing +container). All computed properties should be available to expressions. +File literals also must be staged and path must be set.

+

When collecting CommandLineTool outputs, glob matching returns file paths +(with the path property) and the derived properties. This can all be +modified by outputEval. Alternately, if the file cwl.output.json is +present in the output, outputBinding is ignored.

+

File objects in the output must provide either a location URI or a path +property in the context of the tool execution runtime (local to the compute +node, or within the executing container).

+

When evaluating an ExpressionTool, file objects must be referenced via +location (the expression tool does not have access to files on disk so +path is meaningless) or as file literals. It is legal to return a file +object with an existing location but a different basename. The +loadContents field of ExpressionTool inputs behaves the same as on +CommandLineTool inputs, however it is not meaningful on the outputs.

+

An ExpressionTool may forward file references from input to output by using +the same value for location.

+

Hierarchy

  • FileProperties

Implemented by

Index

Properties

Optional basename

basename?: string
+

The base name of the file, that is, the name of the file without any +leading directory path. The base name must not contain a slash /.

+

If not provided, the implementation must set this field based on the +location field by taking the final path component after parsing +location as an IRI. If basename is provided, it is not required to +match the value from location.

+

When this file is made available to a CommandLineTool, it must be named +with basename, i.e. the final component of the path field must match +basename.

+

Optional checksum

checksum?: string
+

Optional hash code for validating file integrity. Currently must be in the form +"sha1$ + hexadecimal string" using the SHA-1 algorithm.

+

class_

class_: FILE
+

Must be File to indicate this object describes a file.

+

Optional contents

contents?: string
+

File contents literal.

+

If neither location nor path is provided, contents must be +non-null. The implementation must assign a unique identifier for the +location field. When the file is staged as input to CommandLineTool, +the value of contents must be written to a file.

+

If contents is set as a result of an Javascript expression, +an entry in InitialWorkDirRequirement, or read in from +cwl.output.json, there is no specified upper limit on the +size of contents. Implementations may have practical limits +on the size of contents based on memory and storage +available to the workflow runner or other factors.

+

If the loadContents field of an InputParameter or +OutputParameter is true, and the input or output File object +location is valid, the file must be a UTF-8 text file 64 KiB +or smaller, and the implementation must read the entire +contents of the file and place it in the contents field. If +the size of the file is greater than 64 KiB, the +implementation must raise a fatal error.

+

Optional dirname

dirname?: string
+

The name of the directory containing file, that is, the path leading up +to the final slash in the path such that dirname + '/' + basename == path.

+

The implementation must set this field based on the value of path +prior to evaluating parameter references or expressions in a +CommandLineTool document. This field must not be used in any other +context.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

The format of the file: this must be an IRI of a concept node that +represents the file format, preferrably defined within an ontology. +If no ontology is available, file formats may be tested by exact match.

+

Reasoning about format compatability must be done by checking that an +input file format is the same, owl:equivalentClass or +rdfs:subClassOf the format required by the input parameter. +owl:equivalentClass is transitive with rdfs:subClassOf, e.g. if +<B> owl:equivalentClass <C> and <B> owl:subclassOf <A> then infer +<C> owl:subclassOf <A>.

+

File format ontologies may be provided in the "$schemas" metadata at the +root of the document. If no ontologies are specified in $schemas, the +runtime may perform exact file format matches.

+

Optional location

location?: string
+

An IRI that identifies the file resource. This may be a relative +reference, in which case it must be resolved using the base IRI of the +document. The location may refer to a local or remote resource; the +implementation must use the IRI to retrieve file content. If an +implementation is unable to retrieve the file content stored at a +remote resource (due to unsupported protocol, access denied, or other +issue) it must signal an error.

+

If the location field is not provided, the contents field must be +provided. The implementation must assign a unique identifier for +the location field.

+

If the path field is provided but the location field is not, an +implementation may assign the value of the path field to location, +then follow the rules above.

+

Optional nameext

nameext?: string
+

The basename extension such that nameroot + nameext == basename, and +nameext is empty or begins with a period and contains at most one +period. Leading periods on the basename are ignored; a basename of +.cshrc will have an empty nameext.

+

The implementation must set this field automatically based on the value +of basename prior to evaluating parameter references or expressions.

+

Optional nameroot

nameroot?: string
+

The basename root such that nameroot + nameext == basename, and +nameext is empty or begins with a period and contains at most one +period. For the purposess of path splitting leading periods on the +basename are ignored; a basename of .cshrc will have a nameroot of +.cshrc.

+

The implementation must set this field automatically based on the value +of basename prior to evaluating parameter references or expressions.

+

Optional path

path?: string
+

The local host path where the File is available when a CommandLineTool is +executed. This field must be set by the implementation. The final +path component must match the value of basename. This field +must not be used in any other context. The command line tool being +executed must be able to to access the file at path using the POSIX +open(2) syscall.

+

As a special case, if the path field is provided but the location +field is not, an implementation may assign the value of the path +field to location, and remove the path field.

+

If the path contains POSIX shell metacharacters +(|,&, ;, <, >, (,), $,`, \, ", ', +<space>, <tab>, and <newline>) or characters +not allowed +for Internationalized Domain Names for Applications +then implementations may terminate the process with a +permanentFailure.

+

Optional secondaryFiles

secondaryFiles?: (File | Directory)[]
+

A list of additional files or directories that are associated with the +primary file and must be transferred alongside the primary file. +Examples include indexes of the primary file, or external references +which must be included when loading primary document. A file object +listed in secondaryFiles may itself include secondaryFiles for +which the same rules apply.

+

Optional size

size?: number
+

Optional file size (in bytes)

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/IOSchemaProperties.html b/docs/interfaces/IOSchemaProperties.html new file mode 100644 index 0000000..a6f3fd1 --- /dev/null +++ b/docs/interfaces/IOSchemaProperties.html @@ -0,0 +1,9 @@ +IOSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#IOSchema

+

Hierarchy

Index

Properties

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/IdentifiedProperties.html b/docs/interfaces/IdentifiedProperties.html new file mode 100644 index 0000000..573d5d2 --- /dev/null +++ b/docs/interfaces/IdentifiedProperties.html @@ -0,0 +1,5 @@ +IdentifiedProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IdentifiedProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Identified

+

Hierarchy

Index

Properties

Properties

Optional id

id?: string
+

The unique identifier for this object.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InitialWorkDirRequirementProperties.html b/docs/interfaces/InitialWorkDirRequirementProperties.html new file mode 100644 index 0000000..376c7f9 --- /dev/null +++ b/docs/interfaces/InitialWorkDirRequirementProperties.html @@ -0,0 +1,25 @@ +InitialWorkDirRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InitialWorkDirRequirementProperties

Define a list of files and subdirectories that must be staged by the workflow platform prior to executing the command line tool. +Normally files are staged within the designated output directory. However, when running inside containers, files may be staged at arbitrary locations, see discussion for Dirent.entryname. Together with DockerRequirement.dockerOutputDirectory this it possible to control the locations of both input and output files when running in containers.

+

Hierarchy

Implemented by

Index

Properties

class_

+

InitialWorkDirRequirement

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional listing

listing?: string | (undefined | string | File | Directory | (File | Directory)[] | Dirent)[]
+

The list of files or subdirectories that must be staged prior +to executing the command line tool.

+

Return type of each expression must validate as ["null", File, Directory, Dirent, {type: array, items: [File, Directory]}].

+

Each File or Directory that is returned by an Expression +must be added to the designated output directory prior to +executing the tool.

+

Each Dirent record that is listed or returned by an +expression specifies a file to be created or staged in the +designated output directory prior to executing the tool.

+

Expressions may return null, in which case they have no effect.

+

Files or Directories which are listed in the input parameters +and appear in the InitialWorkDirRequirement listing must +have their path set to their staged location. If the same +File or Directory appears more than once in the +InitialWorkDirRequirement listing, the implementation must +choose exactly one value for path; how this value is chosen +is undefined.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InlineJavascriptRequirementProperties.html b/docs/interfaces/InlineJavascriptRequirementProperties.html new file mode 100644 index 0000000..e110844 --- /dev/null +++ b/docs/interfaces/InlineJavascriptRequirementProperties.html @@ -0,0 +1,12 @@ +InlineJavascriptRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InlineJavascriptRequirementProperties

Indicates that the workflow platform must support inline Javascript expressions. +If this requirement is not present, the workflow platform must not perform expression +interpolatation.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'InlineJavascriptRequirement'

+

Optional expressionLib

expressionLib?: string[]
+

Additional code fragments that will also be inserted +before executing the expression code. Allows for function definitions that may +be called from CWL expressions.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InplaceUpdateRequirementProperties.html b/docs/interfaces/InplaceUpdateRequirementProperties.html new file mode 100644 index 0000000..0626980 --- /dev/null +++ b/docs/interfaces/InplaceUpdateRequirementProperties.html @@ -0,0 +1,29 @@ +InplaceUpdateRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InplaceUpdateRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InplaceUpdateRequirement

+

If inplaceUpdate is true, then an implementation supporting this +feature may permit tools to directly update files with writable: true in InitialWorkDirRequirement. That is, as an optimization, +files may be destructively modified in place as opposed to copied +and updated.

+

An implementation must ensure that only one workflow step may +access a writable file at a time. It is an error if a file which +is writable by one workflow step file is accessed (for reading or +writing) by any other workflow step running independently. +However, a file which has been updated in a previous completed +step may be used as input to multiple steps, provided it is +read-only in every step.

+

Workflow steps which modify a file must produce the modified file +as output. Downstream steps which futher process the file must +use the output of previous steps, and not refer to a common input +(this is necessary for both ordering and correctness).

+

Workflow authors should provide this in the hints section. The +intent of this feature is that workflows produce the same results +whether or not InplaceUpdateRequirement is supported by the +implementation, and this feature is primarily available as an +optimization for particular environments.

+

Users and implementers should be aware that workflows that +destructively modify inputs may not be repeatable or reproducible. +In particular, enabling this feature implies that WorkReuse should +not be enabled.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'InplaceUpdateRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

inplaceUpdate

inplaceUpdate: boolean

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputArraySchemaProperties.html b/docs/interfaces/InputArraySchemaProperties.html new file mode 100644 index 0000000..30e3bf6 --- /dev/null +++ b/docs/interfaces/InputArraySchemaProperties.html @@ -0,0 +1,13 @@ +InputArraySchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputArraySchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputArraySchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputBindingProperties.html b/docs/interfaces/InputBindingProperties.html new file mode 100644 index 0000000..e103844 --- /dev/null +++ b/docs/interfaces/InputBindingProperties.html @@ -0,0 +1,7 @@ +InputBindingProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputBindingProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputBinding

+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional loadContents

loadContents?: boolean
+

Use of loadContents in InputBinding is deprecated. +Preserved for v1.0 backwards compatability. Will be removed in +CWL v2.0. Use InputParameter.loadContents instead.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputEnumSchemaProperties.html b/docs/interfaces/InputEnumSchemaProperties.html new file mode 100644 index 0000000..ab5ce03 --- /dev/null +++ b/docs/interfaces/InputEnumSchemaProperties.html @@ -0,0 +1,13 @@ +InputEnumSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputEnumSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputEnumSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputFormatProperties.html b/docs/interfaces/InputFormatProperties.html new file mode 100644 index 0000000..bc49a26 --- /dev/null +++ b/docs/interfaces/InputFormatProperties.html @@ -0,0 +1,9 @@ +InputFormatProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputFormatProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputFormat

+

Hierarchy

Index

Properties

Properties

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputParameterProperties.html b/docs/interfaces/InputParameterProperties.html new file mode 100644 index 0000000..6c7c1b6 --- /dev/null +++ b/docs/interfaces/InputParameterProperties.html @@ -0,0 +1,83 @@ +InputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputParameter

+

Hierarchy

Index

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputRecordFieldProperties.html b/docs/interfaces/InputRecordFieldProperties.html new file mode 100644 index 0000000..a333d9e --- /dev/null +++ b/docs/interfaces/InputRecordFieldProperties.html @@ -0,0 +1,80 @@ +InputRecordFieldProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputRecordFieldProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputRecordField

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

name

name: string
+

The name of the field

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputRecordSchemaProperties.html b/docs/interfaces/InputRecordSchemaProperties.html new file mode 100644 index 0000000..d9eb648 --- /dev/null +++ b/docs/interfaces/InputRecordSchemaProperties.html @@ -0,0 +1,13 @@ +InputRecordSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputRecordSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputRecordSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

fields?: InputRecordField[]
+

Defines the fields of the record.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/InputSchemaProperties.html b/docs/interfaces/InputSchemaProperties.html new file mode 100644 index 0000000..62418d1 --- /dev/null +++ b/docs/interfaces/InputSchemaProperties.html @@ -0,0 +1,9 @@ +InputSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#InputSchema

+

Hierarchy

Index

Properties

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/LabeledProperties.html b/docs/interfaces/LabeledProperties.html new file mode 100644 index 0000000..cebd7ee --- /dev/null +++ b/docs/interfaces/LabeledProperties.html @@ -0,0 +1,5 @@ +LabeledProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LabeledProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Labeled

+

Hierarchy

Index

Properties

Properties

Optional label

label?: string
+

A short, human-readable label of this object.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/LoadContentsProperties.html b/docs/interfaces/LoadContentsProperties.html new file mode 100644 index 0000000..3c818a2 --- /dev/null +++ b/docs/interfaces/LoadContentsProperties.html @@ -0,0 +1,21 @@ +LoadContentsProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadContentsProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#LoadContents

+

Hierarchy

Index

Properties

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/LoadListingRequirementProperties.html b/docs/interfaces/LoadListingRequirementProperties.html new file mode 100644 index 0000000..67f4458 --- /dev/null +++ b/docs/interfaces/LoadListingRequirementProperties.html @@ -0,0 +1,7 @@ +LoadListingRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadListingRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#LoadListingRequirement

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'LoadListingRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional loadListing

loadListing?: LoadListingEnum

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/MultipleInputFeatureRequirementProperties.html b/docs/interfaces/MultipleInputFeatureRequirementProperties.html new file mode 100644 index 0000000..d81c27e --- /dev/null +++ b/docs/interfaces/MultipleInputFeatureRequirementProperties.html @@ -0,0 +1,7 @@ +MultipleInputFeatureRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultipleInputFeatureRequirementProperties

Indicates that the workflow platform must support multiple inbound data links +listed in the source field of WorkflowStepInput.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'MultipleInputFeatureRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/NetworkAccessProperties.html b/docs/interfaces/NetworkAccessProperties.html new file mode 100644 index 0000000..94043aa --- /dev/null +++ b/docs/interfaces/NetworkAccessProperties.html @@ -0,0 +1,17 @@ +NetworkAccessProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NetworkAccessProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#NetworkAccess

+

Indicate whether a process requires outgoing IPv4/IPv6 network +access. Choice of IPv4 or IPv6 is implementation and site +specific, correct tools must support both.

+

If networkAccess is false or not specified, tools must not +assume network access, except for localhost (the loopback device).

+

If networkAccess is true, the tool must be able to make outgoing +connections to network resources. Resources may be on a private +subnet or the public Internet. However, implementations and sites +may apply their own security policies to restrict what is +accessible by the tool.

+

Enabling network access does not imply a publically routable IP +address or the ability to accept inbound connections.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'NetworkAccess'

+

Optional extensionFields

extensionFields?: Dictionary<any>

networkAccess

networkAccess: string | boolean

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OperationInputParameterProperties.html b/docs/interfaces/OperationInputParameterProperties.html new file mode 100644 index 0000000..494774d --- /dev/null +++ b/docs/interfaces/OperationInputParameterProperties.html @@ -0,0 +1,86 @@ +OperationInputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationInputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OperationInputParameter

+

Describe an input parameter of an operation.

+

Hierarchy

Implemented by

Index

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OperationOutputParameterProperties.html b/docs/interfaces/OperationOutputParameterProperties.html new file mode 100644 index 0000000..aa225ba --- /dev/null +++ b/docs/interfaces/OperationOutputParameterProperties.html @@ -0,0 +1,61 @@ +OperationOutputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationOutputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OperationOutputParameter

+

Describe an output parameter of an operation.

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OperationProperties.html b/docs/interfaces/OperationProperties.html new file mode 100644 index 0000000..8a135ee --- /dev/null +++ b/docs/interfaces/OperationProperties.html @@ -0,0 +1,57 @@ +OperationProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Operation

+

This record describes an abstract operation. It is a potential +step of a workflow that has not yet been bound to a concrete +implementation. It specifies an input and output signature, but +does not provide enough information to be executed. An +implementation (or other tooling) may provide a means of binding +an Operation to a concrete process (such as Workflow, +CommandLineTool, or ExpressionTool) with a compatible signature.

+

Hierarchy

Implemented by

Index

Properties

class_

class_: OPERATION

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputArraySchemaProperties.html b/docs/interfaces/OutputArraySchemaProperties.html new file mode 100644 index 0000000..d917bcb --- /dev/null +++ b/docs/interfaces/OutputArraySchemaProperties.html @@ -0,0 +1,13 @@ +OutputArraySchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputArraySchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputArraySchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

items

+

Defines the type of the array elements.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: ARRAY
+

Must be array

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputEnumSchemaProperties.html b/docs/interfaces/OutputEnumSchemaProperties.html new file mode 100644 index 0000000..fede219 --- /dev/null +++ b/docs/interfaces/OutputEnumSchemaProperties.html @@ -0,0 +1,13 @@ +OutputEnumSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputEnumSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputEnumSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

symbols

symbols: string[]
+

Defines the set of valid symbols.

+

type

type: ENUM
+

Must be enum

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputFormatProperties.html b/docs/interfaces/OutputFormatProperties.html new file mode 100644 index 0000000..c24cf6e --- /dev/null +++ b/docs/interfaces/OutputFormatProperties.html @@ -0,0 +1,7 @@ +OutputFormatProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputFormatProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputFormat

+

Hierarchy

Index

Properties

Properties

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputParameterProperties.html b/docs/interfaces/OutputParameterProperties.html new file mode 100644 index 0000000..a294305 --- /dev/null +++ b/docs/interfaces/OutputParameterProperties.html @@ -0,0 +1,58 @@ +OutputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputParameter

+

Hierarchy

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputRecordFieldProperties.html b/docs/interfaces/OutputRecordFieldProperties.html new file mode 100644 index 0000000..5f2beb4 --- /dev/null +++ b/docs/interfaces/OutputRecordFieldProperties.html @@ -0,0 +1,60 @@ +OutputRecordFieldProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputRecordFieldProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputRecordField

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

name

name: string
+

The name of the field

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

The field type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputRecordSchemaProperties.html b/docs/interfaces/OutputRecordSchemaProperties.html new file mode 100644 index 0000000..34685b6 --- /dev/null +++ b/docs/interfaces/OutputRecordSchemaProperties.html @@ -0,0 +1,13 @@ +OutputRecordSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputRecordSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputRecordSchema

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

+

Defines the fields of the record.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

type

type: RECORD
+

Must be record

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/OutputSchemaProperties.html b/docs/interfaces/OutputSchemaProperties.html new file mode 100644 index 0000000..9615150 --- /dev/null +++ b/docs/interfaces/OutputSchemaProperties.html @@ -0,0 +1,9 @@ +OutputSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OutputSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#OutputSchema

+

Hierarchy

Index

Properties

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional name

name?: string
+

The identifier for this type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ParameterProperties.html b/docs/interfaces/ParameterProperties.html new file mode 100644 index 0000000..740bcf8 --- /dev/null +++ b/docs/interfaces/ParameterProperties.html @@ -0,0 +1,55 @@ +ParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Parameter

+

Define an input or output parameter to a process.

+

Hierarchy

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ProcessProperties.html b/docs/interfaces/ProcessProperties.html new file mode 100644 index 0000000..b733596 --- /dev/null +++ b/docs/interfaces/ProcessProperties.html @@ -0,0 +1,53 @@ +ProcessProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Process

+

The base executable type in CWL is the Process object defined by the +document. Note that the Process object is abstract and cannot be +directly executed.

+

Hierarchy

Index

Properties

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ProcessRequirementProperties.html b/docs/interfaces/ProcessRequirementProperties.html new file mode 100644 index 0000000..331d6c2 --- /dev/null +++ b/docs/interfaces/ProcessRequirementProperties.html @@ -0,0 +1,8 @@ +ProcessRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ProcessRequirementProperties

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/RecordFieldProperties.html b/docs/interfaces/RecordFieldProperties.html new file mode 100644 index 0000000..16bd656 --- /dev/null +++ b/docs/interfaces/RecordFieldProperties.html @@ -0,0 +1,10 @@ +RecordFieldProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordFieldProperties

+

Auto-generated interface for https://w3id.org/cwl/salad#RecordField

+

A field of a record.

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

name

name: string
+

The name of the field

+

type

+

The field type

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/RecordSchemaProperties.html b/docs/interfaces/RecordSchemaProperties.html new file mode 100644 index 0000000..527f41e --- /dev/null +++ b/docs/interfaces/RecordSchemaProperties.html @@ -0,0 +1,7 @@ +RecordSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RecordSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/salad#RecordSchema

+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional fields

fields?: RecordField[]
+

Defines the fields of the record.

+

type

type: RECORD
+

Must be record

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ResourceRequirementProperties.html b/docs/interfaces/ResourceRequirementProperties.html new file mode 100644 index 0000000..9eb6370 --- /dev/null +++ b/docs/interfaces/ResourceRequirementProperties.html @@ -0,0 +1,77 @@ +ResourceRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#ResourceRequirement

+

Specify basic hardware resource requirements.

+

"min" is the minimum amount of a resource that must be reserved to +schedule a job. If "min" cannot be satisfied, the job should not +be run.

+

"max" is the maximum amount of a resource that the job shall be +allocated. If a node has sufficient resources, multiple jobs may +be scheduled on a single node provided each job's "max" resource +requirements are met. If a job attempts to exceed its resource +allocation, an implementation may deny additional resources, which +may result in job failure.

+

If both "min" and "max" are specified, an implementation may +choose to allocate any amount between "min" and "max", with the +actual allocation provided in the runtime object.

+

If "min" is specified but "max" is not, then "max" == "min" +If "max" is specified by "min" is not, then "min" == "max".

+

It is an error if max < min.

+

It is an error if the value of any of these fields is negative.

+

If neither "min" nor "max" is specified for a resource, use the default values below.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'ResourceRequirement'

+

Optional coresMax

coresMax?: string | number
+

Maximum reserved number of CPU cores.

+

See coresMin for discussion about fractional CPU requests.

+

Optional coresMin

coresMin?: string | number
+

Minimum reserved number of CPU cores (default is 1).

+

May be a fractional value to indicate to a scheduling +algorithm that one core can be allocated to multiple +jobs. For example, a value of 0.25 indicates that up to 4 +jobs may run in parallel on 1 core. A value of 1.25 means +that up to 3 jobs can run on a 4 core system (4/1.25 ≈ 3).

+

Processes can only share a core allocation if the sum of each +of their ramMax, tmpdirMax, and outdirMax requests also +do not exceed the capacity of the node.

+

Processes sharing a core must have the same level of isolation +(typically a container or VM) that they would normally.

+

The reported number of CPU cores reserved for the process, +which is available to expressions on the CommandLineTool as +runtime.cores, must be a non-zero integer, and may be +calculated by rounding up the cores request to the next whole +number.

+

Scheduling systems may allocate fractional CPU resources by +setting quotas or scheduling weights. Scheduling systems that +do not support fractional CPUs may round up the request to the +next whole number.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional outdirMax

outdirMax?: string | number
+

Maximum reserved filesystem based storage for the designated output directory, in mebibytes (2**20)

+

See outdirMin for discussion about fractional storage requests.

+

Optional outdirMin

outdirMin?: string | number
+

Minimum reserved filesystem based storage for the designated output directory, in mebibytes (2**20) (default is 1024)

+

May be a fractional value. If so, the actual storage request +must be rounded up to the next whole number. The reported +amount of storage reserved for the process, which is available +to expressions on the CommandLineTool as runtime.outdirSize, +must be a non-zero integer.

+

Optional ramMax

ramMax?: string | number
+

Maximum reserved RAM in mebibytes (2**20)

+

See ramMin for discussion about fractional RAM requests.

+

Optional ramMin

ramMin?: string | number
+

Minimum reserved RAM in mebibytes (2**20) (default is 256)

+

May be a fractional value. If so, the actual RAM request must +be rounded up to the next whole number. The reported amount of +RAM reserved for the process, which is available to +expressions on the CommandLineTool as runtime.ram, must be a +non-zero integer.

+

Optional tmpdirMax

tmpdirMax?: string | number
+

Maximum reserved filesystem based storage for the designated temporary directory, in mebibytes (2**20)

+

See tmpdirMin for discussion about fractional storage requests.

+

Optional tmpdirMin

tmpdirMin?: string | number
+

Minimum reserved filesystem based storage for the designated temporary directory, in mebibytes (2**20) (default is 1024)

+

May be a fractional value. If so, the actual storage request +must be rounded up to the next whole number. The reported +amount of storage reserved for the process, which is available +to expressions on the CommandLineTool as runtime.tmpdirSize, +must be a non-zero integer.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ScatterFeatureRequirementProperties.html b/docs/interfaces/ScatterFeatureRequirementProperties.html new file mode 100644 index 0000000..77b4c2d --- /dev/null +++ b/docs/interfaces/ScatterFeatureRequirementProperties.html @@ -0,0 +1,7 @@ +ScatterFeatureRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScatterFeatureRequirementProperties

Indicates that the workflow platform must support the scatter and +scatterMethod fields of WorkflowStep.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'ScatterFeatureRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SchemaDefRequirementProperties.html b/docs/interfaces/SchemaDefRequirementProperties.html new file mode 100644 index 0000000..4127450 --- /dev/null +++ b/docs/interfaces/SchemaDefRequirementProperties.html @@ -0,0 +1,20 @@ +SchemaDefRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SchemaDefRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#SchemaDefRequirement

+

This field consists of an array of type definitions which must be used when +interpreting the inputs and outputs fields. When a type field +contains a IRI, the implementation must check if the type is defined in +schemaDefs and use that definition. If the type is not found in +schemaDefs, it is an error. The entries in schemaDefs must be +processed in the order listed such that later schema definitions may refer +to earlier schema definitions.

+
    +
  • Type definitions are allowed for enum and record types only.
  • +
  • Type definitions may be shared by defining them in a file and then +$include-ing them in the types field.
  • +
  • A file can contain a list of type definitions
  • +
+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'SchemaDefRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

types

+

The list of type definitions.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SecondaryFileSchemaProperties.html b/docs/interfaces/SecondaryFileSchemaProperties.html new file mode 100644 index 0000000..772889a --- /dev/null +++ b/docs/interfaces/SecondaryFileSchemaProperties.html @@ -0,0 +1,66 @@ +SecondaryFileSchemaProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SecondaryFileSchemaProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#SecondaryFileSchema

+

Secondary files are specified using the following micro-DSL for secondary files:

+
    +
  • If the value is a string, it is transformed to an object with two fields +pattern and required
  • +
  • By default, the value of required is null +(this indicates default behavior, which may be based on the context)
  • +
  • If the value ends with a question mark ? the question mark is +stripped off and the value of the field required is set to False
  • +
  • The remaining value is assigned to the field pattern
  • +
+

For implementation details and examples, please see +this section +in the Schema Salad specification.

+

Hierarchy

  • SecondaryFileSchemaProperties

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

pattern

pattern: string
+

Provides a pattern or expression specifying files or directories that +should be included alongside the primary file.

+

If the value is an expression, the value of self in the +expression must be the primary input or output File object to +which this binding applies. The basename, nameroot and +nameext fields must be present in self. For +CommandLineTool inputs the location field must also be +present. For CommandLineTool outputs the path field must +also be present. If secondary files were included on an input +File object as part of the Process invocation, they must also +be present in secondaryFiles on self.

+

The expression must return either: a filename string relative +to the path to the primary File, a File or Directory object +(class: File or class: Directory) with either location +(for inputs) or path (for outputs) and basename fields +set, or an array consisting of strings or File or Directory +objects as previously described.

+

It is legal to use location from a File or Directory object +passed in as input, including location from secondary files +on self. If an expression returns a File object with the +same location but a different basename as a secondary file +that was passed in, the expression result takes precedence. +Setting the basename with an expression this way affects the +path where the secondary file will be staged to in the +CommandLineTool.

+

The expression may return "null" in which case there is no +secondary file from that expression.

+

To work on non-filename-preserving storage systems, portable +tool descriptions should treat location as an opaque +identifier and avoid constructing new values from location, +but should construct relative references using basename or +nameroot instead, or propagate location from defined inputs.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional required

required?: string | boolean
+

An implementation must not fail workflow execution if required is +set to false and the expected secondary file does not exist. +Default value for required field is true for secondary files on +input and false for secondary files on output.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ShellCommandRequirementProperties.html b/docs/interfaces/ShellCommandRequirementProperties.html new file mode 100644 index 0000000..3d90734 --- /dev/null +++ b/docs/interfaces/ShellCommandRequirementProperties.html @@ -0,0 +1,12 @@ +ShellCommandRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShellCommandRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#ShellCommandRequirement

+

Modify the behavior of CommandLineTool to generate a single string +containing a shell command line. Each item in the argument list must be +joined into a string separated by single spaces and quoted to prevent +intepretation by the shell, unless CommandLineBinding for that argument +contains shellQuote: false. If shellQuote: false is specified, the +argument is joined into the command string without quoting, which allows +the use of shell metacharacters such as | for pipes.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'ShellCommandRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SinkProperties.html b/docs/interfaces/SinkProperties.html new file mode 100644 index 0000000..867509b --- /dev/null +++ b/docs/interfaces/SinkProperties.html @@ -0,0 +1,11 @@ +SinkProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SinkProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Sink

+

Hierarchy

Index

Properties

Optional linkMerge

linkMerge?: LinkMergeMethod
+

The method to use to merge multiple inbound links into a single array. +If not specified, the default method is "merge_nested".

+

Optional pickValue

pickValue?: PickValueMethod
+

The method to use to choose non-null elements among multiple sources.

+

Optional source

source?: string | string[]
+

Specifies one or more workflow parameters that will provide input to +the underlying step parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SoftwarePackageProperties.html b/docs/interfaces/SoftwarePackageProperties.html new file mode 100644 index 0000000..1ed2a90 --- /dev/null +++ b/docs/interfaces/SoftwarePackageProperties.html @@ -0,0 +1,47 @@ +SoftwarePackageProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SoftwarePackageProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#SoftwarePackage

+

Hierarchy

  • SoftwarePackageProperties

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

package_

package_: string
+

The name of the software to be made available. If the name is +common, inconsistent, or otherwise ambiguous it should be combined with +one or more identifiers in the specs field.

+

Optional specs

specs?: string[]
+

One or more IRIs +identifying resources for installing or enabling the software named in +the package field. Implementations may provide resolvers which map +these software identifer IRIs to some configuration action; or they can +use only the name from the package field on a best effort basis.

+

For example, the IRI https://packages.debian.org/bowtie could +be resolved with apt-get install bowtie. The IRI +https://anaconda.org/bioconda/bowtie could be resolved with conda install -c bioconda bowtie.

+

IRIs can also be system independent and used to map to a specific +software installation or selection mechanism. +Using RRID as an example: +https://identifiers.org/rrid/RRID:SCR_005476 +could be fulfilled using the above mentioned Debian or bioconda +package, a local installation managed by Environment Modules, +or any other mechanism the platform chooses. IRIs can also be from +identifer sources that are discipline specific yet still system +independent. As an example, the equivalent ELIXIR Tools and Data +Service Registry IRI to the previous RRID example is +https://bio.tools/tool/bowtie2/version/2.2.8. +If supported by a given registry, implementations are encouraged to +query these system independent sofware identifier IRIs directly for +links to packaging systems.

+

A site specific IRI can be listed as well. For example, an academic +computing cluster using Environment Modules could list the IRI +https://hpc.example.edu/modules/bowtie-tbb/1.22 to indicate that +module load bowtie-tbb/1.1.2 should be executed to make available +bowtie version 1.1.2 compiled with the TBB library prior to running +the accompanying Workflow or CommandLineTool. Note that the example IRI +is specific to a particular institution and computing environment as +the Environment Modules system does not have a common namespace or +standardized naming convention.

+

This last example is the least portable and should only be used if +mechanisms based off of the package field or more generic IRIs are +unavailable or unsuitable. While harmless to other sites, site specific +software IRIs should be left out of shared CWL descriptions to avoid +clutter.

+

Optional version

version?: string[]
+

The (optional) versions of the software that are known to be +compatible.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SoftwareRequirementProperties.html b/docs/interfaces/SoftwareRequirementProperties.html new file mode 100644 index 0000000..2b0047d --- /dev/null +++ b/docs/interfaces/SoftwareRequirementProperties.html @@ -0,0 +1,9 @@ +SoftwareRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SoftwareRequirementProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#SoftwareRequirement

+

A list of software packages that should be configured in the environment of +the defined process.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'SoftwareRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

packages

packages: SoftwarePackage[]
+

The list of software to be configured.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/StepInputExpressionRequirementProperties.html b/docs/interfaces/StepInputExpressionRequirementProperties.html new file mode 100644 index 0000000..b2c78e5 --- /dev/null +++ b/docs/interfaces/StepInputExpressionRequirementProperties.html @@ -0,0 +1,7 @@ +StepInputExpressionRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StepInputExpressionRequirementProperties

Indicate that the workflow platform must support the valueFrom field +of WorkflowStepInput.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'StepInputExpressionRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/SubworkflowFeatureRequirementProperties.html b/docs/interfaces/SubworkflowFeatureRequirementProperties.html new file mode 100644 index 0000000..d54a407 --- /dev/null +++ b/docs/interfaces/SubworkflowFeatureRequirementProperties.html @@ -0,0 +1,7 @@ +SubworkflowFeatureRequirementProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubworkflowFeatureRequirementProperties

Indicates that the workflow platform must support nested workflows in +the run field of WorkflowStep.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'SubworkflowFeatureRequirement'

+

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ToolTimeLimitProperties.html b/docs/interfaces/ToolTimeLimitProperties.html new file mode 100644 index 0000000..1d4ff57 --- /dev/null +++ b/docs/interfaces/ToolTimeLimitProperties.html @@ -0,0 +1,15 @@ +ToolTimeLimitProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToolTimeLimitProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#ToolTimeLimit

+

Set an upper limit on the execution time of a CommandLineTool. +A CommandLineTool whose execution duration exceeds the time +limit may be preemptively terminated and considered failed. +May also be used by batch systems to make scheduling decisions. +The execution duration excludes external operations, such as +staging of files, pulling a docker image etc, and only counts +wall-time for the execution of the command line itself.

+

Hierarchy

Implemented by

Index

Properties

class_

+

Always 'ToolTimeLimit'

+

Optional extensionFields

extensionFields?: Dictionary<any>

timelimit

timelimit: string | number
+

The time limit, in seconds. A time limit of zero means no +time limit. Negative time limits are an error.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkReuseProperties.html b/docs/interfaces/WorkReuseProperties.html new file mode 100644 index 0000000..b3b2572 --- /dev/null +++ b/docs/interfaces/WorkReuseProperties.html @@ -0,0 +1,13 @@ +WorkReuseProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkReuseProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#WorkReuse

+

For implementations that support reusing output from past work (on +the assumption that same code and same input produce same +results), control whether to enable or disable the reuse behavior +for a particular tool or step (to accomodate situations where that +assumption is incorrect). A reused step is not executed but +instead returns the same output as the original execution.

+

If WorkReuse is not specified, correct tools should assume it +is enabled by default.

+

Hierarchy

Implemented by

Index

Properties

class_

class_: WORKREUSE
+

Always 'WorkReuse'

+

enableReuse

enableReuse: string | boolean

Optional extensionFields

extensionFields?: Dictionary<any>

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkflowInputParameterProperties.html b/docs/interfaces/WorkflowInputParameterProperties.html new file mode 100644 index 0000000..6f24936 --- /dev/null +++ b/docs/interfaces/WorkflowInputParameterProperties.html @@ -0,0 +1,88 @@ +WorkflowInputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowInputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#WorkflowInputParameter

+

Hierarchy

Implemented by

Index

Properties

Optional default_

default_?: any
+

The default value to use for this parameter if the parameter is missing +from the input object, or if the value of the parameter in the input +object is null. Default values are applied before evaluating expressions +(e.g. dependent valueFrom fields).

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string | string[]
+

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

+

This must be one or more IRIs of concept nodes +that represents file formats which are allowed as input to this +parameter, preferrably defined within an ontology. If no ontology is +available, file formats may be tested by exact match.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional inputBinding

inputBinding?: InputBinding
+

Deprecated. Preserved for v1.0 backwards compatability. Will be removed in +CWL v2.0. Use WorkflowInputParameter.loadContents instead.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkflowOutputParameterProperties.html b/docs/interfaces/WorkflowOutputParameterProperties.html new file mode 100644 index 0000000..1b76706 --- /dev/null +++ b/docs/interfaces/WorkflowOutputParameterProperties.html @@ -0,0 +1,74 @@ +WorkflowOutputParameterProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowOutputParameterProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#WorkflowOutputParameter

+

Describe an output parameter of a workflow. The parameter must be +connected to one or more parameters defined in the workflow that +will provide the value of the output parameter. It is legal to +connect a WorkflowInputParameter to a WorkflowOutputParameter.

+

See WorkflowStepInput for discussion of +linkMerge and pickValue.

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional format

format?: string
+

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

+

This is the file format that will be assigned to the output +File object.

+

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional linkMerge

linkMerge?: LinkMergeMethod
+

The method to use to merge multiple sources into a single array. +If not specified, the default method is "merge_nested".

+

Optional outputSource

outputSource?: string | string[]
+

Specifies one or more workflow parameters that supply the value of to +the output parameter.

+

Optional pickValue

pickValue?: PickValueMethod
+

The method to use to choose non-null elements among multiple sources.

+

Optional secondaryFiles

+

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

+

Provides a pattern or expression specifying files or +directories that should be included alongside the primary +file. Secondary files may be required or optional. When not +explicitly specified, secondary files specified for inputs +are required and outputs are optional. An implementation +must include matching Files and Directories in the +secondaryFiles property of the primary file. These Files +and Directories must be transferred and staged alongside the +primary file. An implementation may fail workflow execution +if a required secondary file does not exist.

+

If the value is an expression, the value of self in the expression +must be the primary input or output File object to which this binding +applies. The basename, nameroot and nameext fields must be +present in self. For CommandLineTool outputs the path field must +also be present. The expression must return a filename string relative +to the path to the primary File, a File or Directory object with either +path or location and basename fields set, or an array consisting +of strings or File or Directory objects. It is legal to reference an +unchanged File or Directory object taken from input as a secondaryFile. +The expression may return "null" in which case there is no secondaryFile +from that expression.

+

To work on non-filename-preserving storage systems, portable tool +descriptions should avoid constructing new values from location, but +should construct relative references using basename or nameroot +instead.

+

If a value in secondaryFiles is a string that is not an expression, +it specifies that the following pattern should be applied to the path +of the primary file to yield a filename relative to the primary File:

+
    +
  1. If string ends with ? character, remove the last ? and mark +the resulting secondary file as optional.
  2. +
  3. If string begins with one or more caret ^ characters, for each +caret, remove the last file extension from the path (the last +period . and all following characters). If there are no file +extensions, the path is unchanged.
  4. +
  5. Append the remainder of the string to the end of the file path.
  6. +
+

Optional streamable

streamable?: boolean
+

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

+

A value of true indicates that the file is read or written +sequentially without seeking. An implementation may use this flag to +indicate whether it is valid to stream file contents using a named +pipe. Default: false.

+

type

+

Specify valid types of data that may be assigned to this parameter.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkflowProperties.html b/docs/interfaces/WorkflowProperties.html new file mode 100644 index 0000000..0d0d806 --- /dev/null +++ b/docs/interfaces/WorkflowProperties.html @@ -0,0 +1,106 @@ +WorkflowProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#Workflow

+

A workflow describes a set of steps and the dependencies between +those steps. When a step produces output that will be consumed by a +second step, the first step is a dependency of the second step.

+

When there is a dependency, the workflow engine must execute the preceding +step and wait for it to successfully produce output before executing the +dependent step. If two steps are defined in the workflow graph that +are not directly or indirectly dependent, these steps are independent, +and may execute in any order or execute concurrently. A workflow is +complete when all steps have been executed.

+

Dependencies between parameters are expressed using the source +field on workflow step input parameters and +outputSource field on workflow output +parameters.

+

The source field on each workflow step input parameter expresses +the data links that contribute to the value of the step input +parameter (the "sink"). A workflow step can only begin execution +when every data link connected to a step has been fulfilled.

+

The outputSource field on each workflow step input parameter +expresses the data links that contribute to the value of the +workflow output parameter (the "sink"). Workflow execution cannot +complete successfully until every data link connected to an output +parameter has been fulfilled.

+ + +

Workflow success and failure

+
+

A completed step must result in one of success, temporaryFailure or +permanentFailure states. An implementation may choose to retry a step +execution which resulted in temporaryFailure. An implementation may +choose to either continue running other steps of a workflow, or terminate +immediately upon permanentFailure.

+
    +
  • If any step of a workflow execution results in permanentFailure, then +the workflow status is permanentFailure.

    +
  • +
  • If one or more steps result in temporaryFailure and all other steps +complete success or are not executed, then the workflow status is +temporaryFailure.

    +
  • +
  • If all workflow steps are executed and complete with success, then the +workflow status is success.

    +
  • +
+ + +

Extensions

+
+

ScatterFeatureRequirement and +SubworkflowFeatureRequirement are +available as standard extensions to core +workflow semantics.

+

Hierarchy

Implemented by

Index

Properties

class_

class_: WORKFLOW

Optional cwlVersion

cwlVersion?: CWLVersion
+

CWL document version. Always required at the document root. Not +required for a Process embedded inside another Process.

+

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this process. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

inputs

+

Defines the input parameters of the process. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used to build a user +interface for constructing the input object.

+

When accepting an input object, all input parameters must have a value. +If an input parameter is missing from the input object, it must be +assigned a value of null (or the value of default for that +parameter, if provided) for the purposes of validation and evaluation +of expressions.

+

Optional intent

intent?: string[]
+

An identifier for the type of computational operation, of this Process. +Especially useful for "class: Operation", but can also be used for +CommandLineTool, Workflow, or ExpressionTool.

+

If provided, then this must be an IRI of a concept node that +represents the type of operation, preferrably defined within an ontology.

+

For example, in the domain of bioinformatics, one can use an IRI from +the EDAM Ontology's Operation concept nodes, +like Alignment, +or Clustering; or a more +specific Operation concept like +Split read mapping.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

outputs

+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this process. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

steps

steps: WorkflowStep[]
+

The individual steps that make up the workflow. Each step is executed when all of its +input data links are fufilled. An implementation may choose to execute +the steps in a different order than listed and/or execute steps +concurrently, provided that dependencies between steps are met.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkflowStepInputProperties.html b/docs/interfaces/WorkflowStepInputProperties.html new file mode 100644 index 0000000..ae0d46d --- /dev/null +++ b/docs/interfaces/WorkflowStepInputProperties.html @@ -0,0 +1,168 @@ +WorkflowStepInputProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowStepInputProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#WorkflowStepInput

+

The input of a workflow step connects an upstream parameter (from the +workflow inputs, or the outputs of other workflows steps) with the input +parameters of the process specified by the run field. Only input parameters +declared by the target process will be passed through at runtime to the process +though additonal parameters may be specified (for use within valueFrom +expressions for instance) - unconnected or unused parameters do not represent an +error condition.

+ + +

Input object

+
+

A WorkflowStepInput object must contain an id field in the form +#fieldname or #prefix/fieldname. When the id field contains a slash +/ the field name consists of the characters following the final slash +(the prefix portion may contain one or more slashes to indicate scope). +This defines a field of the workflow step input object with the value of +the source parameter(s).

+ + +

Merging multiple inbound data links

+
+

To merge multiple inbound data links, +MultipleInputFeatureRequirement must be specified +in the workflow or workflow step requirements.

+

If the sink parameter is an array, or named in a workflow +scatter operation, there may be multiple inbound +data links listed in the source field. The values from the +input links are merged depending on the method specified in the +linkMerge field. If both linkMerge and pickValue are null +or not specified, and there is more than one element in the +source array, the default method is "merge_nested".

+

If both linkMerge and pickValue are null or not specified, and +there is only a single element in the source, then the input +parameter takes the scalar value from the single input link (it is +not wrapped in a single-list).

+
    +
  • merge_nested

    +

    The input must be an array consisting of exactly one entry for each +input link. If "merge_nested" is specified with a single link, the value +from the link must be wrapped in a single-item list.

    +
  • +
  • merge_flattened

    +
      +
    1. The source and sink parameters must be compatible types, or the source +type must be compatible with single element from the "items" type of +the destination array parameter.
    2. +
    3. Source parameters which are arrays are concatenated. +Source parameters which are single element types are appended as +single elements.
    4. +
    +
  • +
+ + +

Picking non-null values among inbound data links

+
+

If present, pickValue specifies how to picking non-null values among inbound data links.

+

pickValue is evaluated

+
    +
  1. Once all source values from upstream step or parameters are available.
  2. +
  3. After linkMerge.
  4. +
  5. Before scatter or valueFrom.
  6. +
+

This is specifically intended to be useful in combination with +conditional execution, where several upstream +steps may be connected to a single input (source is a list), and +skipped steps produce null values.

+

Static type checkers should check for type consistency after infering what the type +will be after pickValue is applied, just as they do currently for linkMerge.

+
    +
  • first_non_null

    +

    For the first level of a list input, pick the first non-null element. The result is a scalar. +It is an error if there is no non-null element. Examples:

    +
      +
    • [null, x, null, y] -> x
    • +
    • [null, [null], null, y] -> [null]
    • +
    • [null, null, null] -> Runtime Error
    • +
    +

    Intended use case: If-else pattern where the +value comes either from a conditional step or from a default or +fallback value. The conditional step(s) should be placed first in +the list.

    +
  • +
  • the_only_non_null

    +

    For the first level of a list input, pick the single non-null element. The result is a scalar. +It is an error if there is more than one non-null element. Examples:

    +
      +
    • [null, x, null] -> x
    • +
    • [null, x, null, y] -> Runtime Error
    • +
    • [null, [null], null] -> [null]
    • +
    • [null, null, null] -> Runtime Error
    • +
    +

    Intended use case: Switch type patterns where developer considers +more than one active code path as a workflow error +(possibly indicating an error in writing when condition expressions).

    +
  • +
  • all_non_null

    +

    For the first level of a list input, pick all non-null values. +The result is a list, which may be empty. Examples:

    +
      +
    • [null, x, null] -> [x]
    • +
    • [x, null, y] -> [x, y]
    • +
    • [null, [x], [null]] -> [[x], [null]]
    • +
    • [null, null, null] -> []
    • +
    +

    Intended use case: It is valid to have more than one source, but + sources are conditional, so null sources (from skipped steps) + should be filtered out.

    +
  • +
+

Hierarchy

Implemented by

Index

Properties

Optional default_

default_?: any
+

The default value for this parameter to use if either there is no +source field, or the value produced by the source is null. The +default must be applied prior to scattering or evaluating valueFrom.

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional id

id?: string
+

The unique identifier for this object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

Optional linkMerge

linkMerge?: LinkMergeMethod
+

The method to use to merge multiple inbound links into a single array. +If not specified, the default method is "merge_nested".

+

Optional loadContents

loadContents?: boolean
+

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

+

If true, the file (or each file in the array) must be a UTF-8 +text file 64 KiB or smaller, and the implementation must read +the entire contents of the file (or file array) and place it +in the contents field of the File object for use by +expressions. If the size of the file is greater than 64 KiB, +the implementation must raise a fatal error.

+

Optional loadListing

loadListing?: LoadListingEnum
+

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

+

Specify the desired behavior for loading the listing field of +a Directory object for use by expressions.

+

The order of precedence for loadListing is:

+
    +
  1. loadListing on an individual parameter
  2. +
  3. Inherited from LoadListingRequirement
  4. +
  5. By default: no_listing
  6. +
+

Optional pickValue

pickValue?: PickValueMethod
+

The method to use to choose non-null elements among multiple sources.

+

Optional source

source?: string | string[]
+

Specifies one or more workflow parameters that will provide input to +the underlying step parameter.

+

Optional valueFrom

valueFrom?: string
+

To use valueFrom, StepInputExpressionRequirement must +be specified in the workflow or workflow step requirements.

+

If valueFrom is a constant string value, use this as the value for +this input parameter.

+

If valueFrom is a parameter reference or expression, it must be +evaluated to yield the actual value to be assiged to the input field.

+

The self value in the parameter reference or expression must be

+
    +
  1. null if there is no source field
  2. +
  3. the value of the parameter(s) specified in the source field when this +workflow input parameter is not specified in this workflow step's scatter field.
  4. +
  5. an element of the parameter specified in the source field when this workflow input +parameter is specified in this workflow step's scatter field.
  6. +
+

The value of inputs in the parameter reference or expression must be +the input object to the workflow step after assigning the source +values, applying default, and then scattering. The order of +evaluating valueFrom among step input parameters is undefined and the +result of evaluating valueFrom on a parameter must not be visible to +evaluation of valueFrom on other parameters.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkflowStepOutputProperties.html b/docs/interfaces/WorkflowStepOutputProperties.html new file mode 100644 index 0000000..fc4925b --- /dev/null +++ b/docs/interfaces/WorkflowStepOutputProperties.html @@ -0,0 +1,12 @@ +WorkflowStepOutputProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowStepOutputProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#WorkflowStepOutput

+

Associate an output parameter of the underlying process with a workflow +parameter. The workflow parameter (given in the id field) be may be used +as a source to connect with input parameters of other workflow steps, or +with an output parameter of the process.

+

A unique identifier for this workflow output parameter. This is +the identifier to use in the source field of WorkflowStepInput +to connect the output value to downstream parameters.

+

Hierarchy

Implemented by

Index

Properties

Optional extensionFields

extensionFields?: Dictionary<any>

Optional id

id?: string
+

The unique identifier for this object.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/WorkflowStepProperties.html b/docs/interfaces/WorkflowStepProperties.html new file mode 100644 index 0000000..81a4b49 --- /dev/null +++ b/docs/interfaces/WorkflowStepProperties.html @@ -0,0 +1,113 @@ +WorkflowStepProperties | cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowStepProperties

+

Auto-generated interface for https://w3id.org/cwl/cwl#WorkflowStep

+

A workflow step is an executable element of a workflow. It specifies the +underlying process implementation (such as CommandLineTool or another +Workflow) in the run field and connects the input and output parameters +of the underlying process to workflow parameters.

+ + +

Scatter/gather

+
+

To use scatter/gather, +ScatterFeatureRequirement must be specified +in the workflow or workflow step requirements.

+

A "scatter" operation specifies that the associated workflow step or +subworkflow should execute separately over a list of input elements. Each +job making up a scatter operation is independent and may be executed +concurrently.

+

The scatter field specifies one or more input parameters which will be +scattered. An input parameter may be listed more than once. The declared +type of each input parameter is implicitly becomes an array of items of the +input parameter type. If a parameter is listed more than once, it becomes +a nested array. As a result, upstream parameters which are connected to +scattered parameters must be arrays.

+

All output parameter types are also implicitly wrapped in arrays. Each job +in the scatter results in an entry in the output array.

+

If any scattered parameter runtime value is an empty array, all outputs are +set to empty arrays and no work is done for the step, according to +applicable scattering rules.

+

If scatter declares more than one input parameter, scatterMethod +describes how to decompose the input into a discrete set of jobs.

+
    +
  • dotproduct specifies that each of the input arrays are aligned and one + element taken from each array to construct each job. It is an error + if all input arrays are not the same length.

    +
  • +
  • nested_crossproduct specifies the Cartesian product of the inputs, + producing a job for every combination of the scattered inputs. The + output must be nested arrays for each level of scattering, in the + order that the input arrays are listed in the scatter field.

    +
  • +
  • flat_crossproduct specifies the Cartesian product of the inputs, + producing a job for every combination of the scattered inputs. The + output arrays must be flattened to a single level, but otherwise listed in the + order that the input arrays are listed in the scatter field.

    +
  • +
+ + +

Conditional execution (Optional)

+
+

Conditional execution makes execution of a step conditional on an +expression. A step that is not executed is "skipped". A skipped +step produces null for all output parameters.

+

The condition is evaluated after scatter, using the input object +of each individual scatter job. This means over a set of scatter +jobs, some may be executed and some may be skipped. When the +results are gathered, skipped steps must be null in the output +arrays.

+

The when field controls conditional execution. This is an +expression that must be evaluated with inputs bound to the step +input object (or individual scatter job), and returns a boolean +value. It is an error if this expression returns a value other +than true or false.

+

Conditionals in CWL are an optional feature and are not required +to be implemented by all consumers of CWL documents. An +implementation that does not support conditionals must return a +fatal error when attempting execute a workflow that uses +conditional constructs the implementation does not support.

+ + +

Subworkflows

+
+

To specify a nested workflow as part of a workflow step, +SubworkflowFeatureRequirement must be +specified in the workflow or workflow step requirements.

+

It is a fatal error if a workflow directly or indirectly invokes itself as +a subworkflow (recursive workflows are not allowed).

+

Hierarchy

Implemented by

Index

Properties

Optional doc

doc?: string | string[]
+

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

+

Optional extensionFields

extensionFields?: Dictionary<any>

Optional hints

hints?: any[]
+

Declares hints applying to either the runtime environment or the +workflow engine that may be helpful in executing this workflow step. It is +not an error if an implementation cannot satisfy all hints, however +the implementation may report a warning.

+

Optional id

id?: string
+

The unique identifier for this object.

+

in_

+

Defines the input parameters of the workflow step. The process is ready to +run when all required input parameters are associated with concrete +values. Input parameters include a schema for each parameter which is +used to validate the input object. It may also be used build a user +interface for constructing the input object.

+

Optional label

label?: string
+

A short, human-readable label of this object.

+

out

out: (string | WorkflowStepOutput)[]
+

Defines the parameters representing the output of the process. May be +used to generate and/or validate the output object.

+

Optional requirements

+

Declares requirements that apply to either the runtime environment or the +workflow engine that must be met in order to execute this workflow step. If +an implementation cannot satisfy all requirements, or a requirement is +listed which is not recognized by the implementation, it is a fatal +error and the implementation must not attempt to run the process, +unless overridden at user option.

+

run

+

Specifies the process to run.

+

Optional scatter

scatter?: string | string[]

Optional scatterMethod

scatterMethod?: ScatterMethod
+

Required if scatter is an array of more than one element.

+

Optional when

when?: string
+

If defined, only run the step when the expression evaluates to +true. If false the step is skipped. A skipped step +produces a null on each output.

+

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html new file mode 100644 index 0000000..36d8980 --- /dev/null +++ b/docs/modules.html @@ -0,0 +1 @@ +cwl-ts-auto
Options
All
  • Public
  • Public/Protected
  • All
Menu

cwl-ts-auto

Index

Enumerations

Classes

Interfaces

Functions

Functions

loadDocument

loadDocumentByString

Legend

  • Constructor
  • Property
  • Method
  • Static property
  • Static method
  • Property
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/package.json b/package.json index 423ec15..5a420b1 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "cwl-ts-auto", - "version": "0.1.0", + "version": "0.1.1", "description": "This project contains TypeScript objects and utilities auto-generated by https://github.com/common-workflow-language/schema_salad for parsing documents corresponding to the https://w3id.org/cwl/cwl# schema.", "author": "Adrian Zimmer", - "homepage" : "https://www.commonwl.org/", + "homepage": "https://www.commonwl.org/", "license": "Apache License, Version 2.0", "repository": { "type": "git", @@ -16,7 +16,8 @@ "types": "dist/index.d.ts", "scripts": { "build": "rm -rf ./dist && tsc", - "test": "nyc --reporter=lcov mocha --require ts-node/register src/test/**/*.ts" + "test": "nyc --reporter=lcov mocha --require ts-node/register src/test/**/*.ts", + "doc": "rm -rf ./docs && typedoc src/index.ts" }, "devDependencies": { "@types/chai": "^4.2.22", @@ -29,12 +30,13 @@ "@types/uuid": "^8.3.3", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", + "codecov.io": "^0.1.6", "mocha": "^9.1.3", "nyc": "^15.1.0", "sinon": "^12.0.1", "ts-node": "^10.4.0", - "typescript": "^4.4.4", - "codecov.io": "^0.1.6" + "typedoc": "^0.22.10", + "typescript": "^4.4.4" }, "dependencies": { "js-yaml": "^4.1.0", @@ -45,4 +47,4 @@ "files": [ "/dist" ] -} \ No newline at end of file +}