| Version | Downloads |
|---|---|
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✨