You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: json-schema-autogen/library_generation.json
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2093,6 +2093,16 @@
2093
2093
"string",
2094
2094
"null"
2095
2095
]
2096
+
},
2097
+
"xref": {
2098
+
"description": "A database cross reference or alternative identifier for a NamedThing or edge between two NamedThings. This property should point to a database record or webpage that supports the existence of the edge, or gives more detail about the edge. This property can be used on a node or edge to provide multiple URIs or CURIE cross references.",
2099
+
"items": {
2100
+
"type": "string"
2101
+
},
2102
+
"type": [
2103
+
"array",
2104
+
"null"
2105
+
]
2096
2106
}
2097
2107
},
2098
2108
"required": [
@@ -3691,13 +3701,6 @@
3691
3701
"null"
3692
3702
]
3693
3703
},
3694
-
"local_tube_id": {
3695
-
"description": "Library Pool Tube local name. Label of the tube containing the library pool, which is made up of multiple library_aliquots. This is a Library Lab local tube name, before the pool is aliquoted to the Seq Core provided tube 'Library Pool Tube Name'.",
3696
-
"type": [
3697
-
"string",
3698
-
"null"
3699
-
]
3700
-
},
3701
3704
"name": {
3702
3705
"description": "Library lab's library pool name. For some labs this may be the same as \"Libray pool tube local name\". Other labs distinguish between the local tube label of the library pool and the library pool name provided to SeqCore for tracking. Local Pool Name is used to communicate sequencing status between SeqCore and Library Labs.",
3703
3706
"type": [
@@ -3725,6 +3728,13 @@
3725
3728
"null"
3726
3729
]
3727
3730
},
3731
+
"tube_internal_label": {
3732
+
"description": "Library Pool Tube local name. Label of the tube containing the library pool, which is made up of multiple library_aliquots. This is a Library Lab local tube name, before the pool is aliquoted to the Seq Core provided tube 'Library Pool Tube Name'.",
0 commit comments