@nfdi4plants/arctrl 3.1.0 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ts/ts/CWL/CWLTypes.d.ts +162 -45
- package/dist/ts/ts/CWL/CWLTypes.d.ts.map +1 -1
- package/dist/ts/ts/CWL/CWLTypes.js +495 -104
- package/dist/ts/ts/CWL/Decode.d.ts +291 -48
- package/dist/ts/ts/CWL/Decode.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Decode.js +911 -568
- package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts +37 -0
- package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts.map +1 -0
- package/dist/ts/ts/CWL/DynamicObjHelpers.js +57 -0
- package/dist/ts/ts/CWL/Encode.d.ts +117 -2
- package/dist/ts/ts/CWL/Encode.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Encode.js +399 -163
- package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +2 -0
- package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/ExpressionToolDescription.js +7 -0
- package/dist/ts/ts/CWL/Inputs.d.ts +65 -14
- package/dist/ts/ts/CWL/Inputs.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Inputs.js +194 -51
- package/dist/ts/ts/CWL/OperationDescription.d.ts +2 -0
- package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/OperationDescription.js +7 -0
- package/dist/ts/ts/CWL/Outputs.d.ts +51 -12
- package/dist/ts/ts/CWL/Outputs.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Outputs.js +152 -76
- package/dist/ts/ts/CWL/ParameterReference.d.ts +4 -1
- package/dist/ts/ts/CWL/ParameterReference.d.ts.map +1 -1
- package/dist/ts/ts/CWL/ParameterReference.js +17 -6
- package/dist/ts/ts/CWL/Requirements.d.ts +140 -51
- package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Requirements.js +458 -128
- package/dist/ts/ts/CWL/ToolDescription.d.ts +27 -2
- package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/ToolDescription.js +74 -4
- package/dist/ts/ts/CWL/WorkflowDescription.d.ts +2 -0
- package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/WorkflowDescription.js +7 -0
- package/dist/ts/ts/CWL/WorkflowSteps.d.ts +50 -19
- package/dist/ts/ts/CWL/WorkflowSteps.d.ts.map +1 -1
- package/dist/ts/ts/CWL/WorkflowSteps.js +152 -23
- package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
- package/dist/ts/ts/ContractIO/ContractIO.js +4 -1
- package/dist/ts/ts/Conversion/Assay.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/Assay.js +4 -3
- package/dist/ts/ts/Conversion/Investigation.js +2 -2
- package/dist/ts/ts/Conversion/Person.d.ts +1 -1
- package/dist/ts/ts/Conversion/Person.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/Person.js +27 -11
- package/dist/ts/ts/Conversion/Run.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/Run.js +3 -2
- package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/ScholarlyArticle.js +2 -1
- package/dist/ts/ts/Conversion/Study.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/Study.js +5 -4
- package/dist/ts/ts/Conversion/Workflow.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/Workflow.js +13 -12
- package/dist/ts/ts/Conversion.d.ts +14 -10
- package/dist/ts/ts/Conversion.d.ts.map +1 -1
- package/dist/ts/ts/Conversion.js +18 -11
- package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -1
- package/dist/ts/ts/Core/ArcTypes.js +18 -0
- package/dist/ts/ts/Json.d.ts +2 -2
- package/dist/ts/ts/Json.d.ts.map +1 -1
- package/dist/ts/ts/Json.js +3 -3
- package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts.map +1 -1
- package/dist/ts/ts/WorkflowGraph/ReferenceParsing.js +2 -1
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts +1 -1
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -1
- package/dist/ts/ts/Yaml/ValidationPackage.js +5 -5
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +1 -1
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -1
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.js +5 -5
- package/dist/ts/ts/Yaml.js +1 -1
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Decode.fs.js +5 -33
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Persil.fs.js +11 -159
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Preprocessing.fs.js +319 -0
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Reader.fs.js +1867 -0
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Regex.fs.js +1 -1
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/RegexActivePatterns.fs.js +2 -2
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Syntax.fs.js +819 -0
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Writer.fs.js +75 -48
- package/package.json +1 -1
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/FlowToBlock.fs.js +0 -956
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/Preprocessing.fs.js +0 -181
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/Reader.fs.js +0 -1493
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Encode.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Escapes.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/Interop/JsInterop.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/StringBuffer.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.7 → YAMLicious.1.0.0-alpha.11}/YAMLiciousTypes.fs.js +0 -0
|
@@ -1,41 +1,148 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { toInt64, fromInt32 } from '../../node_modules/@fable-org/fable-library-js/BigInt.js';
|
|
7
|
-
import { setOptionalProperty } from '../fable_modules/DynamicObj.7.1.0/DynObj.fs.js';
|
|
1
|
+
import { unwrap, value, bind } from '../../node_modules/@fable-org/fable-library-js/Option.js';
|
|
2
|
+
import { SchemaSaladString_Literal, DirentInstance_$reflection, SchemaSaladString_$reflection, FileInstance_$reflection, DirectoryInstance_$reflection, SchemaDefRequirementType_$reflection, SoftwarePackage_$reflection } from './CWLTypes.js';
|
|
3
|
+
import { equals, arrayHash, comparePrimitives } from '../../node_modules/@fable-org/fable-library-js/Util.js';
|
|
4
|
+
import { dynamicPropertiesEqual, hashDynamicProperties } from './DynamicObjHelpers.js';
|
|
5
|
+
import { ofSeq } from '../../node_modules/@fable-org/fable-library-js/Set.js';
|
|
8
6
|
import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
|
|
9
|
-
import {
|
|
7
|
+
import { class_type, union_type, int64_type, string_type, array_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
|
|
8
|
+
import { Union } from '../../node_modules/@fable-org/fable-library-js/Types.js';
|
|
9
|
+
import { toInt64, fromInt32 } from '../../node_modules/@fable-org/fable-library-js/BigInt.js';
|
|
10
|
+
import { ofArray } from '../../node_modules/@fable-org/fable-library-js/List.js';
|
|
10
11
|
import { map } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
|
|
11
12
|
|
|
12
|
-
class DockerRequirement extends
|
|
13
|
-
constructor(
|
|
13
|
+
class DockerRequirement extends DynamicObj {
|
|
14
|
+
constructor(dockerPull, dockerFile, dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory, dockerRunOptions) {
|
|
14
15
|
super();
|
|
15
|
-
this.
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
16
|
+
this._dockerPull = dockerPull;
|
|
17
|
+
this._dockerFile = dockerFile;
|
|
18
|
+
this._dockerImageId = dockerImageId;
|
|
19
|
+
this._dockerLoad = dockerLoad;
|
|
20
|
+
this._dockerImport = dockerImport;
|
|
21
|
+
this._dockerOutputDirectory = dockerOutputDirectory;
|
|
22
|
+
this._dockerRunOptions = dockerRunOptions;
|
|
23
|
+
}
|
|
24
|
+
get DockerPull() {
|
|
25
|
+
const this$ = this;
|
|
26
|
+
return unwrap(this$._dockerPull);
|
|
27
|
+
}
|
|
28
|
+
set DockerPull(value) {
|
|
29
|
+
const this$ = this;
|
|
30
|
+
this$._dockerPull = value;
|
|
31
|
+
}
|
|
32
|
+
get DockerFile() {
|
|
33
|
+
const this$ = this;
|
|
34
|
+
return unwrap(this$._dockerFile);
|
|
35
|
+
}
|
|
36
|
+
set DockerFile(value) {
|
|
37
|
+
const this$ = this;
|
|
38
|
+
this$._dockerFile = value;
|
|
39
|
+
}
|
|
40
|
+
get DockerImageId() {
|
|
41
|
+
const this$ = this;
|
|
42
|
+
return unwrap(this$._dockerImageId);
|
|
43
|
+
}
|
|
44
|
+
set DockerImageId(value) {
|
|
45
|
+
const this$ = this;
|
|
46
|
+
this$._dockerImageId = value;
|
|
47
|
+
}
|
|
48
|
+
get DockerLoad() {
|
|
49
|
+
const this$ = this;
|
|
50
|
+
return unwrap(this$._dockerLoad);
|
|
51
|
+
}
|
|
52
|
+
set DockerLoad(value) {
|
|
53
|
+
const this$ = this;
|
|
54
|
+
this$._dockerLoad = value;
|
|
55
|
+
}
|
|
56
|
+
get DockerImport() {
|
|
57
|
+
const this$ = this;
|
|
58
|
+
return unwrap(this$._dockerImport);
|
|
59
|
+
}
|
|
60
|
+
set DockerImport(value) {
|
|
61
|
+
const this$ = this;
|
|
62
|
+
this$._dockerImport = value;
|
|
63
|
+
}
|
|
64
|
+
get DockerOutputDirectory() {
|
|
65
|
+
const this$ = this;
|
|
66
|
+
return unwrap(this$._dockerOutputDirectory);
|
|
67
|
+
}
|
|
68
|
+
set DockerOutputDirectory(value) {
|
|
69
|
+
const this$ = this;
|
|
70
|
+
this$._dockerOutputDirectory = value;
|
|
71
|
+
}
|
|
72
|
+
get DockerRunOptions() {
|
|
73
|
+
const this$ = this;
|
|
74
|
+
return unwrap(this$._dockerRunOptions);
|
|
75
|
+
}
|
|
76
|
+
set DockerRunOptions(value) {
|
|
77
|
+
const this$ = this;
|
|
78
|
+
this$._dockerRunOptions = value;
|
|
79
|
+
}
|
|
80
|
+
Equals(o) {
|
|
81
|
+
let other;
|
|
82
|
+
const this$ = this;
|
|
83
|
+
return o instanceof DockerRequirement && (other = o, equals(this$.DockerPull, other.DockerPull) && equals(this$.DockerFile, other.DockerFile) && equals(this$.DockerImageId, other.DockerImageId) && equals(this$.DockerLoad, other.DockerLoad) && equals(this$.DockerImport, other.DockerImport) && equals(this$.DockerOutputDirectory, other.DockerOutputDirectory) && equals(this$.DockerRunOptions, other.DockerRunOptions) && dynamicPropertiesEqual(this$, other));
|
|
84
|
+
}
|
|
85
|
+
GetHashCode() {
|
|
86
|
+
const this$ = this;
|
|
87
|
+
return arrayHash([this$.DockerPull, this$.DockerFile, this$.DockerImageId, this$.DockerLoad, this$.DockerImport, this$.DockerOutputDirectory, this$.DockerRunOptions, hashDynamicProperties(this$)]) | 0;
|
|
88
|
+
}
|
|
89
|
+
static create(dockerPull, dockerFile, dockerFileReference, dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory, dockerRunOptions) {
|
|
90
|
+
return new DockerRequirement(unwrap(dockerPull), unwrap(dockerFileReference == null ? dockerFile == null ? void 0 : SchemaSaladString_Literal(value(dockerFile)) : value(dockerFileReference)), unwrap(dockerImageId), unwrap(dockerLoad), unwrap(dockerImport), unwrap(dockerOutputDirectory), unwrap(dockerRunOptions));
|
|
91
|
+
}
|
|
92
|
+
static get KnownFieldNames() {
|
|
93
|
+
return ofSeq(["class", "dockerPull", "dockerFile", "dockerImageId", "dockerLoad", "dockerImport", "dockerOutputDirectory", "cwltool:dockerRunOptions"], {
|
|
94
|
+
Compare: comparePrimitives
|
|
95
|
+
});
|
|
22
96
|
}
|
|
23
97
|
}
|
|
24
98
|
function DockerRequirement_$reflection() {
|
|
25
|
-
return
|
|
99
|
+
return class_type("ARCtrl.CWL.DockerRequirement", void 0, DockerRequirement, DynamicObj_$reflection());
|
|
26
100
|
}
|
|
27
|
-
function
|
|
28
|
-
return new DockerRequirement(dockerPull,
|
|
101
|
+
function DockerRequirement_$ctor_Z4715023E(dockerPull, dockerFile, dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory, dockerRunOptions) {
|
|
102
|
+
return new DockerRequirement(dockerPull, dockerFile, dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory, dockerRunOptions);
|
|
29
103
|
}
|
|
30
|
-
class EnvironmentDef extends
|
|
31
|
-
constructor(
|
|
104
|
+
class EnvironmentDef extends DynamicObj {
|
|
105
|
+
constructor(envName, envValue) {
|
|
32
106
|
super();
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
107
|
+
this._envName = envName;
|
|
108
|
+
this._envValue = envValue;
|
|
109
|
+
}
|
|
110
|
+
get EnvName() {
|
|
111
|
+
const this$ = this;
|
|
112
|
+
return this$._envName;
|
|
113
|
+
}
|
|
114
|
+
set EnvName(value) {
|
|
115
|
+
const this$ = this;
|
|
116
|
+
this$._envName = value;
|
|
117
|
+
}
|
|
118
|
+
get EnvValue() {
|
|
119
|
+
const this$ = this;
|
|
120
|
+
return this$._envValue;
|
|
121
|
+
}
|
|
122
|
+
set EnvValue(value) {
|
|
123
|
+
const this$ = this;
|
|
124
|
+
this$._envValue = value;
|
|
125
|
+
}
|
|
126
|
+
Equals(o) {
|
|
127
|
+
let other;
|
|
128
|
+
const this$ = this;
|
|
129
|
+
return o instanceof EnvironmentDef && (other = o, this$.EnvName === other.EnvName && this$.EnvValue === other.EnvValue && dynamicPropertiesEqual(this$, other));
|
|
130
|
+
}
|
|
131
|
+
GetHashCode() {
|
|
132
|
+
const this$ = this;
|
|
133
|
+
return arrayHash([this$.EnvName, this$.EnvValue, hashDynamicProperties(this$)]) | 0;
|
|
134
|
+
}
|
|
135
|
+
static get KnownFieldNames() {
|
|
136
|
+
return ofSeq(["envName", "envValue"], {
|
|
137
|
+
Compare: comparePrimitives
|
|
138
|
+
});
|
|
35
139
|
}
|
|
36
140
|
}
|
|
37
141
|
function EnvironmentDef_$reflection() {
|
|
38
|
-
return
|
|
142
|
+
return class_type("ARCtrl.CWL.EnvironmentDef", void 0, EnvironmentDef, DynamicObj_$reflection());
|
|
143
|
+
}
|
|
144
|
+
function EnvironmentDef_$ctor_Z384F8060(envName, envValue) {
|
|
145
|
+
return new EnvironmentDef(envName, envValue);
|
|
39
146
|
}
|
|
40
147
|
function LoadListingEnum_NoListing() {
|
|
41
148
|
return new LoadListingEnum(0, []);
|
|
@@ -76,53 +183,153 @@ function LoadListingEnum_tryParse_Z721C83C5(value) {
|
|
|
76
183
|
return void 0;
|
|
77
184
|
}
|
|
78
185
|
}
|
|
79
|
-
class LoadListingRequirementValue extends
|
|
80
|
-
constructor(
|
|
186
|
+
class LoadListingRequirementValue extends DynamicObj {
|
|
187
|
+
constructor(loadListing) {
|
|
81
188
|
super();
|
|
82
|
-
this.
|
|
189
|
+
this._loadListing = loadListing;
|
|
190
|
+
}
|
|
191
|
+
get LoadListing() {
|
|
192
|
+
const this$ = this;
|
|
193
|
+
return this$._loadListing;
|
|
194
|
+
}
|
|
195
|
+
set LoadListing(value) {
|
|
196
|
+
const this$ = this;
|
|
197
|
+
this$._loadListing = value;
|
|
198
|
+
}
|
|
199
|
+
Equals(o) {
|
|
200
|
+
let other;
|
|
201
|
+
const this$ = this;
|
|
202
|
+
return o instanceof LoadListingRequirementValue && (other = o, equals(this$.LoadListing, other.LoadListing) && dynamicPropertiesEqual(this$, other));
|
|
203
|
+
}
|
|
204
|
+
GetHashCode() {
|
|
205
|
+
const this$ = this;
|
|
206
|
+
return arrayHash([this$.LoadListing, hashDynamicProperties(this$)]) | 0;
|
|
207
|
+
}
|
|
208
|
+
static get defaultNoListing() {
|
|
209
|
+
return new LoadListingRequirementValue(LoadListingEnum_NoListing());
|
|
210
|
+
}
|
|
211
|
+
static get KnownFieldNames() {
|
|
212
|
+
return ofSeq(["class", "loadListing"], {
|
|
213
|
+
Compare: comparePrimitives
|
|
214
|
+
});
|
|
83
215
|
}
|
|
84
216
|
}
|
|
85
217
|
function LoadListingRequirementValue_$reflection() {
|
|
86
|
-
return
|
|
218
|
+
return class_type("ARCtrl.CWL.LoadListingRequirementValue", void 0, LoadListingRequirementValue, DynamicObj_$reflection());
|
|
87
219
|
}
|
|
88
|
-
function
|
|
89
|
-
return new LoadListingRequirementValue(
|
|
220
|
+
function LoadListingRequirementValue_$ctor_70DB69D0(loadListing) {
|
|
221
|
+
return new LoadListingRequirementValue(loadListing);
|
|
90
222
|
}
|
|
91
|
-
class WorkReuseRequirementValue extends
|
|
92
|
-
constructor(
|
|
223
|
+
class WorkReuseRequirementValue extends DynamicObj {
|
|
224
|
+
constructor(enableReuse) {
|
|
93
225
|
super();
|
|
94
|
-
this.
|
|
226
|
+
this._enableReuse = enableReuse;
|
|
227
|
+
}
|
|
228
|
+
get EnableReuse() {
|
|
229
|
+
const this$ = this;
|
|
230
|
+
return this$._enableReuse;
|
|
231
|
+
}
|
|
232
|
+
set EnableReuse(value) {
|
|
233
|
+
const this$ = this;
|
|
234
|
+
this$._enableReuse = value;
|
|
235
|
+
}
|
|
236
|
+
Equals(o) {
|
|
237
|
+
let other;
|
|
238
|
+
const this$ = this;
|
|
239
|
+
return o instanceof WorkReuseRequirementValue && (other = o, this$.EnableReuse === other.EnableReuse && dynamicPropertiesEqual(this$, other));
|
|
240
|
+
}
|
|
241
|
+
GetHashCode() {
|
|
242
|
+
const this$ = this;
|
|
243
|
+
return arrayHash([this$.EnableReuse, hashDynamicProperties(this$)]) | 0;
|
|
244
|
+
}
|
|
245
|
+
static get defaultEnabled() {
|
|
246
|
+
return new WorkReuseRequirementValue(true);
|
|
247
|
+
}
|
|
248
|
+
static get KnownFieldNames() {
|
|
249
|
+
return ofSeq(["class", "enableReuse"], {
|
|
250
|
+
Compare: comparePrimitives
|
|
251
|
+
});
|
|
95
252
|
}
|
|
96
253
|
}
|
|
97
254
|
function WorkReuseRequirementValue_$reflection() {
|
|
98
|
-
return
|
|
255
|
+
return class_type("ARCtrl.CWL.WorkReuseRequirementValue", void 0, WorkReuseRequirementValue, DynamicObj_$reflection());
|
|
99
256
|
}
|
|
100
|
-
function
|
|
101
|
-
return new WorkReuseRequirementValue(
|
|
257
|
+
function WorkReuseRequirementValue_$ctor_Z1FBCCD16(enableReuse) {
|
|
258
|
+
return new WorkReuseRequirementValue(enableReuse);
|
|
102
259
|
}
|
|
103
|
-
class NetworkAccessRequirementValue extends
|
|
104
|
-
constructor(
|
|
260
|
+
class NetworkAccessRequirementValue extends DynamicObj {
|
|
261
|
+
constructor(networkAccess) {
|
|
105
262
|
super();
|
|
106
|
-
this.
|
|
263
|
+
this._networkAccess = networkAccess;
|
|
264
|
+
}
|
|
265
|
+
get NetworkAccess() {
|
|
266
|
+
const this$ = this;
|
|
267
|
+
return this$._networkAccess;
|
|
268
|
+
}
|
|
269
|
+
set NetworkAccess(value) {
|
|
270
|
+
const this$ = this;
|
|
271
|
+
this$._networkAccess = value;
|
|
272
|
+
}
|
|
273
|
+
Equals(o) {
|
|
274
|
+
let other;
|
|
275
|
+
const this$ = this;
|
|
276
|
+
return o instanceof NetworkAccessRequirementValue && (other = o, this$.NetworkAccess === other.NetworkAccess && dynamicPropertiesEqual(this$, other));
|
|
277
|
+
}
|
|
278
|
+
GetHashCode() {
|
|
279
|
+
const this$ = this;
|
|
280
|
+
return arrayHash([this$.NetworkAccess, hashDynamicProperties(this$)]) | 0;
|
|
281
|
+
}
|
|
282
|
+
static get defaultEnabled() {
|
|
283
|
+
return new NetworkAccessRequirementValue(true);
|
|
284
|
+
}
|
|
285
|
+
static get KnownFieldNames() {
|
|
286
|
+
return ofSeq(["class", "networkAccess"], {
|
|
287
|
+
Compare: comparePrimitives
|
|
288
|
+
});
|
|
107
289
|
}
|
|
108
290
|
}
|
|
109
291
|
function NetworkAccessRequirementValue_$reflection() {
|
|
110
|
-
return
|
|
292
|
+
return class_type("ARCtrl.CWL.NetworkAccessRequirementValue", void 0, NetworkAccessRequirementValue, DynamicObj_$reflection());
|
|
111
293
|
}
|
|
112
|
-
function
|
|
113
|
-
return new NetworkAccessRequirementValue(
|
|
294
|
+
function NetworkAccessRequirementValue_$ctor_Z1FBCCD16(networkAccess) {
|
|
295
|
+
return new NetworkAccessRequirementValue(networkAccess);
|
|
114
296
|
}
|
|
115
|
-
class InplaceUpdateRequirementValue extends
|
|
116
|
-
constructor(
|
|
297
|
+
class InplaceUpdateRequirementValue extends DynamicObj {
|
|
298
|
+
constructor(inplaceUpdate) {
|
|
117
299
|
super();
|
|
118
|
-
this.
|
|
300
|
+
this._inplaceUpdate = inplaceUpdate;
|
|
301
|
+
}
|
|
302
|
+
get InplaceUpdate() {
|
|
303
|
+
const this$ = this;
|
|
304
|
+
return this$._inplaceUpdate;
|
|
305
|
+
}
|
|
306
|
+
set InplaceUpdate(value) {
|
|
307
|
+
const this$ = this;
|
|
308
|
+
this$._inplaceUpdate = value;
|
|
309
|
+
}
|
|
310
|
+
Equals(o) {
|
|
311
|
+
let other;
|
|
312
|
+
const this$ = this;
|
|
313
|
+
return o instanceof InplaceUpdateRequirementValue && (other = o, this$.InplaceUpdate === other.InplaceUpdate && dynamicPropertiesEqual(this$, other));
|
|
314
|
+
}
|
|
315
|
+
GetHashCode() {
|
|
316
|
+
const this$ = this;
|
|
317
|
+
return arrayHash([this$.InplaceUpdate, hashDynamicProperties(this$)]) | 0;
|
|
318
|
+
}
|
|
319
|
+
static get defaultEnabled() {
|
|
320
|
+
return new InplaceUpdateRequirementValue(true);
|
|
321
|
+
}
|
|
322
|
+
static get KnownFieldNames() {
|
|
323
|
+
return ofSeq(["class", "inplaceUpdate"], {
|
|
324
|
+
Compare: comparePrimitives
|
|
325
|
+
});
|
|
119
326
|
}
|
|
120
327
|
}
|
|
121
328
|
function InplaceUpdateRequirementValue_$reflection() {
|
|
122
|
-
return
|
|
329
|
+
return class_type("ARCtrl.CWL.InplaceUpdateRequirementValue", void 0, InplaceUpdateRequirementValue, DynamicObj_$reflection());
|
|
123
330
|
}
|
|
124
|
-
function
|
|
125
|
-
return new InplaceUpdateRequirementValue(
|
|
331
|
+
function InplaceUpdateRequirementValue_$ctor_Z1FBCCD16(inplaceUpdate) {
|
|
332
|
+
return new InplaceUpdateRequirementValue(inplaceUpdate);
|
|
126
333
|
}
|
|
127
334
|
function ToolTimeLimitValue_ToolTimeLimitSeconds(Item) {
|
|
128
335
|
return new ToolTimeLimitValue(0, [Item]);
|
|
@@ -146,17 +353,133 @@ function ToolTimeLimitValue_$reflection() {
|
|
|
146
353
|
class ResourceRequirementInstance extends DynamicObj {
|
|
147
354
|
constructor(coresMin, coresMax, ramMin, ramMax, tmpdirMin, tmpdirMax, outdirMin, outdirMax) {
|
|
148
355
|
super();
|
|
149
|
-
|
|
150
|
-
this
|
|
151
|
-
this
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
356
|
+
this._coresMin = coresMin;
|
|
357
|
+
this._coresMax = coresMax;
|
|
358
|
+
this._ramMin = ramMin;
|
|
359
|
+
this._ramMax = ramMax;
|
|
360
|
+
this._tmpdirMin = tmpdirMin;
|
|
361
|
+
this._tmpdirMax = tmpdirMax;
|
|
362
|
+
this._outdirMin = outdirMin;
|
|
363
|
+
this._outdirMax = outdirMax;
|
|
364
|
+
}
|
|
365
|
+
get CoresMin() {
|
|
366
|
+
const this$ = this;
|
|
367
|
+
return this$._coresMin;
|
|
368
|
+
}
|
|
369
|
+
set CoresMin(value) {
|
|
370
|
+
const this$ = this;
|
|
371
|
+
this$._coresMin = value;
|
|
372
|
+
}
|
|
373
|
+
get CoresMax() {
|
|
374
|
+
const this$ = this;
|
|
375
|
+
return this$._coresMax;
|
|
376
|
+
}
|
|
377
|
+
set CoresMax(value) {
|
|
378
|
+
const this$ = this;
|
|
379
|
+
this$._coresMax = value;
|
|
380
|
+
}
|
|
381
|
+
get RamMin() {
|
|
382
|
+
const this$ = this;
|
|
383
|
+
return this$._ramMin;
|
|
384
|
+
}
|
|
385
|
+
set RamMin(value) {
|
|
386
|
+
const this$ = this;
|
|
387
|
+
this$._ramMin = value;
|
|
388
|
+
}
|
|
389
|
+
get RamMax() {
|
|
390
|
+
const this$ = this;
|
|
391
|
+
return this$._ramMax;
|
|
392
|
+
}
|
|
393
|
+
set RamMax(value) {
|
|
394
|
+
const this$ = this;
|
|
395
|
+
this$._ramMax = value;
|
|
396
|
+
}
|
|
397
|
+
get TmpdirMin() {
|
|
398
|
+
const this$ = this;
|
|
399
|
+
return this$._tmpdirMin;
|
|
400
|
+
}
|
|
401
|
+
set TmpdirMin(value) {
|
|
402
|
+
const this$ = this;
|
|
403
|
+
this$._tmpdirMin = value;
|
|
404
|
+
}
|
|
405
|
+
get TmpdirMax() {
|
|
406
|
+
const this$ = this;
|
|
407
|
+
return this$._tmpdirMax;
|
|
408
|
+
}
|
|
409
|
+
set TmpdirMax(value) {
|
|
410
|
+
const this$ = this;
|
|
411
|
+
this$._tmpdirMax = value;
|
|
412
|
+
}
|
|
413
|
+
get OutdirMin() {
|
|
414
|
+
const this$ = this;
|
|
415
|
+
return this$._outdirMin;
|
|
416
|
+
}
|
|
417
|
+
set OutdirMin(value) {
|
|
418
|
+
const this$ = this;
|
|
419
|
+
this$._outdirMin = value;
|
|
420
|
+
}
|
|
421
|
+
get OutdirMax() {
|
|
422
|
+
const this$ = this;
|
|
423
|
+
return this$._outdirMax;
|
|
424
|
+
}
|
|
425
|
+
set OutdirMax(value) {
|
|
426
|
+
const this$ = this;
|
|
427
|
+
this$._outdirMax = value;
|
|
428
|
+
}
|
|
429
|
+
TryGetKnownField(name) {
|
|
430
|
+
const this$ = this;
|
|
431
|
+
return name === "coresMin" ? this$.CoresMin : name === "coresMax" ? this$.CoresMax : name === "ramMin" ? this$.RamMin : name === "ramMax" ? this$.RamMax : name === "tmpdirMin" ? this$.TmpdirMin : name === "tmpdirMax" ? this$.TmpdirMax : name === "outdirMin" ? this$.OutdirMin : name === "outdirMax" ? this$.OutdirMax : void 0;
|
|
432
|
+
}
|
|
433
|
+
TryGetInt64(name) {
|
|
434
|
+
const this$ = this;
|
|
435
|
+
return bind((_arg) => {
|
|
436
|
+
if (typeof _arg === "bigint") {
|
|
437
|
+
return _arg;
|
|
438
|
+
} else if (typeof _arg === "number") {
|
|
439
|
+
return toInt64(fromInt32(_arg));
|
|
440
|
+
} else {
|
|
441
|
+
return void 0;
|
|
442
|
+
}
|
|
443
|
+
}, this$.TryGetKnownField(name));
|
|
444
|
+
}
|
|
445
|
+
TryGetFloat(name) {
|
|
446
|
+
const this$ = this;
|
|
447
|
+
return bind((_arg) => {
|
|
448
|
+
if (typeof _arg === "number") {
|
|
449
|
+
return _arg;
|
|
450
|
+
} else {
|
|
451
|
+
return void 0;
|
|
452
|
+
}
|
|
453
|
+
}, this$.TryGetKnownField(name));
|
|
454
|
+
}
|
|
455
|
+
TryGetExpression(name) {
|
|
456
|
+
const this$ = this;
|
|
457
|
+
return bind((_arg) => {
|
|
458
|
+
if (typeof _arg === "string") {
|
|
459
|
+
const value = _arg;
|
|
460
|
+
return value;
|
|
461
|
+
} else {
|
|
462
|
+
return void 0;
|
|
463
|
+
}
|
|
464
|
+
}, this$.TryGetKnownField(name));
|
|
465
|
+
}
|
|
466
|
+
get KnownFieldValues() {
|
|
467
|
+
const this$ = this;
|
|
468
|
+
return ofArray([["coresMin", this$.CoresMin], ["coresMax", this$.CoresMax], ["ramMin", this$.RamMin], ["ramMax", this$.RamMax], ["tmpdirMin", this$.TmpdirMin], ["tmpdirMax", this$.TmpdirMax], ["outdirMin", this$.OutdirMin], ["outdirMax", this$.OutdirMax]]);
|
|
469
|
+
}
|
|
470
|
+
Equals(o) {
|
|
471
|
+
let other;
|
|
472
|
+
const this$ = this;
|
|
473
|
+
return o instanceof ResourceRequirementInstance && (other = o, equals(this$.KnownFieldValues, other.KnownFieldValues) && dynamicPropertiesEqual(this$, other));
|
|
474
|
+
}
|
|
475
|
+
GetHashCode() {
|
|
476
|
+
const this$ = this;
|
|
477
|
+
return arrayHash([this$.KnownFieldValues, hashDynamicProperties(this$)]) | 0;
|
|
478
|
+
}
|
|
479
|
+
static get KnownFieldNames() {
|
|
480
|
+
return ofSeq(["class", "coresMin", "coresMax", "ramMin", "ramMax", "tmpdirMin", "tmpdirMax", "outdirMin", "outdirMax"], {
|
|
481
|
+
Compare: comparePrimitives
|
|
482
|
+
});
|
|
160
483
|
}
|
|
161
484
|
}
|
|
162
485
|
function ResourceRequirementInstance_$reflection() {
|
|
@@ -165,57 +488,6 @@ function ResourceRequirementInstance_$reflection() {
|
|
|
165
488
|
function ResourceRequirementInstance_$ctor_D76FC00(coresMin, coresMax, ramMin, ramMax, tmpdirMin, tmpdirMax, outdirMin, outdirMax) {
|
|
166
489
|
return new ResourceRequirementInstance(coresMin, coresMax, ramMin, ramMax, tmpdirMin, tmpdirMax, outdirMin, outdirMax);
|
|
167
490
|
}
|
|
168
|
-
function ResourceRequirementInstance__TryGetInt64_Z721C83C5(this$, name) {
|
|
169
|
-
return bind((_arg_1) => {
|
|
170
|
-
if (typeof _arg_1 === "bigint") {
|
|
171
|
-
return _arg_1;
|
|
172
|
-
} else if (typeof _arg_1 === "number") {
|
|
173
|
-
return toInt64(fromInt32(_arg_1));
|
|
174
|
-
} else {
|
|
175
|
-
return void 0;
|
|
176
|
-
}
|
|
177
|
-
}, bind((_arg) => {
|
|
178
|
-
if (typeof _arg === "bigint") {
|
|
179
|
-
return some(_arg);
|
|
180
|
-
} else if (typeof _arg === "number") {
|
|
181
|
-
return some(toInt64(fromInt32(_arg)));
|
|
182
|
-
} else {
|
|
183
|
-
return void 0;
|
|
184
|
-
}
|
|
185
|
-
}, this$.TryGetPropertyValue(name)));
|
|
186
|
-
}
|
|
187
|
-
function ResourceRequirementInstance__TryGetFloat_Z721C83C5(this$, name) {
|
|
188
|
-
return bind((_arg_1) => {
|
|
189
|
-
if (typeof _arg_1 === "number") {
|
|
190
|
-
return _arg_1;
|
|
191
|
-
} else {
|
|
192
|
-
return void 0;
|
|
193
|
-
}
|
|
194
|
-
}, bind((_arg) => {
|
|
195
|
-
if (typeof _arg === "number") {
|
|
196
|
-
return some(_arg);
|
|
197
|
-
} else {
|
|
198
|
-
return void 0;
|
|
199
|
-
}
|
|
200
|
-
}, this$.TryGetPropertyValue(name)));
|
|
201
|
-
}
|
|
202
|
-
function ResourceRequirementInstance__TryGetExpression_Z721C83C5(this$, name) {
|
|
203
|
-
return bind((_arg_1) => {
|
|
204
|
-
if (typeof _arg_1 === "string") {
|
|
205
|
-
const value_1 = _arg_1;
|
|
206
|
-
return value_1;
|
|
207
|
-
} else {
|
|
208
|
-
return void 0;
|
|
209
|
-
}
|
|
210
|
-
}, bind((_arg) => {
|
|
211
|
-
if (typeof _arg === "string") {
|
|
212
|
-
const value = _arg;
|
|
213
|
-
return some(value);
|
|
214
|
-
} else {
|
|
215
|
-
return void 0;
|
|
216
|
-
}
|
|
217
|
-
}, this$.TryGetPropertyValue(name)));
|
|
218
|
-
}
|
|
219
491
|
function InitialWorkDirEntry_DirentEntry(Item) {
|
|
220
492
|
return new InitialWorkDirEntry(0, [Item]);
|
|
221
493
|
}
|
|
@@ -241,27 +513,85 @@ class InitialWorkDirEntry extends Union {
|
|
|
241
513
|
function InitialWorkDirEntry_$reflection() {
|
|
242
514
|
return union_type("ARCtrl.CWL.InitialWorkDirEntry", [], InitialWorkDirEntry, () => [[["Item", DirentInstance_$reflection()]], [["Item", SchemaSaladString_$reflection()]], [["Item", FileInstance_$reflection()]], [["Item", DirectoryInstance_$reflection()]]]);
|
|
243
515
|
}
|
|
244
|
-
class InlineJavascriptRequirementValue extends
|
|
245
|
-
constructor(
|
|
516
|
+
class InlineJavascriptRequirementValue extends DynamicObj {
|
|
517
|
+
constructor(expressionLib) {
|
|
246
518
|
super();
|
|
247
|
-
this.
|
|
519
|
+
this._expressionLib = expressionLib;
|
|
520
|
+
}
|
|
521
|
+
get ExpressionLib() {
|
|
522
|
+
const this$ = this;
|
|
523
|
+
return unwrap(this$._expressionLib);
|
|
524
|
+
}
|
|
525
|
+
set ExpressionLib(value) {
|
|
526
|
+
const this$ = this;
|
|
527
|
+
this$._expressionLib = value;
|
|
528
|
+
}
|
|
529
|
+
Equals(o) {
|
|
530
|
+
let other;
|
|
531
|
+
const this$ = this;
|
|
532
|
+
return o instanceof InlineJavascriptRequirementValue && (other = o, equals(this$.ExpressionLib, other.ExpressionLib) && dynamicPropertiesEqual(this$, other));
|
|
533
|
+
}
|
|
534
|
+
GetHashCode() {
|
|
535
|
+
const this$ = this;
|
|
536
|
+
return arrayHash([this$.ExpressionLib, hashDynamicProperties(this$)]) | 0;
|
|
537
|
+
}
|
|
538
|
+
static get defaultEmpty() {
|
|
539
|
+
return new InlineJavascriptRequirementValue();
|
|
540
|
+
}
|
|
541
|
+
static get KnownFieldNames() {
|
|
542
|
+
return ofSeq(["class", "expressionLib"], {
|
|
543
|
+
Compare: comparePrimitives
|
|
544
|
+
});
|
|
248
545
|
}
|
|
249
546
|
}
|
|
250
547
|
function InlineJavascriptRequirementValue_$reflection() {
|
|
251
|
-
return
|
|
548
|
+
return class_type("ARCtrl.CWL.InlineJavascriptRequirementValue", void 0, InlineJavascriptRequirementValue, DynamicObj_$reflection());
|
|
252
549
|
}
|
|
253
|
-
function
|
|
254
|
-
return new InlineJavascriptRequirementValue(
|
|
550
|
+
function InlineJavascriptRequirementValue_$ctor_Z342FD1DF(expressionLib) {
|
|
551
|
+
return new InlineJavascriptRequirementValue(expressionLib);
|
|
255
552
|
}
|
|
256
|
-
class HintUnknownValue extends
|
|
257
|
-
constructor(
|
|
553
|
+
class HintUnknownValue extends DynamicObj {
|
|
554
|
+
constructor(class_, raw) {
|
|
258
555
|
super();
|
|
259
|
-
this.
|
|
260
|
-
this.
|
|
556
|
+
this._class = class_;
|
|
557
|
+
this._raw = raw;
|
|
558
|
+
}
|
|
559
|
+
get Class() {
|
|
560
|
+
const this$ = this;
|
|
561
|
+
return unwrap(this$._class);
|
|
562
|
+
}
|
|
563
|
+
set Class(value) {
|
|
564
|
+
const this$ = this;
|
|
565
|
+
this$._class = value;
|
|
566
|
+
}
|
|
567
|
+
get Raw() {
|
|
568
|
+
const this$ = this;
|
|
569
|
+
return this$._raw;
|
|
570
|
+
}
|
|
571
|
+
set Raw(value) {
|
|
572
|
+
const this$ = this;
|
|
573
|
+
this$._raw = value;
|
|
574
|
+
}
|
|
575
|
+
Equals(o) {
|
|
576
|
+
let other;
|
|
577
|
+
const this$ = this;
|
|
578
|
+
return o instanceof HintUnknownValue && (other = o, equals(this$.Class, other.Class) && equals(this$.Raw, other.Raw) && dynamicPropertiesEqual(this$, other));
|
|
579
|
+
}
|
|
580
|
+
GetHashCode() {
|
|
581
|
+
const this$ = this;
|
|
582
|
+
return arrayHash([this$.Class, this$.Raw, hashDynamicProperties(this$)]) | 0;
|
|
583
|
+
}
|
|
584
|
+
static get KnownFieldNames() {
|
|
585
|
+
return ofSeq(["class", "raw"], {
|
|
586
|
+
Compare: comparePrimitives
|
|
587
|
+
});
|
|
261
588
|
}
|
|
262
589
|
}
|
|
263
590
|
function HintUnknownValue_$reflection() {
|
|
264
|
-
return
|
|
591
|
+
return class_type("ARCtrl.CWL.HintUnknownValue", void 0, HintUnknownValue, DynamicObj_$reflection());
|
|
592
|
+
}
|
|
593
|
+
function HintUnknownValue_$ctor_2D616C51(class_, raw) {
|
|
594
|
+
return new HintUnknownValue(class_, raw);
|
|
265
595
|
}
|
|
266
596
|
function Requirement_InlineJavascriptRequirement(Item) {
|
|
267
597
|
return new Requirement(0, [Item]);
|
|
@@ -334,19 +664,19 @@ function Requirement_$reflection() {
|
|
|
334
664
|
return union_type("ARCtrl.CWL.Requirement", [], Requirement, () => [[["Item", InlineJavascriptRequirementValue_$reflection()]], [["Item", array_type(SchemaDefRequirementType_$reflection())]], [["Item", DockerRequirement_$reflection()]], [["Item", array_type(SoftwarePackage_$reflection())]], [["Item", LoadListingRequirementValue_$reflection()]], [["Item", array_type(InitialWorkDirEntry_$reflection())]], [["Item", array_type(EnvironmentDef_$reflection())]], [], [["Item", ResourceRequirementInstance_$reflection()]], [["Item", WorkReuseRequirementValue_$reflection()]], [["Item", string_type]], [["Item", NetworkAccessRequirementValue_$reflection()]], [["Item", string_type]], [["Item", InplaceUpdateRequirementValue_$reflection()]], [["Item", ToolTimeLimitValue_$reflection()]], [], [], [], []]);
|
|
335
665
|
}
|
|
336
666
|
function Requirement_get_defaultInlineJavascriptRequirement() {
|
|
337
|
-
return Requirement_InlineJavascriptRequirement(
|
|
667
|
+
return Requirement_InlineJavascriptRequirement(InlineJavascriptRequirementValue.defaultEmpty);
|
|
338
668
|
}
|
|
339
669
|
function Requirement_get_defaultLoadListingNoListing() {
|
|
340
|
-
return Requirement_LoadListingRequirement(
|
|
670
|
+
return Requirement_LoadListingRequirement(LoadListingRequirementValue.defaultNoListing);
|
|
341
671
|
}
|
|
342
672
|
function Requirement_get_defaultWorkReuseEnabled() {
|
|
343
|
-
return Requirement_WorkReuseRequirement(
|
|
673
|
+
return Requirement_WorkReuseRequirement(WorkReuseRequirementValue.defaultEnabled);
|
|
344
674
|
}
|
|
345
675
|
function Requirement_get_defaultNetworkAccessEnabled() {
|
|
346
|
-
return Requirement_NetworkAccessRequirement(
|
|
676
|
+
return Requirement_NetworkAccessRequirement(NetworkAccessRequirementValue.defaultEnabled);
|
|
347
677
|
}
|
|
348
678
|
function Requirement_get_defaultInplaceUpdateEnabled() {
|
|
349
|
-
return Requirement_InplaceUpdateRequirement(
|
|
679
|
+
return Requirement_InplaceUpdateRequirement(InplaceUpdateRequirementValue.defaultEnabled);
|
|
350
680
|
}
|
|
351
681
|
function Requirement_defaultToolTimeLimitSeconds_Z524259C1(seconds) {
|
|
352
682
|
return Requirement_ToolTimeLimitRequirement(ToolTimeLimitValue_ToolTimeLimitSeconds(seconds));
|
|
@@ -382,4 +712,4 @@ function HintEntry_get_tryAsRequirement() {
|
|
|
382
712
|
1 ? void 0 : _arg.fields[0];
|
|
383
713
|
}
|
|
384
714
|
|
|
385
|
-
export { DockerRequirement, DockerRequirement_$
|
|
715
|
+
export { DockerRequirement, DockerRequirement_$ctor_Z4715023E, DockerRequirement_$reflection, EnvironmentDef, EnvironmentDef_$ctor_Z384F8060, EnvironmentDef_$reflection, HintEntry, HintEntry_$reflection, HintEntry_KnownHint, HintEntry_UnknownHint, HintEntry_get_tryAsRequirement, HintEntry_ofRequirement_Z5074C2C8, HintEntry_ofRequirements_1F652241, HintUnknownValue, HintUnknownValue_$ctor_2D616C51, HintUnknownValue_$reflection, InitialWorkDirEntry, InitialWorkDirEntry_$reflection, InitialWorkDirEntry_DirectoryEntry, InitialWorkDirEntry_DirentEntry, InitialWorkDirEntry_FileEntry, InitialWorkDirEntry_StringEntry, InlineJavascriptRequirementValue, InlineJavascriptRequirementValue_$ctor_Z342FD1DF, InlineJavascriptRequirementValue_$reflection, InplaceUpdateRequirementValue, InplaceUpdateRequirementValue_$ctor_Z1FBCCD16, InplaceUpdateRequirementValue_$reflection, LoadListingEnum, LoadListingEnum_$reflection, LoadListingEnum_DeepListing, LoadListingEnum_NoListing, LoadListingEnum_ShallowListing, LoadListingEnum_get_toCwlString, LoadListingEnum_tryParse_Z721C83C5, LoadListingRequirementValue, LoadListingRequirementValue_$ctor_70DB69D0, LoadListingRequirementValue_$reflection, NetworkAccessRequirementValue, NetworkAccessRequirementValue_$ctor_Z1FBCCD16, NetworkAccessRequirementValue_$reflection, Requirement, Requirement_$reflection, Requirement_DockerRequirement, Requirement_EnvVarRequirement, Requirement_InitialWorkDirRequirement, Requirement_InlineJavascriptRequirement, Requirement_InplaceUpdateRequirement, Requirement_LoadListingRequirement, Requirement_MultipleInputFeatureRequirement, Requirement_NetworkAccessExpressionRequirement, Requirement_NetworkAccessRequirement, Requirement_ResourceRequirement, Requirement_ScatterFeatureRequirement, Requirement_SchemaDefRequirement, Requirement_ShellCommandRequirement, Requirement_SoftwareRequirement, Requirement_StepInputExpressionRequirement, Requirement_SubworkflowFeatureRequirement, Requirement_ToolTimeLimitRequirement, Requirement_WorkReuseExpressionRequirement, Requirement_WorkReuseRequirement, Requirement_defaultToolTimeLimitSeconds_Z524259C1, Requirement_get_defaultInlineJavascriptRequirement, Requirement_get_defaultInplaceUpdateEnabled, Requirement_get_defaultLoadListingNoListing, Requirement_get_defaultNetworkAccessEnabled, Requirement_get_defaultWorkReuseEnabled, ResourceRequirementInstance, ResourceRequirementInstance_$ctor_D76FC00, ResourceRequirementInstance_$reflection, ToolTimeLimitValue, ToolTimeLimitValue_$reflection, ToolTimeLimitValue_ToolTimeLimitExpression, ToolTimeLimitValue_ToolTimeLimitSeconds, WorkReuseRequirementValue, WorkReuseRequirementValue_$ctor_Z1FBCCD16, WorkReuseRequirementValue_$reflection };
|