@nfdi4plants/arcquerymodel
v3.0.0-alpha.2
Published
Top level ARC DataModel and API function descriptions.
Downloads
93
Keywords
Readme
ARCtrl.Querymodel
[!NOTE]
Filesystem Access has been implemented in ARCtrl since v2.3.0, even transpilable to JS and Python. ARCtrl.NET is therefore deprecated and this repository hosts only ARCtrl.Querymodel.
Adds querying functionality to the core ARCtrl package in .NET.
The documentation for the actual functions for manipulating the ARC datamodel can be found here.
Usage
open ARCtrl
open ARCtrl.QueryModel
open ARCtrl.ISA
let i = ArcInvestigation("Dummy Investigation")
i.ArcTables.Values().WithName("Dummy Header").First.ValueText
i.GetAssay("Dummy Assay").LastSamplesDevelopment
Requirements
- .NET SDK
- verify with
dotnet --version(Tested with 7.0.306)
- verify with
Local Setup
Setup dotnet tools
dotnet tool restoreVerify correct setup with
./build.cmd runtests✨
