-
Notifications
You must be signed in to change notification settings - Fork 2
/
terms.fsx
32 lines (25 loc) · 1.53 KB
/
terms.fsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//open System.IO
//open System.Collections.Generic
#r "nuget: DocumentFormat.OpenXml"
#r "nuget: FSharpAux"
#r "nuget: FsSpreadsheet.ExcelIO"
#r "nuget: FSharp.FGL.ArrayAdjacencyGraph"
open DocumentFormat.OpenXml
open FSharpAux
open FsSpreadsheet
open FSharp.FGL
open FSharp.FGL.ArrayAdjacencyGraph
#I @"src\ArcGraphModel\bin\Release\net6.0"
#r "ArcGraphModel.dll"
open ArcGraphModel
module Terms =
let protocol : CvTerm = "ARC_00000150", "Protocol", ""
let processs : CvTerm = "ARC_00000150", "Process", ""
let version : CvTerm = "ARC_00000150", "Version", ""
let description : CvTerm = "ARC_00000150", "Description", ""
let identifyingName : CvTerm = "ARC_00000150", "IdentifyingName", ""
let assay : CvTerm = "ARC_00000150", "Assay", ""
let assayMeasurementType : CvTerm = "ARC_1a2d506f_b67d_4f60_adb5_410418a287c8", "AssayMeasurementType", ""
let assayTechnologyType : CvTerm = "ARC_c68a2f6a_45d3_43c2_b7c9_aecf452675fd", "AssayTechnologyType", ""
let sample : CvTerm = "ARC_00002133", "Sample", ""
let data : CvTerm = "ARC_00002134", "Data", ""