@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 { int32ToString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
2
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
3
3
|
import { OntologyAnnotation_$reflection, OntologyAnnotation } from "../JsonTypes/OntologyAnnotation.js";
|
|
4
4
|
import { AnnotationValue } from "../JsonTypes/AnnotationValue.js";
|
|
5
|
-
import { Union } from "../../../fable_modules/fable-library.4.1
|
|
6
|
-
import { union_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
5
|
+
import { Union } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
6
|
+
import { union_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
7
7
|
|
|
8
8
|
export class CompositeCell extends Union {
|
|
9
9
|
constructor(tag, fields) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { empty, singleton, collect, delay, toArray } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
2
|
+
import { empty, singleton, collect, delay, toArray } from "../../../fable_modules/fable-library.4.4.1/Seq.js";
|
|
3
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
4
4
|
import { CompositeHeader_$reflection } from "./CompositeHeader.js";
|
|
5
5
|
import { CompositeCell_$reflection } from "./CompositeCell.js";
|
|
6
|
-
import { record_type, array_type } from "../../../fable_modules/fable-library.4.1
|
|
6
|
+
import { record_type, array_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
7
7
|
|
|
8
8
|
export class CompositeColumn extends Record {
|
|
9
9
|
constructor(Header, Cells) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { map } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { union_type, string_type, getUnionCases, name } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { Union, toString } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { map } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
2
|
+
import { union_type, string_type, getUnionCases, name } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
|
+
import { Union, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
4
4
|
import { ActivePatterns_$007CTermColumn$007C_$007C, Pattern_OutputPattern, Pattern_InputPattern, ActivePatterns_$007CRegex$007C_$007C, tryParseIOTypeHeader } from "../Regex.js";
|
|
5
|
-
import { equals } from "../../../fable_modules/fable-library.4.1
|
|
6
|
-
import { printf, toFail } from "../../../fable_modules/fable-library.4.1
|
|
5
|
+
import { equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
6
|
+
import { printf, toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
7
7
|
import { OntologyAnnotation_$reflection, OntologyAnnotation } from "../JsonTypes/OntologyAnnotation.js";
|
|
8
8
|
import { ProtocolParameter_create_Z6C54B221 } from "../JsonTypes/ProtocolParameter.js";
|
|
9
9
|
import { Factor } from "../JsonTypes/Factor.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { fold } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { fold } from "../../../fable_modules/fable-library.4.4.1/Seq.js";
|
|
2
2
|
import { Protocol_create_Z7DFD6E67, Protocol_addComponent, Protocol_addParameter, Protocol_setName, Protocol_setDescription, Protocol_setUri, Protocol_setVersion, Protocol_setProtocolType } from "../JsonTypes/Protocol.js";
|
|
3
3
|
import { ProtocolParameter_create_Z6C54B221 } from "../JsonTypes/ProtocolParameter.js";
|
|
4
4
|
import { Component_create_61502994 } from "../JsonTypes/Component.js";
|
package/ISA/ISA/Builder/Types.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { Union } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { list_type, union_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { list_type, union_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
3
|
import { OntologyAnnotation_$reflection } from "../JsonTypes/OntologyAnnotation.js";
|
|
4
4
|
import { Protocol_get_empty, Protocol } from "../JsonTypes/Protocol.js";
|
|
5
5
|
import { ProcessParameterValue_$reflection } from "../JsonTypes/ProcessParameterValue.js";
|
|
6
6
|
import { MaterialAttributeValue_$reflection } from "../JsonTypes/MaterialAttributeValue.js";
|
|
7
7
|
import { FactorValue_$reflection } from "../JsonTypes/FactorValue.js";
|
|
8
|
-
import { map as map_1, exists, fold, singleton, empty, append } from "../../../fable_modules/fable-library.4.1
|
|
9
|
-
import { map, value as value_4, defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
8
|
+
import { map as map_1, exists, fold, singleton, empty, append } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
9
|
+
import { map, value as value_4, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
10
10
|
import { Process_get_empty, Process } from "../JsonTypes/Process.js";
|
|
11
11
|
import { Assay_get_empty, Assay } from "../JsonTypes/Assay.js";
|
|
12
|
-
import { printf, toFail } from "../../../fable_modules/fable-library.4.1
|
|
12
|
+
import { printf, toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
13
13
|
import { Study } from "../JsonTypes/Study.js";
|
|
14
14
|
|
|
15
15
|
export class ProtocolTransformation extends Union {
|
package/ISA/ISA/Fable.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { toString } from "../../fable_modules/fable-library.4.1
|
|
2
|
-
import { append } from "../../fable_modules/fable-library.4.1
|
|
3
|
-
import { append as append_1 } from "../../fable_modules/fable-library.4.1
|
|
4
|
-
import { Array_distinct, List_distinct } from "../../fable_modules/fable-library.4.1
|
|
5
|
-
import { structuralHash, equals } from "../../fable_modules/fable-library.4.1
|
|
1
|
+
import { toString } from "../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { append } from "../../fable_modules/fable-library.4.4.1/List.js";
|
|
3
|
+
import { append as append_1 } from "../../fable_modules/fable-library.4.4.1/Array.js";
|
|
4
|
+
import { Array_distinct, List_distinct } from "../../fable_modules/fable-library.4.4.1/Seq2.js";
|
|
5
|
+
import { structuralHash, equals } from "../../fable_modules/fable-library.4.4.1/Util.js";
|
|
6
6
|
|
|
7
7
|
export function isMap_generic(l1) {
|
|
8
8
|
let copyOfStruct;
|
package/ISA/ISA/Helper.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { some, value as value_1 } from "../../fable_modules/fable-library.4.1
|
|
2
|
-
import { isIterable, defaultOf, structuralHash, equals, numberHash, identityHash } from "../../fable_modules/fable-library.4.1
|
|
3
|
-
import { exactlyOne, partition, fold } from "../../fable_modules/fable-library.4.1
|
|
4
|
-
import { empty, singleton, append, head, tail, isEmpty } from "../../fable_modules/fable-library.4.1
|
|
5
|
-
import { Dictionary } from "../../fable_modules/fable-library.4.1
|
|
6
|
-
import { isEmpty as isEmpty_1, iterate } from "../../fable_modules/fable-library.4.1
|
|
7
|
-
import { tryGetValue, addToDict } from "../../fable_modules/fable-library.4.1
|
|
8
|
-
import { Union, toString, FSharpRef } from "../../fable_modules/fable-library.4.1
|
|
1
|
+
import { some, value as value_1 } from "../../fable_modules/fable-library.4.4.1/Option.js";
|
|
2
|
+
import { isIterable, defaultOf, structuralHash, equals, numberHash, identityHash } from "../../fable_modules/fable-library.4.4.1/Util.js";
|
|
3
|
+
import { exactlyOne, partition, fold } from "../../fable_modules/fable-library.4.4.1/Array.js";
|
|
4
|
+
import { empty, singleton, append, head, tail, isEmpty } from "../../fable_modules/fable-library.4.4.1/List.js";
|
|
5
|
+
import { Dictionary } from "../../fable_modules/fable-library.4.4.1/MutableMap.js";
|
|
6
|
+
import { isEmpty as isEmpty_1, iterate } from "../../fable_modules/fable-library.4.4.1/Seq.js";
|
|
7
|
+
import { tryGetValue, addToDict } from "../../fable_modules/fable-library.4.4.1/MapUtil.js";
|
|
8
|
+
import { Union, toString, FSharpRef } from "../../fable_modules/fable-library.4.4.1/Types.js";
|
|
9
9
|
import { append_generic, distinct_generic, isList_generic, isMap_generic } from "./Fable.js";
|
|
10
|
-
import { union_type, makeUnion, option_type, makeGenericType, getUnionCases, name, obj_type } from "../../fable_modules/fable-library.4.1
|
|
10
|
+
import { union_type, makeUnion, option_type, makeGenericType, getUnionCases, name, obj_type } from "../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
11
11
|
|
|
12
12
|
export function HashCodes_boxHashOption(a) {
|
|
13
13
|
let copyOfStruct, copyOfStruct_1;
|
package/ISA/ISA/Identifier.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { match, isMatch } from "../../fable_modules/fable-library.4.1
|
|
2
|
-
import { newGuid } from "../../fable_modules/fable-library.4.1
|
|
1
|
+
import { match, isMatch } from "../../fable_modules/fable-library.4.4.1/RegExp.js";
|
|
2
|
+
import { newGuid } from "../../fable_modules/fable-library.4.4.1/Guid.js";
|
|
3
3
|
import { combineMany } from "../../FileSystem/Path.js";
|
|
4
4
|
|
|
5
5
|
export function checkValidCharacters(identifier) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Union } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { union_type, int32_type, float64_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { parse } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { parse as parse_1 } from "../../../fable_modules/fable-library.4.1
|
|
5
|
-
import { int32ToString } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
|
+
import { union_type, int32_type, float64_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
3
|
+
import { parse } from "../../../fable_modules/fable-library.4.4.1/Double.js";
|
|
4
|
+
import { parse as parse_1 } from "../../../fable_modules/fable-library.4.4.1/Int32.js";
|
|
5
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
6
6
|
|
|
7
7
|
export class AnnotationValue extends Union {
|
|
8
8
|
constructor(tag, fields) {
|
|
@@ -1,22 +1,22 @@
|
|
|
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 { Data_$reflection } from "./Data.js";
|
|
5
5
|
import { AssayMaterials_get_empty, AssayMaterials_make, AssayMaterials_$reflection } from "./AssayMaterials.js";
|
|
6
6
|
import { MaterialAttribute_$reflection } from "./MaterialAttribute.js";
|
|
7
7
|
import { Process_$reflection } from "./Process.js";
|
|
8
8
|
import { Comment$_$reflection } from "./Comment.js";
|
|
9
|
-
import { empty, filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.1
|
|
10
|
-
import { safeHash, structuralHash, equals } from "../../../fable_modules/fable-library.4.1
|
|
11
|
-
import { map2 as map2_2 } from "../../../fable_modules/fable-library.4.1
|
|
9
|
+
import { empty, filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
10
|
+
import { safeHash, structuralHash, equals } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
11
|
+
import { map2 as map2_2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
12
12
|
import { Dict_tryFind, Dict_ofSeqWithMerge, Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
13
13
|
import { Option_fromValueWithDefault, Update_UpdateOptions, Option_mapDefault } from "../Helper.js";
|
|
14
14
|
import { updateProtocols, getProtocols, getFactors, getOutputsWithFactorBy, getOutputsWithCharacteristicBy, getInputsWithCharacteristicBy, getParameters, getOutputsWithParameterBy, getInputsWithParameterBy, getMaterials, getSamples, getSources, getCharacteristics, getUnits, getData } from "./ProcessSequence.js";
|
|
15
|
-
import { map as map_1, defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
16
|
-
import { List_distinct } from "../../../fable_modules/fable-library.4.1
|
|
15
|
+
import { map as map_1, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
16
|
+
import { List_distinct } from "../../../fable_modules/fable-library.4.4.1/Seq2.js";
|
|
17
17
|
import { Sample_$reflection } from "./Sample.js";
|
|
18
18
|
import { Material_$reflection } from "./Material.js";
|
|
19
|
-
import { toFail } from "../../../fable_modules/fable-library.4.1
|
|
19
|
+
import { toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
20
20
|
|
|
21
21
|
export class Assay extends Record {
|
|
22
22
|
constructor(ID, FileName, MeasurementType, TechnologyType, TechnologyPlatform, DataFiles, Materials, CharacteristicCategories, UnitCategories, ProcessSequence, Comments) {
|
|
@@ -148,10 +148,10 @@ export function Assay_getData_722A269D(assay) {
|
|
|
148
148
|
const list1 = defaultArg(assay.DataFiles, empty());
|
|
149
149
|
const list2 = processSequenceData;
|
|
150
150
|
try {
|
|
151
|
-
const map1 = Dict_ofSeqWithMerge((
|
|
151
|
+
const map1 = Dict_ofSeqWithMerge((recordType_, recordType__1) => {
|
|
152
152
|
const this$ = updateOptions;
|
|
153
|
-
const recordType_1 =
|
|
154
|
-
const recordType_2 =
|
|
153
|
+
const recordType_1 = recordType_;
|
|
154
|
+
const recordType_2 = recordType__1;
|
|
155
155
|
switch (this$.tag) {
|
|
156
156
|
case 2:
|
|
157
157
|
return makeRecord(Data_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1), getRecordFields(recordType_2)));
|
|
@@ -163,10 +163,10 @@ export function Assay_getData_722A269D(assay) {
|
|
|
163
163
|
return recordType_2;
|
|
164
164
|
}
|
|
165
165
|
}, map((v) => [mapping(v), v], list1));
|
|
166
|
-
const map2 = Dict_ofSeqWithMerge((
|
|
166
|
+
const map2 = Dict_ofSeqWithMerge((recordType__2, recordType__3) => {
|
|
167
167
|
const this$_1 = updateOptions;
|
|
168
|
-
const recordType_1_1 =
|
|
169
|
-
const recordType_2_1 =
|
|
168
|
+
const recordType_1_1 = recordType__2;
|
|
169
|
+
const recordType_2_1 = recordType__3;
|
|
170
170
|
switch (this$_1.tag) {
|
|
171
171
|
case 2:
|
|
172
172
|
return makeRecord(Data_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_1), getRecordFields(recordType_2_1)));
|
|
@@ -373,10 +373,10 @@ export function Assay_getMaterials_722A269D(assay) {
|
|
|
373
373
|
const list1 = defaultArg(mat.Samples, empty());
|
|
374
374
|
const list2 = processSequenceSamples;
|
|
375
375
|
try {
|
|
376
|
-
const map1 = Dict_ofSeqWithMerge((
|
|
376
|
+
const map1 = Dict_ofSeqWithMerge((recordType_, recordType__1) => {
|
|
377
377
|
const this$ = updateOptions;
|
|
378
|
-
const recordType_1 =
|
|
379
|
-
const recordType_2 =
|
|
378
|
+
const recordType_1 = recordType_;
|
|
379
|
+
const recordType_2 = recordType__1;
|
|
380
380
|
switch (this$.tag) {
|
|
381
381
|
case 2:
|
|
382
382
|
return makeRecord(Sample_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1), getRecordFields(recordType_2)));
|
|
@@ -388,10 +388,10 @@ export function Assay_getMaterials_722A269D(assay) {
|
|
|
388
388
|
return recordType_2;
|
|
389
389
|
}
|
|
390
390
|
}, map((v) => [mapping(v), v], list1));
|
|
391
|
-
const map2 = Dict_ofSeqWithMerge((
|
|
391
|
+
const map2 = Dict_ofSeqWithMerge((recordType__2, recordType__3) => {
|
|
392
392
|
const this$_1 = updateOptions;
|
|
393
|
-
const recordType_1_1 =
|
|
394
|
-
const recordType_2_1 =
|
|
393
|
+
const recordType_1_1 = recordType__2;
|
|
394
|
+
const recordType_2_1 = recordType__3;
|
|
395
395
|
switch (this$_1.tag) {
|
|
396
396
|
case 2:
|
|
397
397
|
return makeRecord(Sample_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_1), getRecordFields(recordType_2_1)));
|
|
@@ -451,10 +451,10 @@ ${err.message}`);
|
|
|
451
451
|
const list1_1 = defaultArg(mat.OtherMaterials, empty());
|
|
452
452
|
const list2_1 = processSequenceMaterials;
|
|
453
453
|
try {
|
|
454
|
-
const map1_1 = Dict_ofSeqWithMerge((
|
|
454
|
+
const map1_1 = Dict_ofSeqWithMerge((recordType__6, recordType__1_1) => {
|
|
455
455
|
const this$_3 = updateOptions_1;
|
|
456
|
-
const recordType_1_3 =
|
|
457
|
-
const recordType_2_3 =
|
|
456
|
+
const recordType_1_3 = recordType__6;
|
|
457
|
+
const recordType_2_3 = recordType__1_1;
|
|
458
458
|
switch (this$_3.tag) {
|
|
459
459
|
case 2:
|
|
460
460
|
return makeRecord(Material_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_3), getRecordFields(recordType_2_3)));
|
|
@@ -466,10 +466,10 @@ ${err.message}`);
|
|
|
466
466
|
return recordType_2_3;
|
|
467
467
|
}
|
|
468
468
|
}, map((v_2) => [mapping_5(v_2), v_2], list1_1));
|
|
469
|
-
const map2_1 = Dict_ofSeqWithMerge((
|
|
469
|
+
const map2_1 = Dict_ofSeqWithMerge((recordType__2_1, recordType__3_1) => {
|
|
470
470
|
const this$_4 = updateOptions_1;
|
|
471
|
-
const recordType_1_4 =
|
|
472
|
-
const recordType_2_4 =
|
|
471
|
+
const recordType_1_4 = recordType__2_1;
|
|
472
|
+
const recordType_2_4 = recordType__3_1;
|
|
473
473
|
switch (this$_4.tag) {
|
|
474
474
|
case 2:
|
|
475
475
|
return makeRecord(Material_$reflection(), map2_2(Update_updateAppend, getRecordFields(recordType_1_4), getRecordFields(recordType_2_4)));
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
2
2
|
import { Sample_$reflection } from "./Sample.js";
|
|
3
|
-
import { record_type, option_type, list_type } from "../../../fable_modules/fable-library.4.1
|
|
3
|
+
import { record_type, option_type, list_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
4
4
|
import { Material_$reflection } from "./Material.js";
|
|
5
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
6
|
-
import { empty } from "../../../fable_modules/fable-library.4.1
|
|
5
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
6
|
+
import { empty } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
7
7
|
|
|
8
8
|
export class AssayMaterials extends Record {
|
|
9
9
|
constructor(Samples, OtherMaterials) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { tryParse } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { FSharpRef } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { int32ToString } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { tryParse } from "../../../fable_modules/fable-library.4.4.1/Int32.js";
|
|
2
|
+
import { FSharpRef } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
3
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
4
4
|
import { Comment$ } from "./Comment.js";
|
|
5
|
-
import { value, bind } from "../../../fable_modules/fable-library.4.1
|
|
5
|
+
import { value as value_1, bind } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
6
6
|
import { tryItem } from "./CommentList.js";
|
|
7
|
-
import { append } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { append } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
8
8
|
import { OntologyAnnotation } from "./OntologyAnnotation.js";
|
|
9
9
|
import { Factor } from "./Factor.js";
|
|
10
10
|
import { MaterialAttribute_fromString_Z2304A83C } from "./MaterialAttribute.js";
|
|
@@ -28,8 +28,8 @@ function tryInt(str) {
|
|
|
28
28
|
export const orderName = "ColumnIndex";
|
|
29
29
|
|
|
30
30
|
export function createOrderComment(index) {
|
|
31
|
-
const
|
|
32
|
-
return Comment$.fromString(orderName,
|
|
31
|
+
const value = int32ToString(index);
|
|
32
|
+
return Comment$.fromString(orderName, value);
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
export function tryGetIndex(comments) {
|
|
@@ -81,11 +81,11 @@ export function ARCtrl_ISA_OntologyAnnotation__OntologyAnnotation_fromStringWith
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
export function ARCtrl_ISA_OntologyAnnotation__OntologyAnnotation_getColumnIndex_Static_Z4C0FE73C(f) {
|
|
84
|
-
return
|
|
84
|
+
return value_1(tryGetOntologyAnnotationIndex(f));
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
export function ARCtrl_ISA_OntologyAnnotation__OntologyAnnotation_GetColumnIndex(this$) {
|
|
88
|
-
return
|
|
88
|
+
return value_1(tryGetOntologyAnnotationIndex(this$));
|
|
89
89
|
}
|
|
90
90
|
|
|
91
91
|
export function ARCtrl_ISA_OntologyAnnotation__OntologyAnnotation_tryGetColumnIndex_Static_Z4C0FE73C(f) {
|
|
@@ -112,11 +112,11 @@ export function ARCtrl_ISA_Factor__Factor_fromStringWithColumnIndex_Static(name,
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
export function ARCtrl_ISA_Factor__Factor_getColumnIndex_Static_Z55333BD7(f) {
|
|
115
|
-
return
|
|
115
|
+
return value_1(tryGetFactorIndex(f));
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
export function ARCtrl_ISA_Factor__Factor_GetColumnIndex(this$) {
|
|
119
|
-
return
|
|
119
|
+
return value_1(tryGetFactorIndex(this$));
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
export function ARCtrl_ISA_Factor__Factor_tryGetColumnIndex_Static_Z55333BD7(f) {
|
|
@@ -128,11 +128,11 @@ export function ARCtrl_ISA_Factor__Factor_TryGetColumnIndex(this$) {
|
|
|
128
128
|
}
|
|
129
129
|
|
|
130
130
|
export function ARCtrl_ISA_FactorValue__FactorValue_getColumnIndex_Static_Z2623397E(f) {
|
|
131
|
-
return
|
|
131
|
+
return value_1(tryGetFactorColumnIndex(f));
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
export function ARCtrl_ISA_FactorValue__FactorValue_GetColumnIndex(this$) {
|
|
135
|
-
return
|
|
135
|
+
return value_1(tryGetFactorColumnIndex(this$));
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
export function ARCtrl_ISA_FactorValue__FactorValue_tryGetColumnIndex_Static_Z2623397E(f) {
|
|
@@ -151,11 +151,11 @@ export function ARCtrl_ISA_MaterialAttribute__MaterialAttribute_fromStringWithCo
|
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
export function ARCtrl_ISA_MaterialAttribute__MaterialAttribute_getColumnIndex_Static_Z5F39696D(m) {
|
|
154
|
-
return
|
|
154
|
+
return value_1(tryGetCharacteristicIndex(m));
|
|
155
155
|
}
|
|
156
156
|
|
|
157
157
|
export function ARCtrl_ISA_MaterialAttribute__MaterialAttribute_GetColumnIndex(this$) {
|
|
158
|
-
return
|
|
158
|
+
return value_1(tryGetCharacteristicIndex(this$));
|
|
159
159
|
}
|
|
160
160
|
|
|
161
161
|
export function ARCtrl_ISA_MaterialAttribute__MaterialAttribute_tryGetColumnIndex_Static_Z5F39696D(m) {
|
|
@@ -167,11 +167,11 @@ export function ARCtrl_ISA_MaterialAttribute__MaterialAttribute_TryGetColumnInde
|
|
|
167
167
|
}
|
|
168
168
|
|
|
169
169
|
export function ARCtrl_ISA_MaterialAttributeValue__MaterialAttributeValue_getColumnIndex_Static_43A5B238(m) {
|
|
170
|
-
return
|
|
170
|
+
return value_1(tryGetCharacteristicColumnIndex(m));
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
export function ARCtrl_ISA_MaterialAttributeValue__MaterialAttributeValue_GetColumnIndex(this$) {
|
|
174
|
-
return
|
|
174
|
+
return value_1(tryGetCharacteristicColumnIndex(this$));
|
|
175
175
|
}
|
|
176
176
|
|
|
177
177
|
export function ARCtrl_ISA_MaterialAttributeValue__MaterialAttributeValue_tryGetColumnIndex_Static_43A5B238(m) {
|
|
@@ -190,11 +190,11 @@ export function ARCtrl_ISA_ProtocolParameter__ProtocolParameter_fromStringWithCo
|
|
|
190
190
|
}
|
|
191
191
|
|
|
192
192
|
export function ARCtrl_ISA_ProtocolParameter__ProtocolParameter_getColumnIndex_Static_Z3A4310A5(p) {
|
|
193
|
-
return
|
|
193
|
+
return value_1(tryGetParameterIndex(p));
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
export function ARCtrl_ISA_ProtocolParameter__ProtocolParameter_GetColumnIndex(this$) {
|
|
197
|
-
return
|
|
197
|
+
return value_1(tryGetParameterIndex(this$));
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
export function ARCtrl_ISA_ProtocolParameter__ProtocolParameter_tryGetColumnIndex_Static_Z3A4310A5(p) {
|
|
@@ -206,11 +206,11 @@ export function ARCtrl_ISA_ProtocolParameter__ProtocolParameter_TryGetColumnInde
|
|
|
206
206
|
}
|
|
207
207
|
|
|
208
208
|
export function ARCtrl_ISA_ProcessParameterValue__ProcessParameterValue_getColumnIndex_Static_5FD7232D(p) {
|
|
209
|
-
return
|
|
209
|
+
return value_1(tryGetParameterColumnIndex(p));
|
|
210
210
|
}
|
|
211
211
|
|
|
212
212
|
export function ARCtrl_ISA_ProcessParameterValue__ProcessParameterValue_GetColumnIndex(this$) {
|
|
213
|
-
return
|
|
213
|
+
return value_1(tryGetParameterColumnIndex(this$));
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
export function ARCtrl_ISA_ProcessParameterValue__ProcessParameterValue_tryGetColumnIndex_Static_5FD7232D(p) {
|
|
@@ -229,11 +229,11 @@ export function ARCtrl_ISA_Component__Component_fromStringWithColumnIndex_Static
|
|
|
229
229
|
}
|
|
230
230
|
|
|
231
231
|
export function ARCtrl_ISA_Component__Component_getColumnIndex_Static_Z609B8895(f) {
|
|
232
|
-
return
|
|
232
|
+
return value_1(tryGetComponentIndex(f));
|
|
233
233
|
}
|
|
234
234
|
|
|
235
235
|
export function ARCtrl_ISA_Component__Component_GetColumnIndex(this$) {
|
|
236
|
-
return
|
|
236
|
+
return value_1(tryGetComponentIndex(this$));
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
export function ARCtrl_ISA_Component__Component_tryGetColumnIndex_Static_Z609B8895(f) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { Record } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { int32_type, record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
2
|
+
import { Record } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
3
|
+
import { int32_type, record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
4
4
|
|
|
5
5
|
export class Comment$ extends Record {
|
|
6
6
|
constructor(ID, Name, Value) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { map, append, choose, tryPick } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { value } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
import { ofArray } from "../../../fable_modules/fable-library.4.1
|
|
4
|
-
import { equals, comparePrimitives } from "../../../fable_modules/fable-library.4.1
|
|
1
|
+
import { map, append, choose, tryPick } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
2
|
+
import { value } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
3
|
+
import { ofArray } from "../../../fable_modules/fable-library.4.4.1/Map.js";
|
|
4
|
+
import { equals, comparePrimitives } from "../../../fable_modules/fable-library.4.4.1/Util.js";
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* If a comment with the given key exists in the [], return its value, else return None
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Record } 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 } 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 { Value as Value_1, Value_fromString_Z721C83C5, Value__get_Text, Value_$reflection } from "./Value.js";
|
|
4
4
|
import { OntologyAnnotation, OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
5
|
-
import { create, match } from "../../../fable_modules/fable-library.4.1
|
|
5
|
+
import { create, match } from "../../../fable_modules/fable-library.4.4.1/RegExp.js";
|
|
6
6
|
import { AnnotationValue } from "./AnnotationValue.js";
|
|
7
|
-
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.1
|
|
7
|
+
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
8
8
|
import { Option_fromValueWithDefault } from "../Helper.js";
|
|
9
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.1
|
|
9
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
10
10
|
|
|
11
11
|
export class Component extends Record {
|
|
12
12
|
constructor(ComponentName, ComponentValue, ComponentUnit, ComponentType) {
|
|
@@ -72,14 +72,14 @@ export function Component_decomposeName_Z721C83C5(name) {
|
|
|
72
72
|
const unitr = match(create("(?<value>[\\d\\.]+) (?<unit>.+) \\((?<ontology>[^(]*:[^)]*)\\)"), name);
|
|
73
73
|
if (unitr != null) {
|
|
74
74
|
let oa;
|
|
75
|
-
const
|
|
76
|
-
oa = OntologyAnnotation.fromTermAnnotation(
|
|
75
|
+
const termAnnotation = (unitr.groups && unitr.groups.ontology) || "";
|
|
76
|
+
oa = OntologyAnnotation.fromTermAnnotation(termAnnotation);
|
|
77
77
|
return [Value_fromString_Z721C83C5((unitr.groups && unitr.groups.value) || ""), new OntologyAnnotation(oa.ID, new AnnotationValue(0, [(unitr.groups && unitr.groups.unit) || ""]), oa.TermSourceREF, oa.TermAccessionNumber, oa.Comments)];
|
|
78
78
|
}
|
|
79
79
|
else if (r != null) {
|
|
80
80
|
let oa_1;
|
|
81
|
-
const
|
|
82
|
-
oa_1 = OntologyAnnotation.fromTermAnnotation(
|
|
81
|
+
const termAnnotation_1 = (r.groups && r.groups.ontology) || "";
|
|
82
|
+
oa_1 = OntologyAnnotation.fromTermAnnotation(termAnnotation_1);
|
|
83
83
|
return [new Value_1(0, [new OntologyAnnotation(oa_1.ID, new AnnotationValue(0, [Value__get_Text(Value_fromString_Z721C83C5((r.groups && r.groups.value) || ""))]), oa_1.TermSourceREF, oa_1.TermAccessionNumber, oa_1.Comments)]), void 0];
|
|
84
84
|
}
|
|
85
85
|
else {
|
|
@@ -111,14 +111,14 @@ export function Component_fromOptions(value, unit, header) {
|
|
|
111
111
|
* Get ISATab string entries from an ISAJson Component object
|
|
112
112
|
*/
|
|
113
113
|
export function Component_toString_Z609B8895(c) {
|
|
114
|
-
let
|
|
114
|
+
let oa_1;
|
|
115
115
|
const value = {
|
|
116
116
|
TermAccessionNumber: "",
|
|
117
117
|
TermName: "",
|
|
118
118
|
TermSourceREF: "",
|
|
119
119
|
};
|
|
120
|
-
|
|
121
|
-
return [defaultArg(c.ComponentName, ""),
|
|
120
|
+
oa_1 = defaultArg(map((oa) => OntologyAnnotation.toString(oa), c.ComponentType), value);
|
|
121
|
+
return [defaultArg(c.ComponentName, ""), oa_1];
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
export function Component__get_NameText(this$) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
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 { printf, toText } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
3
3
|
import { DataFile_$reflection, DataFile__get_AsString } from "./DataFile.js";
|
|
4
|
-
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.1
|
|
4
|
+
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
5
5
|
import { Comment$_$reflection } from "./Comment.js";
|
|
6
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
6
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
7
7
|
|
|
8
8
|
export class Data extends Record {
|
|
9
9
|
constructor(ID, Name, DataType, Comments) {
|
|
@@ -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 DataFile extends Union {
|
|
5
5
|
constructor(tag, fields) {
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { OntologyAnnotation_$reflection, OntologyAnnotation } from "./OntologyAnnotation.js";
|
|
2
|
-
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.1
|
|
2
|
+
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
3
3
|
import { Option_fromValueWithDefault } from "../Helper.js";
|
|
4
|
-
import { filter, map as map_1, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.1
|
|
5
|
-
import { equals } 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
|
|
4
|
+
import { filter, map as map_1, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
5
|
+
import { equals } from "../../../fable_modules/fable-library.4.4.1/Util.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
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
9
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
|
|
10
10
|
import { Comment$_$reflection } from "./Comment.js";
|
|
11
11
|
|
|
12
12
|
export class Factor extends Record {
|
|
@@ -28,9 +28,9 @@ export class Factor extends Record {
|
|
|
28
28
|
}
|
|
29
29
|
static fromString(name, term, source, accession, comments) {
|
|
30
30
|
const oa = OntologyAnnotation.fromString(term, source, accession, unwrap(comments));
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
return Factor.make(void 0,
|
|
31
|
+
const name_1 = Option_fromValueWithDefault("", name);
|
|
32
|
+
const factorType = Option_fromValueWithDefault(OntologyAnnotation.empty, oa);
|
|
33
|
+
return Factor.make(void 0, name_1, factorType, void 0);
|
|
34
34
|
}
|
|
35
35
|
static toString(factor) {
|
|
36
36
|
const value = {
|
|
@@ -38,7 +38,7 @@ export class Factor extends Record {
|
|
|
38
38
|
TermName: "",
|
|
39
39
|
TermSourceREF: "",
|
|
40
40
|
};
|
|
41
|
-
return defaultArg(map((
|
|
41
|
+
return defaultArg(map((oa) => OntologyAnnotation.toString(oa), factor.FactorType), value);
|
|
42
42
|
}
|
|
43
43
|
get NameText() {
|
|
44
44
|
const this$ = this;
|
|
@@ -109,8 +109,8 @@ export class Factor extends Record {
|
|
|
109
109
|
}
|
|
110
110
|
Copy() {
|
|
111
111
|
const this$ = this;
|
|
112
|
-
const
|
|
113
|
-
return Factor.make(this$.ID, this$.Name, this$.FactorType,
|
|
112
|
+
const comments = map((array) => map_2((c) => c.Copy(), array), this$.Comments);
|
|
113
|
+
return Factor.make(this$.ID, this$.Name, this$.FactorType, comments);
|
|
114
114
|
}
|
|
115
115
|
Print() {
|
|
116
116
|
const this$ = this;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.1
|
|
2
|
-
import { defaultArg, map } from "../../../fable_modules/fable-library.4.1
|
|
3
|
-
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 { defaultArg, map } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
3
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
|
|
4
4
|
import { Factor, Factor_$reflection } from "./Factor.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 FactorValue extends Record {
|
|
11
11
|
constructor(ID, Category, Value, Unit) {
|
|
@@ -1,16 +1,16 @@
|
|
|
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 { OntologySourceReference_$reflection } from "./OntologySourceReference.js";
|
|
4
4
|
import { Publication_$reflection } from "./Publication.js";
|
|
5
5
|
import { Person_$reflection } from "./Person.js";
|
|
6
6
|
import { Study_update_7312BC8B, Study_$reflection } from "./Study.js";
|
|
7
7
|
import { Remark_$reflection, Comment$_$reflection } from "./Comment.js";
|
|
8
|
-
import { map, defaultArg } from "../../../fable_modules/fable-library.4.1
|
|
9
|
-
import { map as map_1, empty } from "../../../fable_modules/fable-library.4.1
|
|
8
|
+
import { map, defaultArg } from "../../../fable_modules/fable-library.4.4.1/Option.js";
|
|
9
|
+
import { map as map_1, empty } from "../../../fable_modules/fable-library.4.4.1/List.js";
|
|
10
10
|
import { Option_mapDefault } from "../Helper.js";
|
|
11
|
-
import { map2 } from "../../../fable_modules/fable-library.4.1
|
|
11
|
+
import { map2 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
|
|
12
12
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
13
|
-
import { toFail } from "../../../fable_modules/fable-library.4.1
|
|
13
|
+
import { toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
|
|
14
14
|
|
|
15
15
|
export class Investigation extends Record {
|
|
16
16
|
constructor(ID, FileName, Identifier, Title, Description, SubmissionDate, PublicReleaseDate, OntologySourceReferences, Publications, Contacts, Studies, Comments, Remarks) {
|