@nfdi4plants/arctrl 1.0.0-alpha9 → 1.0.0-beta.2
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/ARC.js +28 -29
- package/Contract/Contract.js +3 -3
- package/Contracts/Contracts.ArcAssay.js +3 -3
- package/Contracts/Contracts.ArcInvestigation.js +3 -3
- package/Contracts/Contracts.ArcStudy.js +3 -3
- package/Contracts/Contracts.Git.js +4 -4
- package/FileSystem/Commit.js +2 -2
- package/FileSystem/FileSystem.js +4 -4
- package/FileSystem/FileSystemTree.js +15 -15
- package/FileSystem/Path.js +2 -2
- package/FileSystemTree.js +1 -1
- package/ISA/ISA/ArcTypes/ArcTable.js +20 -20
- package/ISA/ISA/ArcTypes/ArcTableAux.js +17 -17
- package/ISA/ISA/ArcTypes/ArcTables.js +283 -279
- package/ISA/ISA/ArcTypes/ArcTypes.js +89 -373
- package/ISA/ISA/ArcTypes/CompositeCell.js +4 -4
- package/ISA/ISA/ArcTypes/CompositeColumn.js +4 -4
- package/ISA/ISA/ArcTypes/CompositeHeader.js +5 -5
- package/ISA/ISA/ArcTypes/CompositeRow.js +1 -1
- package/ISA/ISA/Builder/Types.js +5 -5
- package/ISA/ISA/Fable.js +5 -5
- package/ISA/ISA/Helper.js +9 -9
- package/ISA/ISA/Identifier.js +2 -2
- package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
- package/ISA/ISA/JsonTypes/Assay.js +26 -26
- package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/ColumnIndex.js +23 -23
- package/ISA/ISA/JsonTypes/Comment.js +3 -3
- package/ISA/ISA/JsonTypes/CommentList.js +4 -4
- package/ISA/ISA/JsonTypes/Component.js +12 -12
- package/ISA/ISA/JsonTypes/Data.js +4 -4
- package/ISA/ISA/JsonTypes/DataFile.js +2 -2
- package/ISA/ISA/JsonTypes/Factor.js +12 -12
- package/ISA/ISA/JsonTypes/FactorValue.js +5 -5
- package/ISA/ISA/JsonTypes/Investigation.js +6 -6
- package/ISA/ISA/JsonTypes/Material.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialAttribute.js +4 -4
- package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
- package/ISA/ISA/JsonTypes/OntologyAnnotation.js +10 -10
- package/ISA/ISA/JsonTypes/OntologySourceReference.js +8 -8
- package/ISA/ISA/JsonTypes/Person.js +9 -9
- package/ISA/ISA/JsonTypes/Process.js +11 -11
- package/ISA/ISA/JsonTypes/ProcessInput.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessOutput.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessParameterValue.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessSequence.js +14 -14
- package/ISA/ISA/JsonTypes/Protocol.js +6 -6
- package/ISA/ISA/JsonTypes/ProtocolParameter.js +4 -4
- package/ISA/ISA/JsonTypes/Publication.js +8 -8
- package/ISA/ISA/JsonTypes/Sample.js +5 -5
- package/ISA/ISA/JsonTypes/Source.js +5 -5
- package/ISA/ISA/JsonTypes/Study.js +58 -58
- package/ISA/ISA/JsonTypes/StudyMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/Value.js +7 -7
- package/ISA/ISA/Regex.js +3 -3
- package/ISA/ISA.Json/Assay.js +5 -5
- package/ISA/ISA.Json/Comment.js +5 -5
- package/ISA/ISA.Json/ConverterOptions.js +1 -1
- package/ISA/ISA.Json/Data.js +5 -5
- package/ISA/ISA.Json/Decode.js +4 -4
- package/ISA/ISA.Json/Factor.js +5 -5
- package/ISA/ISA.Json/GEncode.js +3 -3
- package/ISA/ISA.Json/Investigation.js +6 -6
- package/ISA/ISA.Json/Material.js +5 -5
- package/ISA/ISA.Json/Ontology.js +6 -6
- package/ISA/ISA.Json/Person.js +10 -10
- package/ISA/ISA.Json/Process.js +5 -5
- package/ISA/ISA.Json/Protocol.js +6 -6
- package/ISA/ISA.Json/Publication.js +4 -4
- package/ISA/ISA.Json/Study.js +6 -6
- package/ISA/ISA.Json/Validation/Fable.js +6 -6
- package/ISA/ISA.Json/Validation/JsonSchemaValidation.js +1 -1
- package/ISA/ISA.Json/Validation/ValidationResult.js +2 -2
- package/ISA/ISA.Spreadsheet/AnnotationTable/ArcTable.js +19 -17
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +4 -4
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +9 -9
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +14 -14
- package/ISA/ISA.Spreadsheet/ArcAssay.js +17 -20
- package/ISA/ISA.Spreadsheet/ArcInvestigation.js +37 -37
- package/ISA/ISA.Spreadsheet/ArcStudy.js +13 -13
- package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Assays.js +10 -10
- package/ISA/ISA.Spreadsheet/Metadata/Comment.js +6 -6
- package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +11 -11
- package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
- package/ISA/ISA.Spreadsheet/Metadata/Factors.js +8 -8
- package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Publication.js +9 -9
- package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +23 -23
- package/ISA/ISA.Spreadsheet/Metadata/Study.js +22 -22
- package/README.md +29 -253
- package/SemVer.js +7 -7
- package/Templates/Template.Json.js +12 -9
- package/Templates/Template.Spreadsheet.js +39 -23
- package/Templates/Template.Web.js +4 -4
- package/Templates/Template.js +7 -7
- package/Templates/Templates.js +5 -5
- package/WebRequest/WebRequest.js +4 -4
- package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
- package/fable_modules/{Fable.Promise.3.2.0 → Fable.Promise.2.2.2}/Fable.Promise.fableproj +3 -4
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs +176 -0
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +143 -0
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +4 -0
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +4 -0
- package/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +8 -8
- package/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs +85 -36
- package/fable_modules/FsSpreadsheet.5.0.1/Cells/FsCell.fs.js +272 -0
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs +1 -0
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs.js +21 -21
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs.js +9 -8
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs.js +7 -7
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs.js +9 -9
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs +3 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs +2 -0
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs +10 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs.js +24 -19
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs +4 -4
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs.js +10 -10
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs +20 -4
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs.js +33 -13
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +3 -3
- package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +26 -26
- package/fable_modules/Thoth.Json.10.1.0/Encode.fs.js +13 -13
- package/fable_modules/Thoth.Json.10.1.0/Extra.fs.js +2 -2
- package/fable_modules/Thoth.Json.10.1.0/Types.fs.js +6 -6
- package/fable_modules/fable-library.4.4.1/CHANGELOG.md +11 -0
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/README.md +2 -2
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.js +64 -64
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.d.ts +20 -0
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.js +120 -0
- package/fable_modules/fable-library.4.4.1/lib/big.d.ts +5 -0
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -104
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -217
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -19
- package/fable_modules/FsSpreadsheet.4.1.0/Cells/FsCell.fs.js +0 -240
- package/fable_modules/fable-library.4.1.4/lib/big.d.ts +0 -338
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs.js +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsSpreadsheet.fableproj +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/lib/big.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/package.json +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { choose, empty, length } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { choose, empty, length } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
3
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
4
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
5
5
|
import { MaterialType_$reflection, MaterialType__get_AsString } from "./MaterialType.js";
|
|
6
|
-
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
6
|
+
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
7
7
|
import { MaterialAttributeValue_$reflection } from "./MaterialAttributeValue.js";
|
|
8
8
|
|
|
9
9
|
export class Material extends Record {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
3
|
import { OntologyAnnotation, OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
4
|
-
import { bind, map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.1
|
|
4
|
+
import { bind, map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
5
5
|
import { Option_fromValueWithDefault } from "../Helper.js";
|
|
6
6
|
|
|
7
7
|
export class MaterialAttribute extends Record {
|
|
@@ -53,7 +53,7 @@ export function MaterialAttribute_toString_Z5F39696D(ma) {
|
|
|
53
53
|
TermName: "",
|
|
54
54
|
TermSourceREF: "",
|
|
55
55
|
};
|
|
56
|
-
return defaultArg(map((
|
|
56
|
+
return defaultArg(map((oa) => OntologyAnnotation.toString(oa), ma.CharacteristicType), value);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { bind, defaultArg, map } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { bind, defaultArg, map } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
3
3
|
import { MaterialAttribute__SetCategory_Z4C0FE73C, MaterialAttribute_create_Z6C54B221, MaterialAttribute__MapCategory_Z69DD836A, MaterialAttribute__get_TryNameText, MaterialAttribute_$reflection, MaterialAttribute__get_NameText } from "./MaterialAttribute.js";
|
|
4
|
-
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
4
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
5
5
|
import { Value_$reflection } from "./Value.js";
|
|
6
6
|
import { OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
7
|
-
import { int32ToString } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
8
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
9
9
|
|
|
10
10
|
export class MaterialAttributeValue extends Record {
|
|
11
11
|
constructor(ID, Category, Value, Unit) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Union } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { union_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { union_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
3
|
|
|
4
4
|
export class MaterialType extends Union {
|
|
5
5
|
constructor(tag, fields) {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { value as value_4, map, defaultArg, bind, unwrap } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { value as value_4, map, defaultArg, bind, unwrap } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
2
2
|
import { Pattern_TermAnnotationShortPattern, ActivePatterns_$007CRegex$007C_$007C, tryParseTermAnnotation } from "../Regex.js";
|
|
3
|
-
import { equals, stringHash, int32ToString } from "../../../fable_modules/fable-library.4.1
|
|
3
|
+
import { equals, stringHash, int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
4
4
|
import { AnnotationValue_$reflection, AnnotationValue_toString_Z6FAD7738, AnnotationValue_fromString_Z721C83C5 } from "./AnnotationValue.js";
|
|
5
|
-
import { filter, map as map_1, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.1
|
|
6
|
-
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.1
|
|
7
|
-
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.1
|
|
5
|
+
import { filter, map as map_1, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
6
|
+
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
7
|
+
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
8
8
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
9
9
|
import { Option_mapDefault } from "../Helper.js";
|
|
10
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
10
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
11
11
|
import { Comment$_$reflection } from "./Comment.js";
|
|
12
12
|
|
|
13
13
|
export class OntologyAnnotation extends Record {
|
|
@@ -70,8 +70,8 @@ export class OntologyAnnotation extends Record {
|
|
|
70
70
|
return `${"http://purl.obolibrary.org/obo/"}${termSourceRef}_${localTAN}`;
|
|
71
71
|
}
|
|
72
72
|
static fromString(termName, tsr, tan, comments) {
|
|
73
|
-
const
|
|
74
|
-
return OntologyAnnotation.make(void 0,
|
|
73
|
+
const name = map(AnnotationValue_fromString_Z721C83C5, termName);
|
|
74
|
+
return OntologyAnnotation.make(void 0, name, tsr, tan, comments);
|
|
75
75
|
}
|
|
76
76
|
static fromTermAnnotation(termAnnotation) {
|
|
77
77
|
const r = value_4(tryParseTermAnnotation(termAnnotation));
|
|
@@ -196,8 +196,8 @@ export class OntologyAnnotation extends Record {
|
|
|
196
196
|
}
|
|
197
197
|
Copy() {
|
|
198
198
|
const this$ = this;
|
|
199
|
-
const
|
|
200
|
-
return OntologyAnnotation.make(this$.ID, this$.Name, this$.TermSourceREF, this$.TermAccessionNumber,
|
|
199
|
+
const comments = map((array) => map_2((c) => c.Copy(), array), this$.Comments);
|
|
200
|
+
return OntologyAnnotation.make(this$.ID, this$.Name, this$.TermSourceREF, this$.TermAccessionNumber, comments);
|
|
201
201
|
}
|
|
202
202
|
Print() {
|
|
203
203
|
const this$ = this;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { equals } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
2
|
+
import { equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
3
|
+
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
4
|
+
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
5
5
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
6
6
|
import { Option_mapDefault } from "../Helper.js";
|
|
7
|
-
import { map as map_1 } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { map as map_1 } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
8
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
9
9
|
import { Comment$_$reflection } from "./Comment.js";
|
|
10
10
|
|
|
11
11
|
export class OntologySourceReference extends Record {
|
|
@@ -74,8 +74,8 @@ export class OntologySourceReference extends Record {
|
|
|
74
74
|
}
|
|
75
75
|
Copy() {
|
|
76
76
|
const this$ = this;
|
|
77
|
-
const
|
|
78
|
-
return OntologySourceReference.make(this$.Description, this$.File, this$.Name, this$.Version,
|
|
77
|
+
const comments = map_1((array) => map_2((c) => c.Copy(), array), this$.Comments);
|
|
78
|
+
return OntologySourceReference.make(this$.Description, this$.File, this$.Name, this$.Version, comments);
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
81
|
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { append as append_1, tryPick, map2, map, tryFind } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { equals } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { singleton, append } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { append as append_1, tryPick, map2, map, tryFind } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
2
|
+
import { equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
3
|
+
import { singleton, append } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
4
|
+
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
5
5
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
6
6
|
import { Option_fromValueWithDefault, Option_mapDefault } from "../Helper.js";
|
|
7
|
-
import { endsWith } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { map as map_1, defaultArg, value as value_2 } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { endsWith } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
8
|
+
import { map as map_1, defaultArg, value as value_2 } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
9
9
|
import { Comment$_$reflection, Comment$ } from "./Comment.js";
|
|
10
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
10
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
11
11
|
import { OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
12
12
|
|
|
13
13
|
export class Person extends Record {
|
|
@@ -126,8 +126,8 @@ export class Person extends Record {
|
|
|
126
126
|
Copy() {
|
|
127
127
|
const this$ = this;
|
|
128
128
|
const nextComments = map_1((array) => map((c) => c.Copy(), array), this$.Comments);
|
|
129
|
-
const
|
|
130
|
-
return Person.make(this$.ID, this$.ORCID, this$.LastName, this$.FirstName, this$.MidInitials, this$.EMail, this$.Phone, this$.Fax, this$.Address, this$.Affiliation,
|
|
129
|
+
const roles = map_1((array_1) => map((c_1) => c_1.Copy(), array_1), this$.Roles);
|
|
130
|
+
return Person.make(this$.ID, this$.ORCID, this$.LastName, this$.FirstName, this$.MidInitials, this$.EMail, this$.Phone, this$.Fax, this$.Address, this$.Affiliation, roles, nextComments);
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { zip, tryPick, map as map_1, tryFind, append, collect, choose, empty, length } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { map, value as value_4, bind, defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
5
|
-
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { zip, tryPick, map as map_1, tryFind, append, collect, choose, empty, length } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
3
|
+
import { map, value as value_4, bind, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
4
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
5
|
+
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
6
6
|
import { Protocol_$reflection } from "./Protocol.js";
|
|
7
7
|
import { ProcessParameterValue_$reflection } from "./ProcessParameterValue.js";
|
|
8
8
|
import { ProcessInput_tryMaterial_102B6859, ProcessInput_trySample_102B6859, ProcessInput_tryData_102B6859, ProcessInput_trySource_102B6859, ProcessInput_tryGetCharacteristicValues_102B6859, ProcessInput_$reflection } from "./ProcessInput.js";
|
|
9
9
|
import { ProcessOutput_tryGetFactorValues_11830B70, ProcessOutput_tryGetCharacteristicValues_11830B70, ProcessOutput_$reflection } from "./ProcessOutput.js";
|
|
10
10
|
import { Comment$_$reflection } from "./Comment.js";
|
|
11
|
-
import { create, match } from "../../../fable_modules/fable-library.4.1
|
|
12
|
-
import { parse } from "../../../fable_modules/fable-library.4.1
|
|
13
|
-
import { List_distinct } from "../../../fable_modules/fable-library.4.1
|
|
14
|
-
import { safeHash, equals } from "../../../fable_modules/fable-library.4.1
|
|
11
|
+
import { create, match } from "../../../fable_modules/fable-library.4.4.1/RegExp.js";
|
|
12
|
+
import { parse } from "../../../fable_modules/fable-library.4.4.1/Int32.js";
|
|
13
|
+
import { List_distinct } from "../../../fable_modules/fable-library.4.4.1/Seq2.js";
|
|
14
|
+
import { safeHash, equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
15
15
|
import { ProtocolParameter_get_empty } from "./ProtocolParameter.js";
|
|
16
16
|
import { Update_UpdateOptions, Option_fromValueWithDefault } from "../Helper.js";
|
|
17
|
-
import { map2 } from "../../../fable_modules/fable-library.4.1
|
|
17
|
+
import { map2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
18
18
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
19
19
|
|
|
20
20
|
export class Process extends Record {
|
|
@@ -160,7 +160,7 @@ export function Process_getCharacteristics_716E708F(p) {
|
|
|
160
160
|
* Returns the factor values of the samples of the process
|
|
161
161
|
*/
|
|
162
162
|
export function Process_getFactorValues_716E708F(p) {
|
|
163
|
-
return List_distinct(collect((
|
|
163
|
+
return List_distinct(collect((arg) => defaultArg(ProcessOutput_tryGetFactorValues_11830B70(arg), empty()), defaultArg(p.Outputs, empty())), {
|
|
164
164
|
Equals: equals,
|
|
165
165
|
GetHashCode: safeHash,
|
|
166
166
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Union, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Union, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
3
3
|
import { Source_create_7A281ED9, Source_getUnits_Z28BE5327, Source_setCharacteristicValues, Source_get_empty, Source_$reflection } from "./Source.js";
|
|
4
4
|
import { Sample_create_E50ED22, Sample_getUnits_Z29207F1E, Sample_setCharacteristicValues, Sample_$reflection } from "./Sample.js";
|
|
5
5
|
import { Data_create_Z326CF519, Data_$reflection } from "./Data.js";
|
|
6
6
|
import { Material_create_Z31BE6CDD, Material_getUnits_Z42815C11, Material_setCharacteristicValues, Material_$reflection } from "./Material.js";
|
|
7
|
-
import { union_type } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { unwrap, map, defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
9
|
-
import { empty, choose } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { union_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
8
|
+
import { unwrap, map, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
9
|
+
import { empty, choose } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
10
10
|
import { DataFile } from "./DataFile.js";
|
|
11
11
|
|
|
12
12
|
export class ProcessInput extends Union {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Union, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Union, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
3
3
|
import { Sample_create_E50ED22, Sample_getUnits_Z29207F1E, Sample_setFactorValues, Sample_get_empty, Sample_$reflection } from "./Sample.js";
|
|
4
4
|
import { Data_create_Z326CF519, Data_$reflection } from "./Data.js";
|
|
5
5
|
import { Material_create_Z31BE6CDD, Material_getUnits_Z42815C11, Material_$reflection } from "./Material.js";
|
|
6
|
-
import { union_type } from "../../../fable_modules/fable-library.4.1
|
|
7
|
-
import { unwrap, map, defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { empty, choose } from "../../../fable_modules/fable-library.4.1
|
|
6
|
+
import { union_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
7
|
+
import { unwrap, map, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
8
|
+
import { empty, choose } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
9
9
|
import { DataFile } from "./DataFile.js";
|
|
10
10
|
|
|
11
11
|
export class ProcessOutput extends Union {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { bind, defaultArg, map } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { bind, defaultArg, map } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
3
3
|
import { ProtocolParameter__SetCategory_Z4C0FE73C, ProtocolParameter_create_Z6C54B221, ProtocolParameter__MapCategory_Z69DD836A, ProtocolParameter__get_TryNameText, ProtocolParameter_$reflection, ProtocolParameter__get_NameText } from "./ProtocolParameter.js";
|
|
4
|
-
import { record_type, option_type } from "../../../fable_modules/fable-library.4.1
|
|
4
|
+
import { record_type, option_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
5
5
|
import { Value_$reflection } from "./Value.js";
|
|
6
6
|
import { OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
7
|
-
import { int32ToString } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
8
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
9
9
|
|
|
10
10
|
export class ProcessParameterValue extends Record {
|
|
11
11
|
constructor(Category, Value, Unit) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { List_groupBy, List_distinct } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { singleton, zip, map, empty, collect, concat, filter, choose } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { value as
|
|
4
|
-
import { arrayHash, equalArrays, comparePrimitives, safeHash, equals, stringHash } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { List_groupBy, List_distinct } from "../../../fable_modules/fable-library.4.4.1/Seq2.js";
|
|
2
|
+
import { singleton, zip, map, empty, collect, concat, filter, choose } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
3
|
+
import { value as value_4, defaultArg, bind } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
4
|
+
import { arrayHash, equalArrays, comparePrimitives, safeHash, equals, stringHash } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
5
5
|
import { Process_updateProtocol, Process_getMaterials_716E708F, Process_getSamples_716E708F, Process_getSources_716E708F, Process_getData_716E708F, Process_getUnits_716E708F, Process_getFactors_716E708F, Process_tryGetOutputsWithFactorBy, Process_tryGetOutputsWithCharacteristicBy, Process_tryGetInputsWithCharacteristicBy, Process_getCharacteristics_716E708F, Process_getParameters_716E708F, Process_tryGetOutputsWithParameterBy, Process_tryGetInputsWithParameterBy } from "./Process.js";
|
|
6
|
-
import { FSharpSet__Contains, ofList } from "../../../fable_modules/fable-library.4.1
|
|
6
|
+
import { FSharpSet__Contains, ofList } from "../../../fable_modules/fable-library.4.4.1/Set.js";
|
|
7
7
|
import { ProcessOutput__get_Name, ProcessOutput_getName_11830B70 } from "./ProcessOutput.js";
|
|
8
8
|
import { ProcessInput__get_Name, ProcessInput_getName_102B6859 } from "./ProcessInput.js";
|
|
9
|
-
import { FSharpMap__TryFind, ofList as ofList_1 } from "../../../fable_modules/fable-library.4.1
|
|
9
|
+
import { FSharpMap__TryFind, ofList as ofList_1 } from "../../../fable_modules/fable-library.4.4.1/Map.js";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Returns the names of the protocols the given processes impelement
|
|
@@ -67,14 +67,14 @@ export function filterByProtocolName(protocolName, processSequence) {
|
|
|
67
67
|
* If the processes contain a process implementing the given parameter, return the list of input files together with their according parameter values of this parameter
|
|
68
68
|
*/
|
|
69
69
|
export function getInputsWithParameterBy(predicate, processSequence) {
|
|
70
|
-
return concat(choose((
|
|
70
|
+
return concat(choose((p) => Process_tryGetInputsWithParameterBy(predicate, p), processSequence));
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
/**
|
|
74
74
|
* If the processes contain a process implementing the given parameter, return the list of output files together with their according parameter values of this parameter
|
|
75
75
|
*/
|
|
76
76
|
export function getOutputsWithParameterBy(predicate, processSequence) {
|
|
77
|
-
return concat(choose((
|
|
77
|
+
return concat(choose((p) => Process_tryGetOutputsWithParameterBy(predicate, p), processSequence));
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
/**
|
|
@@ -101,21 +101,21 @@ export function getCharacteristics(processSequence) {
|
|
|
101
101
|
* If the processes contain a process implementing the given parameter, return the list of input files together with their according parameter values of this parameter
|
|
102
102
|
*/
|
|
103
103
|
export function getInputsWithCharacteristicBy(predicate, processSequence) {
|
|
104
|
-
return concat(choose((
|
|
104
|
+
return concat(choose((p) => Process_tryGetInputsWithCharacteristicBy(predicate, p), processSequence));
|
|
105
105
|
}
|
|
106
106
|
|
|
107
107
|
/**
|
|
108
108
|
* If the processes contain a process implementing the given parameter, return the list of output files together with their according parameter values of this parameter
|
|
109
109
|
*/
|
|
110
110
|
export function getOutputsWithCharacteristicBy(predicate, processSequence) {
|
|
111
|
-
return concat(choose((
|
|
111
|
+
return concat(choose((p) => Process_tryGetOutputsWithCharacteristicBy(predicate, p), processSequence));
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
/**
|
|
115
115
|
* If the processes contain a process implementing the given factor, return the list of output files together with their according factor values of this factor
|
|
116
116
|
*/
|
|
117
117
|
export function getOutputsWithFactorBy(predicate, processSequence) {
|
|
118
|
-
return concat(choose((
|
|
118
|
+
return concat(choose((p) => Process_tryGetOutputsWithFactorBy(predicate, p), processSequence));
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
/**
|
|
@@ -153,7 +153,7 @@ export function getFinalOutputs(processSequence) {
|
|
|
153
153
|
* Returns the initial inputs final outputs of the processSequence, to which no processPoints
|
|
154
154
|
*/
|
|
155
155
|
export function getRootInputOf(processSequence, sample) {
|
|
156
|
-
const mappings = ofList_1(map((tupledArg) => [tupledArg[0], map((tuple_1) => tuple_1[1], tupledArg[1])], List_groupBy((tuple) => tuple[0], collect((p) => List_distinct(zip(map(ProcessOutput__get_Name,
|
|
156
|
+
const mappings = ofList_1(map((tupledArg) => [tupledArg[0], map((tuple_1) => tuple_1[1], tupledArg[1])], List_groupBy((tuple) => tuple[0], collect((p) => List_distinct(zip(map(ProcessOutput__get_Name, value_4(p.Outputs)), map(ProcessInput__get_Name, value_4(p.Inputs))), {
|
|
157
157
|
Equals: equalArrays,
|
|
158
158
|
GetHashCode: arrayHash,
|
|
159
159
|
}), processSequence), {
|
|
@@ -184,7 +184,7 @@ export function getRootInputOf(processSequence, sample) {
|
|
|
184
184
|
* Returns the final outputs of the processSequence, which point to no further nodes
|
|
185
185
|
*/
|
|
186
186
|
export function getFinalOutputsOf(processSequence, sample) {
|
|
187
|
-
const mappings = ofList_1(map((tupledArg) => [tupledArg[0], map((tuple_1) => tuple_1[1], tupledArg[1])], List_groupBy((tuple) => tuple[0], collect((p) => List_distinct(zip(map(ProcessInput__get_Name,
|
|
187
|
+
const mappings = ofList_1(map((tupledArg) => [tupledArg[0], map((tuple_1) => tuple_1[1], tupledArg[1])], List_groupBy((tuple) => tuple[0], collect((p) => List_distinct(zip(map(ProcessInput__get_Name, value_4(p.Inputs)), map(ProcessOutput__get_Name, value_4(p.Outputs))), {
|
|
188
188
|
Equals: equalArrays,
|
|
189
189
|
GetHashCode: arrayHash,
|
|
190
190
|
}), processSequence), {
|
|
@@ -250,6 +250,6 @@ export function getMaterials(processSequence) {
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
export function updateProtocols(protocols, processSequence) {
|
|
253
|
-
return map((
|
|
253
|
+
return map((p) => Process_updateProtocol(protocols, p), processSequence);
|
|
254
254
|
}
|
|
255
255
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
3
|
import { OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
4
4
|
import { ProtocolParameter_$reflection } from "./ProtocolParameter.js";
|
|
5
5
|
import { Component_$reflection } from "./Component.js";
|
|
6
6
|
import { Comment$_$reflection } from "./Comment.js";
|
|
7
|
-
import { empty, filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.1
|
|
8
|
-
import { equals } from "../../../fable_modules/fable-library.4.1
|
|
9
|
-
import { map2 } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { empty, filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
8
|
+
import { equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
9
|
+
import { map2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
10
10
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
11
|
-
import { defaultArg, map as map_1 } from "../../../fable_modules/fable-library.4.1
|
|
11
|
+
import { defaultArg, map as map_1 } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
12
12
|
|
|
13
13
|
export class Protocol extends Record {
|
|
14
14
|
constructor(ID, Name, ProtocolType, Description, Uri, Version, Parameters, Components, Comments) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
3
|
import { OntologyAnnotation, OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
4
|
-
import { bind, map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.1
|
|
4
|
+
import { bind, map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
5
5
|
import { Option_fromValueWithDefault } from "../Helper.js";
|
|
6
6
|
|
|
7
7
|
export class ProtocolParameter extends Record {
|
|
@@ -53,7 +53,7 @@ export function ProtocolParameter_toString_Z3A4310A5(pp) {
|
|
|
53
53
|
TermName: "",
|
|
54
54
|
TermSourceREF: "",
|
|
55
55
|
};
|
|
56
|
-
return defaultArg(map((
|
|
56
|
+
return defaultArg(map((oa) => OntologyAnnotation.toString(oa), pp.ParameterName), value);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
/**
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { filter, map, tryFind, exists, singleton, append } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { equals } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { filter, map, tryFind, exists, singleton, append } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
2
|
+
import { equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
3
|
+
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
4
|
+
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
5
5
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
6
|
-
import { map as map_1 } from "../../../fable_modules/fable-library.4.1
|
|
6
|
+
import { map as map_1 } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
7
7
|
import { Option_mapDefault } from "../Helper.js";
|
|
8
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
8
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
9
9
|
import { OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
10
10
|
import { Comment$_$reflection } from "./Comment.js";
|
|
11
11
|
|
|
@@ -94,8 +94,8 @@ export class Publication extends Record {
|
|
|
94
94
|
}
|
|
95
95
|
Copy() {
|
|
96
96
|
const this$ = this;
|
|
97
|
-
const
|
|
98
|
-
return Publication.make(this$.PubMedID, this$.DOI, this$.Authors, this$.Title, this$.Status,
|
|
97
|
+
const comments = map_1((array) => map_2((c) => c.Copy(), array), this$.Comments);
|
|
98
|
+
return Publication.make(this$.PubMedID, this$.DOI, this$.Authors, this$.Title, this$.Status, comments);
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { append, choose, empty, length } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
5
|
-
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { append, choose, empty, length } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
3
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
4
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
5
|
+
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
6
6
|
import { MaterialAttributeValue_$reflection } from "./MaterialAttributeValue.js";
|
|
7
7
|
import { FactorValue_$reflection } from "./FactorValue.js";
|
|
8
8
|
import { Source_$reflection } from "./Source.js";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { choose, empty, length } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
5
|
-
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { choose, empty, length } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
3
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
4
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
5
|
+
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
6
6
|
import { MaterialAttributeValue_$reflection } from "./MaterialAttributeValue.js";
|
|
7
7
|
|
|
8
8
|
export class Source extends Record {
|