Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.13 KB

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.

Nuget

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").LastSamples

Development

Requirements

  • .NET SDK
    • verify with dotnet --version (Tested with 7.0.306)

Local Setup

  • Setup dotnet tools dotnet tool restore

  • Verify correct setup with ./build.cmd runtests