@nfdi4plants/arctrl 1.0.0-beta.4 → 1.0.0-beta.6
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 +84 -25
- package/Contract/Contract.js +16 -5
- package/Contracts/Contracts.ARCtrl.js +1 -3
- package/Contracts/Contracts.ArcTypes.js +269 -0
- package/Contracts/Contracts.Git.js +4 -4
- package/FileSystem/Commit.js +2 -2
- package/FileSystem/FileSystem.js +4 -4
- package/FileSystem/FileSystemTree.js +8 -8
- package/FileSystem/Path.js +2 -2
- package/FileSystemTree.js +1 -1
- package/ISA/ISA/ArcTypes/ArcTable.js +39 -13
- package/ISA/ISA/ArcTypes/ArcTableAux.js +12 -12
- package/ISA/ISA/ArcTypes/ArcTables.js +24 -14
- package/ISA/ISA/ArcTypes/ArcTypes.js +143 -61
- package/ISA/ISA/ArcTypes/CompositeCell.js +8 -4
- package/ISA/ISA/ArcTypes/CompositeColumn.js +26 -5
- package/ISA/ISA/ArcTypes/CompositeHeader.js +32 -8
- 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 +163 -9
- package/ISA/ISA/Identifier.js +3 -3
- package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
- package/ISA/ISA/JsonTypes/Assay.js +8 -8
- package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/ColumnIndex.js +5 -5
- package/ISA/ISA/JsonTypes/Comment.js +3 -3
- package/ISA/ISA/JsonTypes/CommentList.js +4 -4
- package/ISA/ISA/JsonTypes/Component.js +5 -5
- package/ISA/ISA/JsonTypes/Data.js +4 -4
- package/ISA/ISA/JsonTypes/DataFile.js +2 -2
- package/ISA/ISA/JsonTypes/Factor.js +6 -6
- 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 +3 -3
- package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
- package/ISA/ISA/JsonTypes/OntologyAnnotation.js +6 -6
- package/ISA/ISA/JsonTypes/OntologySourceReference.js +6 -6
- package/ISA/ISA/JsonTypes/Person.js +7 -7
- package/ISA/ISA/JsonTypes/Process.js +10 -10
- 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 +6 -6
- package/ISA/ISA/JsonTypes/Protocol.js +6 -6
- package/ISA/ISA/JsonTypes/ProtocolParameter.js +3 -3
- package/ISA/ISA/JsonTypes/Publication.js +6 -6
- package/ISA/ISA/JsonTypes/Sample.js +5 -5
- package/ISA/ISA/JsonTypes/Source.js +5 -5
- package/ISA/ISA/JsonTypes/Study.js +8 -8
- 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/UIHelper.js +19 -0
- package/ISA/ISA.Json/Assay.js +3 -3
- 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 +4 -4
- package/ISA/ISA.Json/Material.js +5 -5
- package/ISA/ISA.Json/Ontology.js +6 -6
- package/ISA/ISA.Json/Person.js +5 -5
- 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 +4 -4
- 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 +4 -4
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +2 -2
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +5 -5
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +4 -4
- package/ISA/ISA.Spreadsheet/ArcAssay.js +5 -5
- package/ISA/ISA.Spreadsheet/ArcInvestigation.js +15 -12
- package/ISA/ISA.Spreadsheet/ArcStudy.js +5 -5
- package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Assays.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Comment.js +3 -3
- package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
- package/ISA/ISA.Spreadsheet/Metadata/Factors.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Publication.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +10 -10
- package/ISA/ISA.Spreadsheet/Metadata/Study.js +8 -8
- package/Path.js +10 -0
- package/SemVer.js +7 -7
- package/Templates/Template.Json.js +7 -7
- package/Templates/Template.Spreadsheet.js +10 -10
- 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 +7 -7
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +3 -3
- 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.5.0.1/Cells/FsCell.fs.js +14 -14
- package/fable_modules/FsSpreadsheet.5.0.1/Cells/FsCellsCollection.fs.js +6 -6
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/CellBuilder.fs.js +4 -4
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/ColumnBuilder.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/DSL.fs.js +2 -2
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/Expression.fs.js +1 -1
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/RowBuilder.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/SheetBuilder.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/TableBuilder.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/Transform.fs.js +6 -6
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/Types.fs.js +4 -4
- package/fable_modules/FsSpreadsheet.5.0.1/DSL/WorkbookBuilder.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/FsAddress.fs.js +5 -5
- package/fable_modules/FsSpreadsheet.5.0.1/FsColumn.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/FsRow.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/FsWorkbook.fs.js +6 -6
- package/fable_modules/FsSpreadsheet.5.0.1/FsWorksheet.fs.js +9 -9
- package/fable_modules/FsSpreadsheet.5.0.1/Ranges/FsRange.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/Ranges/FsRangeAddress.fs.js +2 -2
- package/fable_modules/FsSpreadsheet.5.0.1/Ranges/FsRangeBase.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/Ranges/FsRangeColumn.fs.js +3 -3
- package/fable_modules/FsSpreadsheet.5.0.1/Ranges/FsRangeRow.fs.js +1 -1
- package/fable_modules/FsSpreadsheet.5.0.1/SheetBuilder.fs.js +8 -8
- package/fable_modules/FsSpreadsheet.5.0.1/Tables/FsTable.fs.js +7 -7
- package/fable_modules/FsSpreadsheet.5.0.1/Tables/FsTableField.fs.js +4 -4
- package/fable_modules/FsSpreadsheet.5.0.1/Tables/FsTableRow.fs.js +1 -1
- package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +20 -20
- 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 → fable-library.4.5.0}/Util.js +1 -2
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/Contracts/Contracts.ArcAssay.js +0 -65
- package/Contracts/Contracts.ArcInvestigation.js +0 -58
- package/Contracts/Contracts.ArcStudy.js +0 -65
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Array.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Array.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Async.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Async.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/AsyncBuilder.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/AsyncBuilder.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/BigInt.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/BigInt.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/BitConverter.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/BitConverter.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Boolean.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Boolean.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/CHANGELOG.md +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Char.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Char.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Choice.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Choice.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Date.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Date.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/DateOffset.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/DateOffset.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/DateOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/DateOnly.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Decimal.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Decimal.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Double.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Double.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Encoding.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Encoding.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Event.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Event.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/FSharp.Collections.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/FSharp.Collections.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/FSharp.Core.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/FSharp.Core.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Global.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Global.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Guid.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Guid.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Int32.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Int32.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/List.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/List.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Long.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Long.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MailboxProcessor.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MailboxProcessor.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Map.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Map.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MapUtil.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MapUtil.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MutableMap.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MutableMap.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MutableSet.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/MutableSet.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Native.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Native.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Numeric.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Numeric.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Observable.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Observable.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Option.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Option.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/README.md +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Random.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Random.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Range.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Range.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Reflection.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Reflection.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/RegExp.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/RegExp.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Seq.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Seq.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Seq2.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Seq2.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Set.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Set.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/String.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/String.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/System.Collections.Generic.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/System.Collections.Generic.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/System.Text.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/System.Text.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/SystemException.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/SystemException.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/TimeOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/TimeOnly.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/TimeSpan.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/TimeSpan.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Timer.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Timer.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Types.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Types.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Unicode.13.0.0.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Unicode.13.0.0.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Uri.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Uri.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/Util.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/lib/big.d.ts +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/lib/big.js +0 -0
- /package/fable_modules/{fable-library.4.4.1 → fable-library.4.5.0}/package.json +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { map } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { union_type, string_type, getUnionCases, name } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { Union, toString } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { map } from "../../../fable_modules/fable-library.4.5.0/Array.js";
|
|
2
|
+
import { union_type, string_type, getUnionCases, name } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
3
|
+
import { Union, toString } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
6
|
-
import { printf, toFail } from "../../../fable_modules/fable-library.4.
|
|
5
|
+
import { equals } from "../../../fable_modules/fable-library.4.5.0/Util.js";
|
|
6
|
+
import { printf, toFail } from "../../../fable_modules/fable-library.4.5.0/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";
|
|
@@ -242,7 +242,7 @@ export class CompositeHeader extends Union {
|
|
|
242
242
|
}
|
|
243
243
|
ToTerm() {
|
|
244
244
|
const this$ = this;
|
|
245
|
-
return (this$.tag === 2) ? this$.fields[0] : ((this$.tag === 1) ? this$.fields[0] : ((this$.tag === 0) ? this$.fields[0] : ((this$.tag === 4) ? OntologyAnnotation.fromString(
|
|
245
|
+
return (this$.tag === 2) ? this$.fields[0] : ((this$.tag === 1) ? this$.fields[0] : ((this$.tag === 0) ? this$.fields[0] : ((this$.tag === 4) ? OntologyAnnotation.fromString(toString(this$), void 0, this$.GetFeaturedColumnAccession) : ((this$.tag === 8) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 5) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 6) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 7) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 9) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 10) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 11) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 12) ? OntologyAnnotation.fromString(toString(this$)) : ((this$.tag === 13) ? OntologyAnnotation.fromString(toString(this$)) : this$.fields[0]))))))))))));
|
|
246
246
|
}
|
|
247
247
|
static OfHeaderString(str) {
|
|
248
248
|
const matchValue = str.trim();
|
|
@@ -492,14 +492,38 @@ export class CompositeHeader extends Union {
|
|
|
492
492
|
const this$ = this;
|
|
493
493
|
return this$.tag === 13;
|
|
494
494
|
}
|
|
495
|
-
|
|
495
|
+
TryInput() {
|
|
496
496
|
const this$ = this;
|
|
497
497
|
return (this$.tag === 11) ? this$.fields[0] : void 0;
|
|
498
498
|
}
|
|
499
|
-
|
|
499
|
+
TryOutput() {
|
|
500
500
|
const this$ = this;
|
|
501
501
|
return (this$.tag === 12) ? this$.fields[0] : void 0;
|
|
502
502
|
}
|
|
503
|
+
TryIOType() {
|
|
504
|
+
const this$ = this;
|
|
505
|
+
let matchResult, io;
|
|
506
|
+
switch (this$.tag) {
|
|
507
|
+
case 12: {
|
|
508
|
+
matchResult = 0;
|
|
509
|
+
io = this$.fields[0];
|
|
510
|
+
break;
|
|
511
|
+
}
|
|
512
|
+
case 11: {
|
|
513
|
+
matchResult = 0;
|
|
514
|
+
io = this$.fields[0];
|
|
515
|
+
break;
|
|
516
|
+
}
|
|
517
|
+
default:
|
|
518
|
+
matchResult = 1;
|
|
519
|
+
}
|
|
520
|
+
switch (matchResult) {
|
|
521
|
+
case 0:
|
|
522
|
+
return io;
|
|
523
|
+
default:
|
|
524
|
+
return void 0;
|
|
525
|
+
}
|
|
526
|
+
}
|
|
503
527
|
TryParameter() {
|
|
504
528
|
const this$ = this;
|
|
505
529
|
return (this$.tag === 3) ? ProtocolParameter_create_Z6C54B221(void 0, this$.fields[0]) : void 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { fold } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { fold } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { list_type, union_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { list_type, union_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
9
|
-
import { map, value as value_4, defaultArg } from "../../../fable_modules/fable-library.4.
|
|
8
|
+
import { map as map_1, exists, fold, singleton, empty, append } from "../../../fable_modules/fable-library.4.5.0/List.js";
|
|
9
|
+
import { map, value as value_4, defaultArg } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
12
|
+
import { printf, toFail } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { append } from "../../fable_modules/fable-library.4.
|
|
3
|
-
import { append as append_1 } from "../../fable_modules/fable-library.4.
|
|
4
|
-
import { Array_distinct, List_distinct } from "../../fable_modules/fable-library.4.
|
|
5
|
-
import { structuralHash, equals } from "../../fable_modules/fable-library.4.
|
|
1
|
+
import { toString } from "../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { append } from "../../fable_modules/fable-library.4.5.0/List.js";
|
|
3
|
+
import { append as append_1 } from "../../fable_modules/fable-library.4.5.0/Array.js";
|
|
4
|
+
import { Array_distinct, List_distinct } from "../../fable_modules/fable-library.4.5.0/Seq2.js";
|
|
5
|
+
import { structuralHash, equals } from "../../fable_modules/fable-library.4.5.0/Util.js";
|
|
6
6
|
|
|
7
7
|
export function isMap_generic(l1) {
|
|
8
8
|
let copyOfStruct;
|
package/ISA/ISA/Helper.js
CHANGED
|
@@ -1,13 +1,167 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import { exactlyOne, partition, fold } from "../../fable_modules/fable-library.4.
|
|
4
|
-
import { empty, singleton, append, head, tail, isEmpty } from "../../fable_modules/fable-library.4.
|
|
5
|
-
import { Dictionary } from "../../fable_modules/fable-library.4.
|
|
6
|
-
import { isEmpty as isEmpty_1, iterate } from "../../fable_modules/fable-library.4.
|
|
7
|
-
import { tryGetValue, addToDict } from "../../fable_modules/fable-library.4.
|
|
8
|
-
import { Union, toString, FSharpRef } from "../../fable_modules/fable-library.4.
|
|
1
|
+
import { isIterable, defaultOf, numberHash, identityHash, structuralHash, equals, disposeSafe, getEnumerator } from "../../fable_modules/fable-library.4.5.0/Util.js";
|
|
2
|
+
import { some, value as value_1 } from "../../fable_modules/fable-library.4.5.0/Option.js";
|
|
3
|
+
import { exactlyOne, partition, fold, contains } from "../../fable_modules/fable-library.4.5.0/Array.js";
|
|
4
|
+
import { empty, singleton, append, head, tail, isEmpty } from "../../fable_modules/fable-library.4.5.0/List.js";
|
|
5
|
+
import { Dictionary } from "../../fable_modules/fable-library.4.5.0/MutableMap.js";
|
|
6
|
+
import { isEmpty as isEmpty_1, iterate } from "../../fable_modules/fable-library.4.5.0/Seq.js";
|
|
7
|
+
import { tryGetValue, addToDict } from "../../fable_modules/fable-library.4.5.0/MapUtil.js";
|
|
8
|
+
import { Union, toString, FSharpRef } from "../../fable_modules/fable-library.4.5.0/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.
|
|
10
|
+
import { union_type, makeUnion, option_type, makeGenericType, getUnionCases, name, obj_type } from "../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
11
|
+
|
|
12
|
+
export function ResizeArray_map(f, a) {
|
|
13
|
+
const b = [];
|
|
14
|
+
let enumerator = getEnumerator(a);
|
|
15
|
+
try {
|
|
16
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
17
|
+
const i = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
18
|
+
void (b.push(f(i)));
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
finally {
|
|
22
|
+
disposeSafe(enumerator);
|
|
23
|
+
}
|
|
24
|
+
return b;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export function ResizeArray_choose(f, a) {
|
|
28
|
+
const b = [];
|
|
29
|
+
let enumerator = getEnumerator(a);
|
|
30
|
+
try {
|
|
31
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
32
|
+
const matchValue = f(enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]());
|
|
33
|
+
if (matchValue == null) {
|
|
34
|
+
}
|
|
35
|
+
else {
|
|
36
|
+
const x = value_1(matchValue);
|
|
37
|
+
void (b.push(x));
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
finally {
|
|
42
|
+
disposeSafe(enumerator);
|
|
43
|
+
}
|
|
44
|
+
return b;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function ResizeArray_filter(f, a) {
|
|
48
|
+
const b = [];
|
|
49
|
+
let enumerator = getEnumerator(a);
|
|
50
|
+
try {
|
|
51
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
52
|
+
const i = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
53
|
+
if (f(i)) {
|
|
54
|
+
void (b.push(i));
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
finally {
|
|
59
|
+
disposeSafe(enumerator);
|
|
60
|
+
}
|
|
61
|
+
return b;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export function ResizeArray_fold(f, s, a) {
|
|
65
|
+
let state = s;
|
|
66
|
+
let enumerator = getEnumerator(a);
|
|
67
|
+
try {
|
|
68
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
69
|
+
const i = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
70
|
+
state = f(state, i);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
finally {
|
|
74
|
+
disposeSafe(enumerator);
|
|
75
|
+
}
|
|
76
|
+
return state;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function ResizeArray_foldBack(f, a, s) {
|
|
80
|
+
let state = s;
|
|
81
|
+
let enumerator = getEnumerator(a);
|
|
82
|
+
try {
|
|
83
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
84
|
+
const i = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
85
|
+
state = f(i, state);
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
finally {
|
|
89
|
+
disposeSafe(enumerator);
|
|
90
|
+
}
|
|
91
|
+
return state;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
export function ResizeArray_iter(f, a) {
|
|
95
|
+
let enumerator = getEnumerator(a);
|
|
96
|
+
try {
|
|
97
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
98
|
+
f(enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]());
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
finally {
|
|
102
|
+
disposeSafe(enumerator);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export function ResizeArray_reduce(f, a) {
|
|
107
|
+
switch (a.length) {
|
|
108
|
+
case 0:
|
|
109
|
+
throw new Error("ResizeArray.reduce: empty array");
|
|
110
|
+
case 1:
|
|
111
|
+
return a[0];
|
|
112
|
+
default: {
|
|
113
|
+
const a_5 = a;
|
|
114
|
+
let state = a_5[0];
|
|
115
|
+
for (let i = 1; i <= (a_5.length - 1); i++) {
|
|
116
|
+
state = f(state, a_5[i]);
|
|
117
|
+
}
|
|
118
|
+
return state;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export function ResizeArray_collect(f, a) {
|
|
124
|
+
const b = [];
|
|
125
|
+
let enumerator = getEnumerator(a);
|
|
126
|
+
try {
|
|
127
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
128
|
+
const enumerator_1 = getEnumerator(f(enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]()));
|
|
129
|
+
try {
|
|
130
|
+
while (enumerator_1["System.Collections.IEnumerator.MoveNext"]()) {
|
|
131
|
+
const j = enumerator_1["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
132
|
+
void (b.push(j));
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
finally {
|
|
136
|
+
disposeSafe(enumerator_1);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
finally {
|
|
141
|
+
disposeSafe(enumerator);
|
|
142
|
+
}
|
|
143
|
+
return b;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export function ResizeArray_distinct(a) {
|
|
147
|
+
const b = [];
|
|
148
|
+
let enumerator = getEnumerator(a);
|
|
149
|
+
try {
|
|
150
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
151
|
+
const i = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
152
|
+
if (!contains(i, b, {
|
|
153
|
+
Equals: equals,
|
|
154
|
+
GetHashCode: structuralHash,
|
|
155
|
+
})) {
|
|
156
|
+
void (b.push(i));
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
finally {
|
|
161
|
+
disposeSafe(enumerator);
|
|
162
|
+
}
|
|
163
|
+
return b;
|
|
164
|
+
}
|
|
11
165
|
|
|
12
166
|
export function HashCodes_boxHashOption(a) {
|
|
13
167
|
let copyOfStruct, copyOfStruct_1;
|
package/ISA/ISA/Identifier.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { match, isMatch } from "../../fable_modules/fable-library.4.
|
|
2
|
-
import { newGuid } from "../../fable_modules/fable-library.4.
|
|
1
|
+
import { match, isMatch } from "../../fable_modules/fable-library.4.5.0/RegExp.js";
|
|
2
|
+
import { newGuid } from "../../fable_modules/fable-library.4.5.0/Guid.js";
|
|
3
3
|
import { combineMany } from "../../FileSystem/Path.js";
|
|
4
4
|
|
|
5
5
|
export function checkValidCharacters(identifier) {
|
|
6
6
|
if (!isMatch(/^[a-zA-Z0-9_\- ]+$/gu, identifier)) {
|
|
7
|
-
throw new Error(
|
|
7
|
+
throw new Error(`New identifier "${identifier}"contains forbidden characters! Allowed characters are: letters, digits, underscore (_), dash (-) and whitespace ( ).`);
|
|
8
8
|
}
|
|
9
9
|
}
|
|
10
10
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { Union } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { union_type, int32_type, float64_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { parse } from "../../../fable_modules/fable-library.4.
|
|
4
|
-
import { parse as parse_1 } from "../../../fable_modules/fable-library.4.
|
|
5
|
-
import { int32ToString } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { union_type, int32_type, float64_type, string_type } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
3
|
+
import { parse } from "../../../fable_modules/fable-library.4.5.0/Double.js";
|
|
4
|
+
import { parse as parse_1 } from "../../../fable_modules/fable-library.4.5.0/Int32.js";
|
|
5
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
10
|
-
import { safeHash, structuralHash, equals } from "../../../fable_modules/fable-library.4.
|
|
11
|
-
import { map2 as map2_2 } from "../../../fable_modules/fable-library.4.
|
|
9
|
+
import { empty, filter, map, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.5.0/List.js";
|
|
10
|
+
import { safeHash, structuralHash, equals } from "../../../fable_modules/fable-library.4.5.0/Util.js";
|
|
11
|
+
import { map2 as map2_2 } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
16
|
-
import { List_distinct } from "../../../fable_modules/fable-library.4.
|
|
15
|
+
import { map as map_1, defaultArg } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
16
|
+
import { List_distinct } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
19
|
+
import { toFail } from "../../../fable_modules/fable-library.4.5.0/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) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
2
|
import { Sample_$reflection } from "./Sample.js";
|
|
3
|
-
import { record_type, option_type, list_type } from "../../../fable_modules/fable-library.4.
|
|
3
|
+
import { record_type, option_type, list_type } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
4
4
|
import { Material_$reflection } from "./Material.js";
|
|
5
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.
|
|
6
|
-
import { empty } from "../../../fable_modules/fable-library.4.
|
|
5
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
6
|
+
import { empty } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { FSharpRef } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { int32ToString } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { tryParse } from "../../../fable_modules/fable-library.4.5.0/Int32.js";
|
|
2
|
+
import { FSharpRef } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
3
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.5.0/Util.js";
|
|
4
4
|
import { Comment$ } from "./Comment.js";
|
|
5
|
-
import { value as value_1, bind } from "../../../fable_modules/fable-library.4.
|
|
5
|
+
import { value as value_1, bind } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
6
6
|
import { tryItem } from "./CommentList.js";
|
|
7
|
-
import { append } from "../../../fable_modules/fable-library.4.
|
|
7
|
+
import { append } from "../../../fable_modules/fable-library.4.5.0/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";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { Record } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { int32_type, record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
2
|
+
import { Record } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
3
|
+
import { int32_type, record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { value } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { ofArray } from "../../../fable_modules/fable-library.4.
|
|
4
|
-
import { equals, comparePrimitives } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { map, append, choose, tryPick } from "../../../fable_modules/fable-library.4.5.0/Array.js";
|
|
2
|
+
import { value } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
3
|
+
import { ofArray } from "../../../fable_modules/fable-library.4.5.0/Map.js";
|
|
4
|
+
import { equals, comparePrimitives } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
5
|
+
import { create, match } from "../../../fable_modules/fable-library.4.5.0/RegExp.js";
|
|
6
6
|
import { AnnotationValue } from "./AnnotationValue.js";
|
|
7
|
-
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.
|
|
7
|
+
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
8
8
|
import { Option_fromValueWithDefault } from "../Helper.js";
|
|
9
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.
|
|
9
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.5.0/String.js";
|
|
10
10
|
|
|
11
11
|
export class Component extends Record {
|
|
12
12
|
constructor(ComponentName, ComponentValue, ComponentUnit, ComponentType) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
4
|
+
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
5
5
|
import { Comment$_$reflection } from "./Comment.js";
|
|
6
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.
|
|
6
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { union_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { union_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
+
import { map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
5
|
-
import { equals } from "../../../fable_modules/fable-library.4.
|
|
6
|
-
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.
|
|
7
|
-
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.
|
|
4
|
+
import { filter, map as map_1, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.5.0/List.js";
|
|
5
|
+
import { equals } from "../../../fable_modules/fable-library.4.5.0/Util.js";
|
|
6
|
+
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
7
|
+
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.5.0/Array.js";
|
|
8
8
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
9
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.
|
|
9
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
10
10
|
import { Comment$_$reflection } from "./Comment.js";
|
|
11
11
|
|
|
12
12
|
export class Factor extends Record {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { defaultArg, map } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { defaultArg, map } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
3
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
8
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.
|
|
7
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.5.0/Util.js";
|
|
8
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { getRecordFields, makeRecord, record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
9
|
-
import { map as map_1, empty } from "../../../fable_modules/fable-library.4.
|
|
8
|
+
import { map, defaultArg } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
9
|
+
import { map as map_1, empty } from "../../../fable_modules/fable-library.4.5.0/List.js";
|
|
10
10
|
import { Option_mapDefault } from "../Helper.js";
|
|
11
|
-
import { map2 } from "../../../fable_modules/fable-library.4.
|
|
11
|
+
import { map2 } from "../../../fable_modules/fable-library.4.5.0/Array.js";
|
|
12
12
|
import { Update_updateOnlyByExistingAppend, Update_updateOnlyByExisting, Update_updateAppend } from "../Helper.js";
|
|
13
|
-
import { toFail } from "../../../fable_modules/fable-library.4.
|
|
13
|
+
import { toFail } from "../../../fable_modules/fable-library.4.5.0/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) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { choose, empty, length } from "../../../fable_modules/fable-library.4.
|
|
3
|
-
import { defaultArg } from "../../../fable_modules/fable-library.4.
|
|
4
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { choose, empty, length } from "../../../fable_modules/fable-library.4.5.0/List.js";
|
|
3
|
+
import { defaultArg } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
4
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
6
|
+
import { record_type, list_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
3
3
|
import { OntologyAnnotation, OntologyAnnotation_$reflection } from "./OntologyAnnotation.js";
|
|
4
|
-
import { bind, map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.
|
|
4
|
+
import { bind, map, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.5.0/Option.js";
|
|
5
5
|
import { Option_fromValueWithDefault } from "../Helper.js";
|
|
6
6
|
|
|
7
7
|
export class MaterialAttribute extends Record {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../../fable_modules/fable-library.4.
|
|
2
|
-
import { bind, defaultArg, map } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { bind, defaultArg, map } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
4
|
+
import { record_type, option_type, string_type } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
8
|
-
import { printf, toText } from "../../../fable_modules/fable-library.4.
|
|
7
|
+
import { int32ToString } from "../../../fable_modules/fable-library.4.5.0/Util.js";
|
|
8
|
+
import { printf, toText } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
2
|
-
import { union_type } from "../../../fable_modules/fable-library.4.
|
|
1
|
+
import { Union } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
2
|
+
import { union_type } from "../../../fable_modules/fable-library.4.5.0/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
|
+
import { value as value_4, map, defaultArg, bind, unwrap } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
3
|
+
import { equals, stringHash, int32ToString } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
6
|
-
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.
|
|
7
|
-
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.
|
|
5
|
+
import { filter, map as map_1, singleton, append, exists, tryFind } from "../../../fable_modules/fable-library.4.5.0/List.js";
|
|
6
|
+
import { record_type, array_type, option_type, string_type, getRecordFields, makeRecord } from "../../../fable_modules/fable-library.4.5.0/Reflection.js";
|
|
7
|
+
import { map as map_2, map2 } from "../../../fable_modules/fable-library.4.5.0/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.
|
|
10
|
+
import { Record, toString } from "../../../fable_modules/fable-library.4.5.0/Types.js";
|
|
11
11
|
import { Comment$_$reflection } from "./Comment.js";
|
|
12
12
|
|
|
13
13
|
export class OntologyAnnotation extends Record {
|