@nfdi4plants/arctrl 3.0.1 → 3.1.0
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/node_modules/@fable-org/fable-library-js/System.Collections.Generic.js +320 -0
- package/dist/ts/ts/ARC.d.ts +3 -3
- package/dist/ts/ts/ARC.d.ts.map +1 -1
- package/dist/ts/ts/ARC.js +72 -93
- package/dist/ts/ts/CWL/Decode.d.ts +13 -10
- package/dist/ts/ts/CWL/Decode.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Decode.js +91 -46
- package/dist/ts/ts/CWL/Encode.d.ts +1 -1
- package/dist/ts/ts/CWL/Encode.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Encode.js +69 -51
- package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +6 -3
- package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/ExpressionToolDescription.js +13 -4
- package/dist/ts/ts/CWL/OperationDescription.d.ts +6 -3
- package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/OperationDescription.js +13 -4
- package/dist/ts/ts/CWL/Requirements.d.ts +6 -5
- package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -1
- package/dist/ts/ts/CWL/Requirements.js +9 -8
- package/dist/ts/ts/CWL/ToolDescription.d.ts +6 -3
- package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/ToolDescription.js +13 -4
- package/dist/ts/ts/CWL/WorkflowDescription.d.ts +6 -3
- package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -1
- package/dist/ts/ts/CWL/WorkflowDescription.js +13 -4
- package/dist/ts/ts/CWL/WorkflowSteps.d.ts +1 -1
- package/dist/ts/ts/CWL/WorkflowSteps.js +1 -1
- package/dist/ts/ts/Contract/Git.d.ts.map +1 -1
- package/dist/ts/ts/Contract/Git.js +1 -1
- package/dist/ts/ts/ContractIO/ContractIO.d.ts +3 -3
- package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
- package/dist/ts/ts/ContractIO/ContractIO.js +27 -23
- package/dist/ts/ts/Conversion/Basic.d.ts.map +1 -1
- package/dist/ts/ts/Conversion/Basic.js +6 -6
- package/dist/ts/ts/Conversion/Workflow.js +3 -3
- package/dist/ts/ts/Core/DataContext.d.ts +21 -29
- package/dist/ts/ts/Core/DataContext.d.ts.map +1 -1
- package/dist/ts/ts/Core/DataContext.js +70 -84
- package/dist/ts/ts/Core/Datamap.d.ts.map +1 -1
- package/dist/ts/ts/Core/Datamap.js +13 -12
- package/dist/ts/ts/Core/OntologyAnnotation.d.ts.map +1 -1
- package/dist/ts/ts/Core/OntologyAnnotation.js +76 -2
- package/dist/ts/ts/Core/Table/ArcTableAux.d.ts +3 -0
- package/dist/ts/ts/Core/Table/ArcTableAux.d.ts.map +1 -1
- package/dist/ts/ts/Core/Table/ArcTableAux.js +23 -10
- package/dist/ts/ts/Core/Table/ArcTables.d.ts +1 -0
- package/dist/ts/ts/Core/Table/ArcTables.d.ts.map +1 -1
- package/dist/ts/ts/Core/Table/ArcTables.js +7 -3
- package/dist/ts/ts/Json/Datamap/DataContext.d.ts.map +1 -1
- package/dist/ts/ts/Json/Datamap/DataContext.js +6 -6
- package/dist/ts/ts/ROCrate/LDTypes/Dataset.js +1 -1
- package/dist/ts/ts/ROCrateIO.d.ts +1 -0
- package/dist/ts/ts/ROCrateIO.d.ts.map +1 -1
- package/dist/ts/ts/ROCrateIO.js +6 -3
- package/dist/ts/ts/Spreadsheet/DatamapTable/DatamapColumn.d.ts.map +1 -1
- package/dist/ts/ts/Spreadsheet/DatamapTable/DatamapColumn.js +1 -2
- package/dist/ts/ts/Spreadsheet/DatamapTable/DatamapHeader.d.ts.map +1 -1
- package/dist/ts/ts/Spreadsheet/DatamapTable/DatamapHeader.js +6 -7
- package/dist/ts/ts/Spreadsheet/DatamapTable/DatamapTable.d.ts.map +1 -1
- package/dist/ts/ts/Spreadsheet/DatamapTable/DatamapTable.js +2 -2
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts +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.js +5 -5
- package/dist/ts/ts/Yaml.js +1 -1
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Decode.fs.js +124 -24
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Preprocessing.fs.js +66 -24
- package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Reader.fs.js +474 -295
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.7/Writer.fs.js +659 -0
- package/package.json +1 -1
- package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.4/Writer.fs.js +0 -391
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Encode.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Escapes.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/FlowToBlock.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Interop/JsInterop.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Persil.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/Regex.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/RegexActivePatterns.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/StringBuffer.fs.js +0 -0
- /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.4 → YAMLicious.1.0.0-alpha.7}/YAMLiciousTypes.fs.js +0 -0
|
@@ -2,15 +2,15 @@ import { Record, Union, FSharpRef } from '../../node_modules/@fable-org/fable-li
|
|
|
2
2
|
import { value, bind, some } from '../../node_modules/@fable-org/fable-library-js/Option.js';
|
|
3
3
|
import { SchemaSaladString_$reflection, SchemaSaladString_Literal, DirentInstance_$reflection, FileInstance_$reflection, DirectoryInstance_$reflection, SchemaDefRequirementType_$reflection, SoftwarePackage_$reflection } from './CWLTypes.js';
|
|
4
4
|
import { defaultOf } from '../../node_modules/@fable-org/fable-library-js/Util.js';
|
|
5
|
-
import { record_type, option_type, string_type, union_type, bool_type, int64_type, class_type
|
|
5
|
+
import { record_type, option_type, string_type, array_type, union_type, bool_type, int64_type, class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
|
|
6
6
|
import { toInt64, fromInt32 } from '../../node_modules/@fable-org/fable-library-js/BigInt.js';
|
|
7
7
|
import { setOptionalProperty } from '../fable_modules/DynamicObj.7.1.0/DynObj.fs.js';
|
|
8
8
|
import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
|
|
9
|
-
import { YAMLElement_$reflection } from '../fable_modules/YAMLicious.1.0.0-alpha.
|
|
9
|
+
import { YAMLElement_$reflection } from '../fable_modules/YAMLicious.1.0.0-alpha.7/YAMLiciousTypes.fs.js';
|
|
10
10
|
import { map } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
|
|
11
11
|
|
|
12
12
|
class DockerRequirement extends Record {
|
|
13
|
-
constructor(DockerPull, DockerFile, DockerImageId, DockerLoad, DockerImport, DockerOutputDirectory) {
|
|
13
|
+
constructor(DockerPull, DockerFile, DockerImageId, DockerLoad, DockerImport, DockerOutputDirectory, DockerRunOptions) {
|
|
14
14
|
super();
|
|
15
15
|
this.DockerPull = DockerPull;
|
|
16
16
|
this.DockerFile = DockerFile;
|
|
@@ -18,13 +18,14 @@ class DockerRequirement extends Record {
|
|
|
18
18
|
this.DockerLoad = DockerLoad;
|
|
19
19
|
this.DockerImport = DockerImport;
|
|
20
20
|
this.DockerOutputDirectory = DockerOutputDirectory;
|
|
21
|
+
this.DockerRunOptions = DockerRunOptions;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
function DockerRequirement_$reflection() {
|
|
24
|
-
return record_type("ARCtrl.CWL.DockerRequirement", [], DockerRequirement, () => [["DockerPull", option_type(string_type)], ["DockerFile", option_type(SchemaSaladString_$reflection())], ["DockerImageId", option_type(string_type)], ["DockerLoad", option_type(string_type)], ["DockerImport", option_type(string_type)], ["DockerOutputDirectory", option_type(string_type)]]);
|
|
25
|
+
return record_type("ARCtrl.CWL.DockerRequirement", [], DockerRequirement, () => [["DockerPull", option_type(string_type)], ["DockerFile", option_type(SchemaSaladString_$reflection())], ["DockerImageId", option_type(string_type)], ["DockerLoad", option_type(string_type)], ["DockerImport", option_type(string_type)], ["DockerOutputDirectory", option_type(string_type)], ["DockerRunOptions", option_type(array_type(string_type))]]);
|
|
25
26
|
}
|
|
26
|
-
function
|
|
27
|
-
return new DockerRequirement(dockerPull, dockerFileReference == null ? dockerFile == null ? void 0 : SchemaSaladString_Literal(value(dockerFile)) : value(dockerFileReference), dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory);
|
|
27
|
+
function DockerRequirement_create_Z6E6AA686(dockerPull, dockerFile, dockerFileReference, dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory, dockerRunOptions) {
|
|
28
|
+
return new DockerRequirement(dockerPull, dockerFileReference == null ? dockerFile == null ? void 0 : SchemaSaladString_Literal(value(dockerFile)) : value(dockerFileReference), dockerImageId, dockerLoad, dockerImport, dockerOutputDirectory, dockerRunOptions);
|
|
28
29
|
}
|
|
29
30
|
class EnvironmentDef extends Record {
|
|
30
31
|
constructor(EnvName, EnvValue) {
|
|
@@ -147,7 +148,7 @@ class ResourceRequirementInstance extends DynamicObj {
|
|
|
147
148
|
super();
|
|
148
149
|
const this$ = new FSharpRef(defaultOf());
|
|
149
150
|
this$.contents = this;
|
|
150
|
-
this["init@
|
|
151
|
+
this["init@101"] = 1;
|
|
151
152
|
setOptionalProperty("coresMin", coresMin, this$.contents);
|
|
152
153
|
setOptionalProperty("coresMax", coresMax, this$.contents);
|
|
153
154
|
setOptionalProperty("ramMin", ramMin, this$.contents);
|
|
@@ -381,4 +382,4 @@ function HintEntry_get_tryAsRequirement() {
|
|
|
381
382
|
1 ? void 0 : _arg.fields[0];
|
|
382
383
|
}
|
|
383
384
|
|
|
384
|
-
export { DockerRequirement, DockerRequirement_$reflection,
|
|
385
|
+
export { DockerRequirement, DockerRequirement_$reflection, DockerRequirement_create_Z6E6AA686, EnvironmentDef, EnvironmentDef_$reflection, HintEntry, HintEntry_$reflection, HintEntry_KnownHint, HintEntry_UnknownHint, HintEntry_get_tryAsRequirement, HintEntry_ofRequirement_Z5074C2C8, HintEntry_ofRequirements_1F652241, HintUnknownValue, HintUnknownValue_$reflection, InitialWorkDirEntry, InitialWorkDirEntry_$reflection, InitialWorkDirEntry_DirectoryEntry, InitialWorkDirEntry_DirentEntry, InitialWorkDirEntry_FileEntry, InitialWorkDirEntry_StringEntry, InlineJavascriptRequirementValue, InlineJavascriptRequirementValue_$reflection, InlineJavascriptRequirementValue_get_defaultEmpty, InplaceUpdateRequirementValue, InplaceUpdateRequirementValue_$reflection, InplaceUpdateRequirementValue_get_defaultEnabled, LoadListingEnum, LoadListingEnum_$reflection, LoadListingEnum_DeepListing, LoadListingEnum_NoListing, LoadListingEnum_ShallowListing, LoadListingEnum_get_toCwlString, LoadListingEnum_tryParse_Z721C83C5, LoadListingRequirementValue, LoadListingRequirementValue_$reflection, LoadListingRequirementValue_get_defaultNoListing, NetworkAccessRequirementValue, NetworkAccessRequirementValue_$reflection, NetworkAccessRequirementValue_get_defaultEnabled, 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, ResourceRequirementInstance__TryGetExpression_Z721C83C5, ResourceRequirementInstance__TryGetFloat_Z721C83C5, ResourceRequirementInstance__TryGetInt64_Z721C83C5, ToolTimeLimitValue, ToolTimeLimitValue_$reflection, ToolTimeLimitValue_ToolTimeLimitExpression, ToolTimeLimitValue_ToolTimeLimitSeconds, WorkReuseRequirementValue, WorkReuseRequirementValue_$reflection, WorkReuseRequirementValue_get_defaultEnabled };
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { CWLOutput } from './Outputs.js';
|
|
2
1
|
import { Option } from '@fable-org/fable-library-js/Option.js';
|
|
2
|
+
import { CWLOutput } from './Outputs.js';
|
|
3
3
|
import { HintEntry_$union, Requirement_$union } from './Requirements.js';
|
|
4
4
|
import { CWLInput } from './Inputs.js';
|
|
5
5
|
import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
|
|
6
6
|
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
|
|
7
7
|
export declare class CWLToolDescription extends DynamicObj {
|
|
8
|
+
_id: Option<string>;
|
|
8
9
|
_cwlVersion: string;
|
|
9
10
|
_outputs: CWLOutput[];
|
|
10
11
|
_baseCommand: Option<string[]>;
|
|
@@ -15,7 +16,9 @@ export declare class CWLToolDescription extends DynamicObj {
|
|
|
15
16
|
_metadata: Option<DynamicObj>;
|
|
16
17
|
_label: Option<string>;
|
|
17
18
|
_doc: Option<string>;
|
|
18
|
-
constructor(outputs: CWLOutput[], cwlVersion?: string, baseCommand?: string[], requirements?: Requirement_$union[], hints?: HintEntry_$union[], intent?: string[], inputs?: CWLInput[], metadata?: DynamicObj, label?: string, doc?: string);
|
|
19
|
+
constructor(outputs: CWLOutput[], cwlVersion?: string, baseCommand?: string[], requirements?: Requirement_$union[], hints?: HintEntry_$union[], intent?: string[], inputs?: CWLInput[], metadata?: DynamicObj, label?: string, doc?: string, id?: string);
|
|
20
|
+
get Id(): string | undefined;
|
|
21
|
+
set Id(id: Option<string>);
|
|
19
22
|
get CWLVersion(): string;
|
|
20
23
|
set CWLVersion(version: string);
|
|
21
24
|
get Outputs(): CWLOutput[];
|
|
@@ -46,5 +49,5 @@ export declare class CWLToolDescription extends DynamicObj {
|
|
|
46
49
|
static getOrCreateIntent(tool: CWLToolDescription): string[];
|
|
47
50
|
}
|
|
48
51
|
export declare function CWLToolDescription_$reflection(): TypeInfo;
|
|
49
|
-
export declare function CWLToolDescription_$
|
|
52
|
+
export declare function CWLToolDescription_$ctor_Z5B6BD26E(outputs: CWLOutput[], cwlVersion?: string, baseCommand?: string[], requirements?: Requirement_$union[], hints?: HintEntry_$union[], intent?: string[], inputs?: CWLInput[], metadata?: DynamicObj, label?: string, doc?: string, id?: string): CWLToolDescription;
|
|
50
53
|
//# sourceMappingURL=ToolDescription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToolDescription.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/ToolDescription.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ToolDescription.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/ToolDescription.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,8 +3,9 @@ import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.
|
|
|
3
3
|
import { class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
|
|
4
4
|
|
|
5
5
|
class CWLToolDescription extends DynamicObj {
|
|
6
|
-
constructor(outputs, cwlVersion, baseCommand, requirements, hints, intent, inputs, metadata, label, doc) {
|
|
6
|
+
constructor(outputs, cwlVersion, baseCommand, requirements, hints, intent, inputs, metadata, label, doc, id) {
|
|
7
7
|
super();
|
|
8
|
+
this._id = id;
|
|
8
9
|
this._cwlVersion = defaultArg(cwlVersion, "v1.2");
|
|
9
10
|
this._outputs = outputs;
|
|
10
11
|
this._baseCommand = baseCommand;
|
|
@@ -16,6 +17,14 @@ class CWLToolDescription extends DynamicObj {
|
|
|
16
17
|
this._label = label;
|
|
17
18
|
this._doc = doc;
|
|
18
19
|
}
|
|
20
|
+
get Id() {
|
|
21
|
+
const this$ = this;
|
|
22
|
+
return unwrap(this$._id);
|
|
23
|
+
}
|
|
24
|
+
set Id(id) {
|
|
25
|
+
const this$ = this;
|
|
26
|
+
this$._id = id;
|
|
27
|
+
}
|
|
19
28
|
get CWLVersion() {
|
|
20
29
|
const this$ = this;
|
|
21
30
|
return this$._cwlVersion;
|
|
@@ -145,8 +154,8 @@ class CWLToolDescription extends DynamicObj {
|
|
|
145
154
|
function CWLToolDescription_$reflection() {
|
|
146
155
|
return class_type("ARCtrl.CWL.CWLToolDescription", void 0, CWLToolDescription, DynamicObj_$reflection());
|
|
147
156
|
}
|
|
148
|
-
function CWLToolDescription_$
|
|
149
|
-
return new CWLToolDescription(outputs, cwlVersion, baseCommand, requirements, hints, intent, inputs, metadata, label, doc);
|
|
157
|
+
function CWLToolDescription_$ctor_Z5B6BD26E(outputs, cwlVersion, baseCommand, requirements, hints, intent, inputs, metadata, label, doc, id) {
|
|
158
|
+
return new CWLToolDescription(outputs, cwlVersion, baseCommand, requirements, hints, intent, inputs, metadata, label, doc, id);
|
|
150
159
|
}
|
|
151
160
|
|
|
152
|
-
export { CWLToolDescription, CWLToolDescription_$
|
|
161
|
+
export { CWLToolDescription, CWLToolDescription_$ctor_Z5B6BD26E, CWLToolDescription_$reflection };
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { Option } from '@fable-org/fable-library-js/Option.js';
|
|
1
2
|
import { WorkflowStep } from './WorkflowSteps.js';
|
|
2
3
|
import { CWLInput } from './Inputs.js';
|
|
3
4
|
import { CWLOutput } from './Outputs.js';
|
|
4
|
-
import { Option } from '@fable-org/fable-library-js/Option.js';
|
|
5
5
|
import { HintEntry_$union, Requirement_$union } from './Requirements.js';
|
|
6
6
|
import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
|
|
7
7
|
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
|
|
8
8
|
export declare class CWLWorkflowDescription extends DynamicObj {
|
|
9
|
+
_id: Option<string>;
|
|
9
10
|
_cwlVersion: string;
|
|
10
11
|
_steps: WorkflowStep[];
|
|
11
12
|
_inputs: CWLInput[];
|
|
@@ -16,7 +17,9 @@ export declare class CWLWorkflowDescription extends DynamicObj {
|
|
|
16
17
|
_metadata: Option<DynamicObj>;
|
|
17
18
|
_label: Option<string>;
|
|
18
19
|
_doc: Option<string>;
|
|
19
|
-
constructor(steps: WorkflowStep[], inputs: CWLInput[], outputs: CWLOutput[], cwlVersion?: string, requirements?: Requirement_$union[], hints?: HintEntry_$union[], intent?: string[], metadata?: DynamicObj, label?: string, doc?: string);
|
|
20
|
+
constructor(steps: WorkflowStep[], inputs: CWLInput[], outputs: CWLOutput[], cwlVersion?: string, requirements?: Requirement_$union[], hints?: HintEntry_$union[], intent?: string[], metadata?: DynamicObj, label?: string, doc?: string, id?: string);
|
|
21
|
+
get Id(): string | undefined;
|
|
22
|
+
set Id(id: Option<string>);
|
|
20
23
|
get CWLVersion(): string;
|
|
21
24
|
set CWLVersion(version: string);
|
|
22
25
|
get Steps(): WorkflowStep[];
|
|
@@ -46,5 +49,5 @@ export declare class CWLWorkflowDescription extends DynamicObj {
|
|
|
46
49
|
static getOrCreateIntent(workflow: CWLWorkflowDescription): string[];
|
|
47
50
|
}
|
|
48
51
|
export declare function CWLWorkflowDescription_$reflection(): TypeInfo;
|
|
49
|
-
export declare function CWLWorkflowDescription_$
|
|
52
|
+
export declare function CWLWorkflowDescription_$ctor_3DFF9D2F(steps: WorkflowStep[], inputs: CWLInput[], outputs: CWLOutput[], cwlVersion?: string, requirements?: Requirement_$union[], hints?: HintEntry_$union[], intent?: string[], metadata?: DynamicObj, label?: string, doc?: string, id?: string): CWLWorkflowDescription;
|
|
50
53
|
//# sourceMappingURL=WorkflowDescription.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkflowDescription.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/WorkflowDescription.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,
|
|
1
|
+
{"version":3,"file":"WorkflowDescription.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/WorkflowDescription.ts"],"names":[],"mappings":"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"}
|
|
@@ -3,8 +3,9 @@ import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.
|
|
|
3
3
|
import { class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
|
|
4
4
|
|
|
5
5
|
class CWLWorkflowDescription extends DynamicObj {
|
|
6
|
-
constructor(steps, inputs, outputs, cwlVersion, requirements, hints, intent, metadata, label, doc) {
|
|
6
|
+
constructor(steps, inputs, outputs, cwlVersion, requirements, hints, intent, metadata, label, doc, id) {
|
|
7
7
|
super();
|
|
8
|
+
this._id = id;
|
|
8
9
|
this._cwlVersion = defaultArg(cwlVersion, "v1.2");
|
|
9
10
|
this._steps = steps;
|
|
10
11
|
this._inputs = inputs;
|
|
@@ -16,6 +17,14 @@ class CWLWorkflowDescription extends DynamicObj {
|
|
|
16
17
|
this._label = label;
|
|
17
18
|
this._doc = doc;
|
|
18
19
|
}
|
|
20
|
+
get Id() {
|
|
21
|
+
const this$ = this;
|
|
22
|
+
return unwrap(this$._id);
|
|
23
|
+
}
|
|
24
|
+
set Id(id) {
|
|
25
|
+
const this$ = this;
|
|
26
|
+
this$._id = id;
|
|
27
|
+
}
|
|
19
28
|
get CWLVersion() {
|
|
20
29
|
const this$ = this;
|
|
21
30
|
return this$._cwlVersion;
|
|
@@ -135,8 +144,8 @@ class CWLWorkflowDescription extends DynamicObj {
|
|
|
135
144
|
function CWLWorkflowDescription_$reflection() {
|
|
136
145
|
return class_type("ARCtrl.CWL.CWLWorkflowDescription", void 0, CWLWorkflowDescription, DynamicObj_$reflection());
|
|
137
146
|
}
|
|
138
|
-
function CWLWorkflowDescription_$
|
|
139
|
-
return new CWLWorkflowDescription(steps, inputs, outputs, cwlVersion, requirements, hints, intent, metadata, label, doc);
|
|
147
|
+
function CWLWorkflowDescription_$ctor_3DFF9D2F(steps, inputs, outputs, cwlVersion, requirements, hints, intent, metadata, label, doc, id) {
|
|
148
|
+
return new CWLWorkflowDescription(steps, inputs, outputs, cwlVersion, requirements, hints, intent, metadata, label, doc, id);
|
|
140
149
|
}
|
|
141
150
|
|
|
142
|
-
export { CWLWorkflowDescription, CWLWorkflowDescription_$
|
|
151
|
+
export { CWLWorkflowDescription, CWLWorkflowDescription_$ctor_3DFF9D2F, CWLWorkflowDescription_$reflection };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Option } from '@fable-org/fable-library-js/Option.js';
|
|
2
2
|
import { Record, Union } from '@fable-org/fable-library-js/Types.js';
|
|
3
3
|
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
|
|
4
|
-
import { YAMLElement_$union } from '../fable_modules/YAMLicious.1.0.0-alpha.
|
|
4
|
+
import { YAMLElement_$union } from '../fable_modules/YAMLicious.1.0.0-alpha.7/YAMLiciousTypes.fs.js';
|
|
5
5
|
import { int32 } from '@fable-org/fable-library-js/Int32.js';
|
|
6
6
|
import { IComparable, IEquatable } from '@fable-org/fable-library-js/Util.js';
|
|
7
7
|
import { HintEntry_$union, Requirement_$union } from './Requirements.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { unwrap, toArray } from '../../node_modules/@fable-org/fable-library-js/Option.js';
|
|
2
2
|
import { Union, Record } from '../../node_modules/@fable-org/fable-library-js/Types.js';
|
|
3
3
|
import { union_type, record_type, string_type, option_type, array_type, bool_type, obj_type, class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
|
|
4
|
-
import { YAMLElement_$reflection } from '../fable_modules/YAMLicious.1.0.0-alpha.
|
|
4
|
+
import { YAMLElement_$reflection } from '../fable_modules/YAMLicious.1.0.0-alpha.7/YAMLiciousTypes.fs.js';
|
|
5
5
|
import { setItem } from '../../node_modules/@fable-org/fable-library-js/Array.js';
|
|
6
6
|
import { filter, iterate, tryFindIndex } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
|
|
7
7
|
import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Git.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/Contract/Git.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAKjF,wBAAgB,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,OAAO,CAEzD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,QAAQ,CAEhF;AAED,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,QAAQ,CAEhE;AAED,eAAO,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"Git.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/Contract/Git.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,OAAO,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAc,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAKjF,wBAAgB,WAAW,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,OAAO,CAEzD;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,QAAQ,CAEhF;AAED,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,QAAQ,CAEhE;AAED,eAAO,MAAM,iBAAiB,EAAE,QAA0hD,CAAC;AAE3jD,eAAO,MAAM,qBAAqB,EAAE,QAAoH,CAAC;AAEzJ,qBAAa,IAAI;;CAGhB;AAED,wBAAgB,gBAAgB,IAAI,QAAQ,CAE3C;AAED,qBAAa,KAAK;;CAGjB;AAED,wBAAgB,iBAAiB,IAAI,QAAQ,CAE5C;AAED,wBAAgB,aAAa,IAAI,MAAM,CAEtC;AAED,wBAAgB,mBAAmB,IAAI,MAAM,CAE5C;AAED,wBAAgB,eAAe,IAAI,MAAM,CAExC;AAED,wBAAgB,YAAY,IAAI,MAAM,CAErC;AAED,wBAAgB,eAAe,IAAI,MAAM,CAExC;AAED,wBAAgB,gCAAgC,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,QAAQ,CAG1E;AAED,wBAAgB,sCAAsC,CAAC,SAAS,EAAE,MAAM,GAAG,QAAQ,CAElF;AAED,wBAAgB,eAAe,IAAI,MAAM,CAExC;AAED,wBAAgB,oBAAoB,IAAI,MAAM,CAE7C;AAED,wBAAgB,qBAAqB,IAAI,MAAM,CAE9C;AAED,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAE1F;AAED,wBAAgB,kCAAkC,CAAC,SAAS,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,CAK3J"}
|
|
@@ -13,7 +13,7 @@ function createGitContractAt(path, arguments$) {
|
|
|
13
13
|
function createGitContract(arguments$) {
|
|
14
14
|
return Contract.createExecute(gitWithArgs(arguments$));
|
|
15
15
|
}
|
|
16
|
-
const gitignoreContract = Contract.createCreate(".gitignore", "PlainText", "# ----- macos rules -----\r\n# taken from https://github.com/github/gitignore/blob/main/Global/macOS.gitignore\r\n# General\r\n.DS_Store\r\n.AppleDouble\r\n.LSOverride\r\n# Icon must end with two \\r\r\nIcon\r\n# Thumbnails\r\n._*\r\n# Files that might appear in the root of a volume\r\n.DocumentRevisions-V100\r\n.fseventsd\r\n.Spotlight-V100\r\n.TemporaryItems\r\n.Trashes\r\n.VolumeIcon.icns\r\n.com.apple.timemachine.donotpresent\r\n# Directories potentially created on remote AFP share\r\n.AppleDB\r\n.AppleDesktop\r\nNetwork Trash Folder\r\nTemporary Items\r\n.apdisk\r\n# ----- windows rules -----\r\n# taken from https://github.com/github/gitignore/blob/main/Global/Windows.gitignore\r\n# Windows thumbnail cache files\r\nThumbs.db\r\nThumbs.db:encryptable\r\nehthumbs.db\r\nehthumbs_vista.db\r\n# Dump file\r\n*.stackdump\r\n# Folder config file\r\n[Dd]esktop.ini\r\n# Recycle Bin used on file shares\r\n$RECYCLE.BIN/\r\n# Windows Installer files\r\n*.cab\r\n*.msi\r\n*.msix\r\n*.msm\r\n*.msp\r\n# Windows shortcuts\r\n*.lnk\r\n# ----- linux rules -----\r\n# taken from https://github.com/github/gitignore/blob/main/Global/Linux.gitignore\r\n*~\r\n# temporary files which can be created if a process still has a handle open of a deleted file\r\n.fuse_hidden*\r\n# KDE directory preferences\r\n.directory\r\n# Linux trash folder which might appear on any partition or disk\r\n.Trash-*\r\n# .nfs files are created when an open file is removed but is still being accessed\r\n.nfs*\r\n");
|
|
16
|
+
const gitignoreContract = Contract.createCreate(".gitignore", "PlainText", "# ----- macos rules -----\r\n# taken from https://github.com/github/gitignore/blob/main/Global/macOS.gitignore\r\n# General\r\n.DS_Store\r\n.AppleDouble\r\n.LSOverride\r\n# Icon must end with two \\r\r\nIcon\r\n# Thumbnails\r\n._*\r\n# Files that might appear in the root of a volume\r\n.DocumentRevisions-V100\r\n.fseventsd\r\n.Spotlight-V100\r\n.TemporaryItems\r\n.Trashes\r\n.VolumeIcon.icns\r\n.com.apple.timemachine.donotpresent\r\n# Directories potentially created on remote AFP share\r\n.AppleDB\r\n.AppleDesktop\r\nNetwork Trash Folder\r\nTemporary Items\r\n.apdisk\r\n# ----- windows rules -----\r\n# taken from https://github.com/github/gitignore/blob/main/Global/Windows.gitignore\r\n# Windows thumbnail cache files\r\nThumbs.db\r\nThumbs.db:encryptable\r\nehthumbs.db\r\nehthumbs_vista.db\r\n# Dump file\r\n*.stackdump\r\n# Folder config file\r\n[Dd]esktop.ini\r\n# Recycle Bin used on file shares\r\n$RECYCLE.BIN/\r\n# Windows Installer files\r\n*.cab\r\n*.msi\r\n*.msix\r\n*.msm\r\n*.msp\r\n# Windows shortcuts\r\n*.lnk\r\n# ----- linux rules -----\r\n*.swp\r\n# taken from https://github.com/github/gitignore/blob/main/Global/Linux.gitignore\r\n*~\r\n# temporary files which can be created if a process still has a handle open of a deleted file\r\n.fuse_hidden*\r\n# KDE directory preferences\r\n.directory\r\n# Linux trash folder which might appear on any partition or disk\r\n.Trash-*\r\n# .nfs files are created when an open file is removed but is still being accessed\r\n.nfs*\r\n");
|
|
17
17
|
const gitattributesContract = Contract.createCreate(".gitattributes", "PlainText", "**/dataset/** filter=lfs diff=lfs merge=lfs -text");
|
|
18
18
|
class Init {
|
|
19
19
|
constructor() {
|
|
@@ -2,10 +2,10 @@ import { FSharpResult$2_$union } from '@fable-org/fable-library-js/Result.js';
|
|
|
2
2
|
import { Contract } from '../Contract/Contract.js';
|
|
3
3
|
export declare function fulfillReadContractAsync(basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
4
4
|
export declare function fullfillContractBatchAsyncBy(contractF: ((arg0: string, arg1: Contract) => Promise<FSharpResult$2_$union<Contract, string>>), basePath: string, cs: Contract[]): Promise<FSharpResult$2_$union<Contract[], string[]>>;
|
|
5
|
-
export declare function fulfillWriteContractAsync(basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
5
|
+
export declare function fulfillWriteContractAsync(forceOverwrite: boolean, basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
6
6
|
export declare function fulfillUpdateContractAsync(basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
7
7
|
export declare function fullfillRenameContractAsync(basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
8
8
|
export declare function fullfillDeleteContractAsync(basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
9
|
-
export declare function fullFillContract(basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
10
|
-
export declare function fullFillContractBatchAsync(basePath: string, cs: Contract[]): Promise<FSharpResult$2_$union<Contract[], string[]>>;
|
|
9
|
+
export declare function fullFillContract(forceOverwrite: boolean, basePath: string, c: Contract): Promise<FSharpResult$2_$union<Contract, string>>;
|
|
10
|
+
export declare function fullFillContractBatchAsync(forceOverwrite: boolean, basePath: string, cs: Contract[]): Promise<FSharpResult$2_$union<Contract[], string[]>>;
|
|
11
11
|
//# sourceMappingURL=ContractIO.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContractIO.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/ContractIO/ContractIO.ts"],"names":[],"mappings":"AAEA,OAAO,EAAqB,qBAAqB,EAAwB,MAAM,uCAAuC,CAAC;AACvH,OAAO,EAAoC,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAWrF,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAkDxH;AAED,wBAAgB,4BAA4B,CAAC,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,KAAK,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,CA+BpO;AAED,wBAAgB,yBAAyB,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"ContractIO.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/ContractIO/ContractIO.ts"],"names":[],"mappings":"AAEA,OAAO,EAAqB,qBAAqB,EAAwB,MAAM,uCAAuC,CAAC;AACvH,OAAO,EAAoC,QAAQ,EAAE,MAAM,yBAAyB,CAAC;AAWrF,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAkDxH;AAED,wBAAgB,4BAA4B,CAAC,SAAS,EAAE,CAAC,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,KAAK,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,CA+BpO;AAED,wBAAgB,yBAAyB,CAAC,cAAc,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CA6BlJ;AAED,wBAAgB,0BAA0B,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAwB1H;AAED,wBAAgB,2BAA2B,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAwC3H;AAED,wBAAgB,2BAA2B,CAAC,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAW3H;AAED,wBAAgB,gBAAgB,CAAC,cAAc,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,EAAE,QAAQ,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,CAQzI;AAED,wBAAgB,0BAA0B,CAAC,cAAc,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,qBAAqB,CAAC,QAAQ,EAAE,EAAE,MAAM,EAAE,CAAC,CAAC,CAE1J"}
|
|
@@ -6,7 +6,7 @@ import { PromiseBuilder__Run_212F1D4B, PromiseBuilder__Delay_62FBFDE1 } from '..
|
|
|
6
6
|
import { promise } from '../fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js';
|
|
7
7
|
import { value } from '../../node_modules/@fable-org/fable-library-js/Option.js';
|
|
8
8
|
import { combine } from '../FileSystem/Path.js';
|
|
9
|
-
import { readFileTextAsync, readFileXlsxAsync, ensureDirectoryOfFileAsync, writeFileTextAsync, writeFileXlsxAsync, renameFileOrDirectoryAsync, deleteFileOrDirectoryAsync } from './FileSystemHelper.js';
|
|
9
|
+
import { readFileTextAsync, readFileXlsxAsync, fileExistsAsync, ensureDirectoryOfFileAsync, writeFileTextAsync, writeFileXlsxAsync, renameFileOrDirectoryAsync, deleteFileOrDirectoryAsync } from './FileSystemHelper.js';
|
|
10
10
|
import { curry2 } from '../../node_modules/@fable-org/fable-library-js/Util.js';
|
|
11
11
|
import { fold, append } from '../../node_modules/@fable-org/fable-library-js/Array.js';
|
|
12
12
|
|
|
@@ -92,27 +92,31 @@ function fullfillContractBatchAsyncBy(contractF, basePath, cs) {
|
|
|
92
92
|
return Promise.resolve(res);
|
|
93
93
|
})));
|
|
94
94
|
}
|
|
95
|
-
function fulfillWriteContractAsync(basePath, c) {
|
|
95
|
+
function fulfillWriteContractAsync(forceOverwrite, basePath, c) {
|
|
96
96
|
return catchWith((e_1) => {
|
|
97
|
-
let
|
|
98
|
-
return FSharpResult$2_Error((
|
|
99
|
-
}, PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => PromiseBuilder__Delay_62FBFDE1(promise, () => {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
const path_2 = combine(basePath, c.Path);
|
|
103
|
-
return ensureDirectoryOfFileAsync(path_2).then(() => writeFileTextAsync(path_2, "").then(() => Promise.resolve(FSharpResult$2_Ok(c))));
|
|
104
|
-
} else if (typeof value(matchValue) === "string") {
|
|
105
|
-
const t = value(matchValue);
|
|
106
|
-
const path = combine(basePath, c.Path);
|
|
107
|
-
return ensureDirectoryOfFileAsync(path).then(() => writeFileTextAsync(path, t).then(() => Promise.resolve(FSharpResult$2_Ok(c))));
|
|
97
|
+
let arg_5;
|
|
98
|
+
return FSharpResult$2_Error((arg_5 = e_1.message, toText(printf("Error writing contract %s: %s"))(c.Path)(arg_5)));
|
|
99
|
+
}, PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => PromiseBuilder__Delay_62FBFDE1(promise, () => fileExistsAsync(combine(basePath, c.Path)).then((_arg) => {
|
|
100
|
+
if (_arg && !forceOverwrite) {
|
|
101
|
+
return Promise.resolve(FSharpResult$2_Error(toText(printf("Contract %s already exists and overwrite is not allowed"))(c.Path)));
|
|
108
102
|
} else {
|
|
109
|
-
const
|
|
110
|
-
|
|
111
|
-
|
|
103
|
+
const matchValue = c.DTO;
|
|
104
|
+
if (matchValue == null) {
|
|
105
|
+
const path_2 = combine(basePath, c.Path);
|
|
106
|
+
return ensureDirectoryOfFileAsync(path_2).then(() => writeFileTextAsync(path_2, "").then(() => Promise.resolve(FSharpResult$2_Ok(c))));
|
|
107
|
+
} else if (typeof value(matchValue) === "string") {
|
|
108
|
+
const t = value(matchValue);
|
|
109
|
+
const path = combine(basePath, c.Path);
|
|
110
|
+
return ensureDirectoryOfFileAsync(path).then(() => writeFileTextAsync(path, t).then(() => Promise.resolve(FSharpResult$2_Ok(c))));
|
|
111
|
+
} else {
|
|
112
|
+
const wb = value(matchValue);
|
|
113
|
+
const path_1 = combine(basePath, c.Path);
|
|
114
|
+
return ensureDirectoryOfFileAsync(path_1).then(() => writeFileXlsxAsync(path_1, wb).then(() => Promise.resolve(FSharpResult$2_Ok(c))));
|
|
115
|
+
}
|
|
112
116
|
}
|
|
113
|
-
}).catch((
|
|
114
|
-
let
|
|
115
|
-
return Promise.resolve(FSharpResult$2_Error((
|
|
117
|
+
})).catch((_arg_7) => {
|
|
118
|
+
let arg_3;
|
|
119
|
+
return Promise.resolve(FSharpResult$2_Error((arg_3 = _arg_7.message, toText(printf("Error writing contract %s: %s"))(c.Path)(arg_3))));
|
|
116
120
|
}))));
|
|
117
121
|
}
|
|
118
122
|
function fulfillUpdateContractAsync(basePath, c) {
|
|
@@ -188,17 +192,17 @@ function fullfillDeleteContractAsync(basePath, c) {
|
|
|
188
192
|
return Promise.resolve(FSharpResult$2_Error((arg_1 = _arg_1.message, toText(printf("Error deleting contract %s: %s"))(c.Path)(arg_1))));
|
|
189
193
|
}))));
|
|
190
194
|
}
|
|
191
|
-
function fullFillContract(basePath, c) {
|
|
195
|
+
function fullFillContract(forceOverwrite, basePath, c) {
|
|
192
196
|
return catchWith((e) => {
|
|
193
197
|
let arg_2;
|
|
194
198
|
return FSharpResult$2_Error((arg_2 = e.message, toText(printf("Error fulfilling contract %s: %s"))(c.Path)(arg_2)));
|
|
195
199
|
}, PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => {
|
|
196
200
|
const matchValue = c.Operation;
|
|
197
|
-
return matchValue === "READ" ? fulfillReadContractAsync(basePath, c) : matchValue === "CREATE" ? fulfillWriteContractAsync(basePath, c) : matchValue === "UPDATE" ? fulfillUpdateContractAsync(basePath, c) : matchValue === "DELETE" ? fullfillDeleteContractAsync(basePath, c) : matchValue === "RENAME" ? fullfillRenameContractAsync(basePath, c) : Promise.resolve(FSharpResult$2_Error(toText(printf("Operation %A not supported"))(c.Operation)));
|
|
201
|
+
return matchValue === "READ" ? fulfillReadContractAsync(basePath, c) : matchValue === "CREATE" ? fulfillWriteContractAsync(forceOverwrite, basePath, c) : matchValue === "UPDATE" ? fulfillUpdateContractAsync(basePath, c) : matchValue === "DELETE" ? fullfillDeleteContractAsync(basePath, c) : matchValue === "RENAME" ? fullfillRenameContractAsync(basePath, c) : Promise.resolve(FSharpResult$2_Error(toText(printf("Operation %A not supported"))(c.Operation)));
|
|
198
202
|
})));
|
|
199
203
|
}
|
|
200
|
-
function fullFillContractBatchAsync(basePath, cs) {
|
|
201
|
-
return fullfillContractBatchAsyncBy(fullFillContract, basePath, cs);
|
|
204
|
+
function fullFillContractBatchAsync(forceOverwrite, basePath, cs) {
|
|
205
|
+
return fullfillContractBatchAsyncBy((basePath_1, c) => fullFillContract(forceOverwrite, basePath_1, c), basePath, cs);
|
|
202
206
|
}
|
|
203
207
|
|
|
204
208
|
export { fulfillReadContractAsync, fulfillUpdateContractAsync, fulfillWriteContractAsync, fullFillContract, fullFillContractBatchAsync, fullfillContractBatchAsyncBy, fullfillDeleteContractAsync, fullfillRenameContractAsync };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Basic.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/Conversion/Basic.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAmD,MAAM,EAAE,MAAM,uCAAuC,CAAC;AAEhH,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,OAAO,EAAS,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AAInE,OAAO,EAAE,IAAI,EAAE,MAAM,iBAAiB,CAAC;AACvC,OAAO,EAA0F,oBAAoB,EAAE,MAAM,gCAAgC,CAAC;AAG9J,OAAO,EAAoP,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAG5T,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"Basic.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/Conversion/Basic.ts"],"names":[],"mappings":"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"}
|
|
@@ -16,8 +16,8 @@ import { LDFile } from '../ROCrate/LDTypes/File.js';
|
|
|
16
16
|
import { LDDataset } from '../ROCrate/LDTypes/Dataset.js';
|
|
17
17
|
import { map as map$1 } from '../../node_modules/@fable-org/fable-library-js/Array.js';
|
|
18
18
|
import { combine } from '../FileSystem/Path.js';
|
|
19
|
-
import { DataContext__get_Explication, DataContext__get_Unit, DataContext__get_ObjectType, DataContext__get_GeneratedBy, DataContext__get_Description, DataContext__get_Label, DataContext_$ctor_Z780A8A2A } from '../Core/DataContext.js';
|
|
20
19
|
import { toString } from '../../node_modules/@fable-org/fable-library-js/Types.js';
|
|
20
|
+
import { DataContext } from '../Core/DataContext.js';
|
|
21
21
|
import { LDSample } from '../ROCrate/LDTypes/Sample.js';
|
|
22
22
|
import { Value_Name, Value_Ontology } from '../Core/Value.js';
|
|
23
23
|
import { ActivePatterns_$007CRegex$007C_$007C } from '../Core/Helper/Regex.js';
|
|
@@ -210,14 +210,14 @@ function BaseTypes_composeFragmentDescriptor_Z4C0BEF62(dc) {
|
|
|
210
210
|
throw new Error("RO-Crate parsing of DataContext failed: Cannot create a fragment descriptor without a name.");
|
|
211
211
|
}
|
|
212
212
|
const id = LDPropertyValue.genIdFragmentDescriptor(dc.NameText);
|
|
213
|
-
const patternInput = defaultArg(map((e) => [e.Name, Option_fromValueWithDefault("", e.TermAccessionAndOntobeeUrlIfShort)],
|
|
214
|
-
const patternInput_1 = defaultArg(map((u) => [u.Name, Option_fromValueWithDefault("", u.TermAccessionAndOntobeeUrlIfShort)],
|
|
213
|
+
const patternInput = defaultArg(map((e) => [e.Name, Option_fromValueWithDefault("", e.TermAccessionAndOntobeeUrlIfShort)], dc.Explication), [void 0, void 0]);
|
|
214
|
+
const patternInput_1 = defaultArg(map((u) => [u.Name, Option_fromValueWithDefault("", u.TermAccessionAndOntobeeUrlIfShort)], dc.Unit), [void 0, void 0]);
|
|
215
215
|
const disambiguatingDescriptions = Option_fromSeq(ResizeArray_map(toString, dc.Comments));
|
|
216
216
|
const dataFragment = BaseTypes_composeFile_6CE21C7D(dc);
|
|
217
|
-
const pattern = map(BaseTypes_composeDefinedTerm_ZDED3A0F,
|
|
217
|
+
const pattern = map(BaseTypes_composeDefinedTerm_ZDED3A0F, dc.ObjectType);
|
|
218
218
|
dataFragment.SetProperty(LDFile.about, new LDRef(id));
|
|
219
219
|
dataFragment.SetOptionalProperty(LDFile.pattern, pattern);
|
|
220
|
-
return LDPropertyValue.createFragmentDescriptor(dc.NameText, unwrap(patternInput[0]), void 0, unwrap(patternInput_1[1]), unwrap(patternInput_1[0]), unwrap(patternInput[1]), unwrap(
|
|
220
|
+
return LDPropertyValue.createFragmentDescriptor(dc.NameText, unwrap(patternInput[0]), void 0, unwrap(patternInput_1[1]), unwrap(patternInput_1[0]), unwrap(patternInput[1]), unwrap(dc.GeneratedBy), unwrap(dc.Description), unwrap(dc.Label), unwrap(disambiguatingDescriptions), dataFragment);
|
|
221
221
|
}
|
|
222
222
|
function BaseTypes_decomposeFragmentDescriptor_Z6839B9E8(fd, graph, context) {
|
|
223
223
|
const file = LDPropertyValue.tryGetSubjectOf(fd, unwrap(graph), unwrap(context));
|
|
@@ -235,7 +235,7 @@ function BaseTypes_decomposeFragmentDescriptor_Z6839B9E8(fd, graph, context) {
|
|
|
235
235
|
const unit = BaseTypes_tryOntologyTermFromNameAndID_40457300(unwrap(LDPropertyValue.tryGetUnitTextAsString(fd)), unwrap(LDPropertyValue.tryGetUnitCodeAsString(fd)));
|
|
236
236
|
const generatedBy = LDPropertyValue.tryGetMeasurementMethodAsString(fd);
|
|
237
237
|
const description = LDPropertyValue.tryGetDescriptionAsString(fd);
|
|
238
|
-
return
|
|
238
|
+
return new DataContext(void 0, name, void 0, unwrap(format), unwrap(selectorFormat), unwrap(explication), unwrap(unit), unwrap(objectType), unwrap(LDPropertyValue.tryGetAlternateNameAsString(fd)), unwrap(description), unwrap(generatedBy), ResizeArray_map((s) => Comment$.fromString(s), LDPropertyValue.getDisambiguatingDescriptionsAsString(fd)));
|
|
239
239
|
}
|
|
240
240
|
function BaseTypes_composeProcessInput(header, value, fs) {
|
|
241
241
|
if (header.tag === /* Input */
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
|
|
2
2
|
import { isComplexType, cwlTypeToYamlString, writeYaml, encodeCWLType } from '../CWL/Encode.js';
|
|
3
|
-
import { read } from '../fable_modules/YAMLicious.1.0.0-alpha.
|
|
4
|
-
import { YAMLElement_Sequence, YAMLElement_Comment } from '../fable_modules/YAMLicious.1.0.0-alpha.
|
|
5
|
-
import { object } from '../fable_modules/YAMLicious.1.0.0-alpha.
|
|
3
|
+
import { read } from '../fable_modules/YAMLicious.1.0.0-alpha.7/Reader.fs.js';
|
|
4
|
+
import { YAMLElement_Sequence, YAMLElement_Comment } from '../fable_modules/YAMLicious.1.0.0-alpha.7/YAMLiciousTypes.fs.js';
|
|
5
|
+
import { object } from '../fable_modules/YAMLicious.1.0.0-alpha.7/Decode.fs.js';
|
|
6
6
|
import { Decode_cwlTypeDecoder$0027, Decode_cwlTypeStringMatcher } from '../CWL/Decode.js';
|
|
7
7
|
import { isEmpty, head, tail } from '../../node_modules/@fable-org/fable-library-js/List.js';
|
|
8
8
|
import { value, defaultArg, unwrap, bind, map } from '../../node_modules/@fable-org/fable-library-js/Option.js';
|
|
@@ -1,14 +1,13 @@
|
|
|
1
|
+
import { Option } from '@fable-org/fable-library-js/Option.js';
|
|
2
|
+
import { OntologyAnnotation } from './OntologyAnnotation.js';
|
|
3
|
+
import { Data } from './Data.js';
|
|
4
|
+
import { Value_$union } from './Value.js';
|
|
1
5
|
import { DataFile_$union } from './DataFile.js';
|
|
2
6
|
import { Comment$ } from './Comment.js';
|
|
3
|
-
import { OntologyAnnotation } from './OntologyAnnotation.js';
|
|
4
7
|
import { int32 } from '@fable-org/fable-library-js/Int32.js';
|
|
5
|
-
import { Option } from '@fable-org/fable-library-js/Option.js';
|
|
6
|
-
import { Value_$union } from './Value.js';
|
|
7
|
-
import { Data } from './Data.js';
|
|
8
8
|
import { IISAPrintable } from './Helper/Printer.js';
|
|
9
|
-
import { IPropertyValue } from './IPropertyValue.js';
|
|
10
9
|
import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
|
|
11
|
-
export declare class DataContext extends Data implements IISAPrintable
|
|
10
|
+
export declare class DataContext extends Data implements IISAPrintable {
|
|
12
11
|
_explication: Option<OntologyAnnotation>;
|
|
13
12
|
_unit: Option<OntologyAnnotation>;
|
|
14
13
|
_objectType: Option<OntologyAnnotation>;
|
|
@@ -16,32 +15,25 @@ export declare class DataContext extends Data implements IISAPrintable, IPropert
|
|
|
16
15
|
_description: Option<string>;
|
|
17
16
|
_generatedBy: Option<string>;
|
|
18
17
|
constructor(id?: string, name?: string, dataType?: DataFile_$union, format?: string, selectorFormat?: string, explication?: OntologyAnnotation, unit?: OntologyAnnotation, objectType?: OntologyAnnotation, label?: string, description?: string, generatedBy?: string, comments?: Comment$[]);
|
|
18
|
+
get Explication(): OntologyAnnotation | undefined;
|
|
19
|
+
set Explication(explication: Option<OntologyAnnotation>);
|
|
20
|
+
get Unit(): OntologyAnnotation | undefined;
|
|
21
|
+
set Unit(unit: Option<OntologyAnnotation>);
|
|
22
|
+
get ObjectType(): OntologyAnnotation | undefined;
|
|
23
|
+
set ObjectType(objectType: Option<OntologyAnnotation>);
|
|
24
|
+
get Label(): string | undefined;
|
|
25
|
+
set Label(label: Option<string>);
|
|
26
|
+
get Description(): string | undefined;
|
|
27
|
+
set Description(description: Option<string>);
|
|
28
|
+
get GeneratedBy(): string | undefined;
|
|
29
|
+
set GeneratedBy(generatedBy: Option<string>);
|
|
30
|
+
AsData(): Data;
|
|
31
|
+
static fromData(data: Data, explication?: OntologyAnnotation, unit?: OntologyAnnotation, objectType?: OntologyAnnotation, label?: string, description?: string, generatedBy?: string): DataContext;
|
|
32
|
+
static createAsPV(alternateName: Option<string>, measurementMethod: Option<string>, description: Option<string>, category: Option<OntologyAnnotation>, value: Option<Value_$union>, unit: Option<OntologyAnnotation>): DataContext;
|
|
33
|
+
Copy(): DataContext;
|
|
19
34
|
GetHashCode(): int32;
|
|
20
35
|
Equals(obj: any): boolean;
|
|
21
|
-
AlternateName(): Option<string>;
|
|
22
|
-
MeasurementMethod(): Option<string>;
|
|
23
|
-
GetCategory(): Option<OntologyAnnotation>;
|
|
24
|
-
GetValue(): Option<Value_$union>;
|
|
25
|
-
GetUnit(): Option<OntologyAnnotation>;
|
|
26
|
-
GetAdditionalType(): string;
|
|
27
|
-
Description(): Option<string>;
|
|
28
36
|
}
|
|
29
37
|
export declare function DataContext_$reflection(): TypeInfo;
|
|
30
38
|
export declare function DataContext_$ctor_Z780A8A2A(id?: string, name?: string, dataType?: DataFile_$union, format?: string, selectorFormat?: string, explication?: OntologyAnnotation, unit?: OntologyAnnotation, objectType?: OntologyAnnotation, label?: string, description?: string, generatedBy?: string, comments?: Comment$[]): DataContext;
|
|
31
|
-
export declare function DataContext__get_Explication(this$: DataContext): Option<OntologyAnnotation>;
|
|
32
|
-
export declare function DataContext__set_Explication_279AAFF2(this$: DataContext, explication: Option<OntologyAnnotation>): void;
|
|
33
|
-
export declare function DataContext__get_Unit(this$: DataContext): Option<OntologyAnnotation>;
|
|
34
|
-
export declare function DataContext__set_Unit_279AAFF2(this$: DataContext, unit: Option<OntologyAnnotation>): void;
|
|
35
|
-
export declare function DataContext__get_ObjectType(this$: DataContext): Option<OntologyAnnotation>;
|
|
36
|
-
export declare function DataContext__set_ObjectType_279AAFF2(this$: DataContext, objectType: Option<OntologyAnnotation>): void;
|
|
37
|
-
export declare function DataContext__get_Label(this$: DataContext): Option<string>;
|
|
38
|
-
export declare function DataContext__set_Label_6DFDD678(this$: DataContext, label: Option<string>): void;
|
|
39
|
-
export declare function DataContext__get_Description(this$: DataContext): Option<string>;
|
|
40
|
-
export declare function DataContext__set_Description_6DFDD678(this$: DataContext, description: Option<string>): void;
|
|
41
|
-
export declare function DataContext__get_GeneratedBy(this$: DataContext): Option<string>;
|
|
42
|
-
export declare function DataContext__set_GeneratedBy_6DFDD678(this$: DataContext, generatedBy: Option<string>): void;
|
|
43
|
-
export declare function DataContext__AsData(this$: DataContext): Data;
|
|
44
|
-
export declare function DataContext_fromData_Z7B4D7BF5(data: Data, explication?: OntologyAnnotation, unit?: OntologyAnnotation, objectType?: OntologyAnnotation, label?: string, description?: string, generatedBy?: string): DataContext;
|
|
45
|
-
export declare function DataContext_createAsPV(alternateName: Option<string>, measurementMethod: Option<string>, description: Option<string>, category: Option<OntologyAnnotation>, value: Option<Value_$union>, unit: Option<OntologyAnnotation>): DataContext;
|
|
46
|
-
export declare function DataContext__Copy(this$: DataContext): DataContext;
|
|
47
39
|
//# sourceMappingURL=DataContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataContext.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/Core/DataContext.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataContext.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/Core/DataContext.ts"],"names":[],"mappings":"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"}
|