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.
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").LastSamples
- .NET SDK
- verify with
dotnet --version
(Tested with 7.0.306)
- verify with
-
Setup dotnet tools
dotnet tool restore
-
Verify correct setup with
./build.cmd runtests
✨