Skip to content

This library contains reader functions to interact with the different formats present in an ARC

License

Notifications You must be signed in to change notification settings

nfdi4plants/ARCtrl.Querymodel

Repository files navigation

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

About

This library contains reader functions to interact with the different formats present in an ARC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages