ISADotNet 0.2.0
See the version list below for details.
dotnet add package ISADotNet --version 0.2.0
NuGet\Install-Package ISADotNet -Version 0.2.0
<PackageReference Include="ISADotNet" Version="0.2.0" />
paket add ISADotNet --version 0.2.0
#r "nuget: ISADotNet, 0.2.0"
// Install ISADotNet as a Cake Addin
#addin nuget:?package=ISADotNet&version=0.2.0
// Install ISADotNet as a Cake Tool
#tool nuget:?package=ISADotNet&version=0.2.0
ISA compliant experimental metadata toolkit in F#. This project is meant as an easy means to open, manipulate and save ISA (Investigation,Study,Assay) metadata files in the dotnet environment.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- FSharp.Core (>= 5.0.1)
- FSharp.SystemTextJson (>= 0.16.6)
- System.Text.Encodings.Web (>= 5.0.0)
- System.Text.Json (>= 5.0.1)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on ISADotNet:
Package | Downloads |
---|---|
ISADotNet.XLSX
Excel File IO methods for ISA compliant experimental metadata toolkit in F#. The underlying datamodel can be directly read from and written to ISA-Json and ISA-Excel (ISATab format) files. |
|
ISADotNet.Viz
Visualization extensions for ISA compliant experimental metadata toolkit in F#. This project helps visualize the experimental workflow described in the experiment metadata. |
|
BIO-BTE-06-L-7_Aux
Auxiliary functions for the course BIO-BTE-06-L-7 |
|
ISADotNet.QueryModel
Querying extensions for the ISA compliant experimental metadata toolkit in F#. This project is meant to allow easy, integrative and ontology guided access to experimental metadata. |
|
ISADotNet.Validation
Validation functions for ISA compliant experimental metadata in F#. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.7.0-preview.6 | 0 | 2/7/2023 |
0.7.0-preview.5 | 54 | 1/26/2023 |
0.7.0-preview.4 | 53 | 1/8/2023 |
0.7.0-preview.3 | 57 | 1/5/2023 |
0.7.0-preview.2 | 61 | 12/14/2022 |
0.7.0-preview.1 | 46 | 12/12/2022 |
0.6.1 | 331 | 12/7/2022 |
0.6.0 | 708 | 9/7/2022 |
0.6.0-preview.6 | 52 | 9/6/2022 |
0.6.0-preview.5 | 73 | 8/3/2022 |
0.6.0-preview.4 | 74 | 8/2/2022 |
0.6.0-preview.3 | 80 | 8/2/2022 |
0.6.0-preview.2 | 71 | 8/1/2022 |
0.6.0-preview.1 | 77 | 7/19/2022 |
0.5.4 | 735 | 7/12/2022 |
0.5.3 | 713 | 6/29/2022 |
0.5.2 | 581 | 6/24/2022 |
0.5.1 | 563 | 6/15/2022 |
0.5.0 | 535 | 6/15/2022 |
0.4.0-preview.5 | 383 | 3/19/2022 |
0.4.0-preview.4 | 371 | 11/19/2021 |
0.4.0-preview.3 | 196 | 11/8/2021 |
0.4.0-preview.2 | 113 | 11/3/2021 |
0.4.0-preview.1 | 150 | 10/22/2021 |
0.3.3-preview.5 | 116 | 10/11/2021 |
0.3.3-preview.4 | 161 | 9/12/2021 |
0.3.3-preview.3 | 155 | 9/11/2021 |
0.3.3-preview.2 | 130 | 9/10/2021 |
0.3.3-preview.1 | 158 | 9/10/2021 |
0.2.6 | 377 | 8/25/2021 |
0.2.5 | 406 | 3/25/2021 |
0.2.4 | 444 | 3/24/2021 |
0.2.3 | 850 | 3/23/2021 |
0.2.2 | 442 | 3/22/2021 |
0.2.1 | 388 | 3/22/2021 |
0.2.0 | 448 | 3/7/2021 |
0.1.1 | 352 | 2/17/2021 |
0.1.0 | 377 | 2/8/2021 |
0.0.4 | 384 | 2/3/2021 |
0.0.3 | 384 | 1/31/2021 |
0.0.2 | 413 | 1/21/2021 |
0.0.1 | 722 | 1/20/2021 |
Additions:
latest commit #1c7c8c6
Add ISAXlsx Assay File Reader
add assay file io tests
add swate customXml parsing
comment Assay File IO functions and modules
add sample alignment to assay file reader
add protocol splitting to assay file reader
tidy up ISADotNet.XLSX library structure
add UpdateByExistingAppendLists option to record type updater
add assay file reader
add assayFile MetaDataReader and tests
add assayfile process parsing functions
add additional assay file column parsers
add assay file parameter reading
Bugfixes:
fix assay file parameter values being parsed incorrectly
fix AssayFileReader switching table headers