Skip to content

Commit 04c4da9

Browse files
authored
Merge pull request #477 from nf-osi/allaway-patch-5
Update Platform.yaml
2 parents bd76cfb + f401dea commit 04c4da9

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

NF.jsonld

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31798,6 +31798,12 @@
3179831798
{
3179931799
"@id": "bts:IlluminaNovaSeq6000"
3180031800
},
31801+
{
31802+
"@id": "bts:IlluminaNovaSeqX"
31803+
},
31804+
{
31805+
"@id": "bts:IlluminaNovaSeqXPlus"
31806+
},
3180131807
{
3180231808
"@id": "bts:IlluminaOmni2pt5M"
3180331809
},
@@ -32807,6 +32813,40 @@
3280732813
"sms:required": "sms:false",
3280832814
"sms:validationRules": []
3280932815
},
32816+
{
32817+
"@id": "bts:IlluminaNovaSeqX",
32818+
"@type": "rdfs:Class",
32819+
"rdfs:comment": "TBD",
32820+
"rdfs:label": "IlluminaNovaSeqX",
32821+
"rdfs:subClassOf": [
32822+
{
32823+
"@id": "bts:Platform"
32824+
}
32825+
],
32826+
"schema:isPartOf": {
32827+
"@id": "http://schema.biothings.io"
32828+
},
32829+
"sms:displayName": "Illumina NovaSeq X",
32830+
"sms:required": "sms:false",
32831+
"sms:validationRules": []
32832+
},
32833+
{
32834+
"@id": "bts:IlluminaNovaSeqXPlus",
32835+
"@type": "rdfs:Class",
32836+
"rdfs:comment": "TBD",
32837+
"rdfs:label": "IlluminaNovaSeqXPlus",
32838+
"rdfs:subClassOf": [
32839+
{
32840+
"@id": "bts:Platform"
32841+
}
32842+
],
32843+
"schema:isPartOf": {
32844+
"@id": "http://schema.biothings.io"
32845+
},
32846+
"sms:displayName": "Illumina NovaSeq X Plus",
32847+
"sms:required": "sms:false",
32848+
"sms:validationRules": []
32849+
},
3281032850
{
3281132851
"@id": "bts:IlluminaOmni2pt5M",
3281232852
"@type": "rdfs:Class",

modules/Assay/Platform.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ enums:
134134
Illumina NovaSeq 6000:
135135
description: A DNA sequencer which is manufactured by the Illumina corporation, with two flow cells and an output of up to 6000 Gb (32-40 reads per run). The sequencer utilizes synthesis technology and patterned flow cells to optimize throughput and even spacing of sequencing clusters.
136136
meaning: http://purl.obolibrary.org/obo/OBI_0002630
137+
Illumina NovaSeq X:
138+
description: A DNA sequencer which is manufactured by the Illumina corporation, with three flow cell types and up to 16 Tb output per run. Ultra-high-density flow cells and ultra-high-resolution optics enable output of up to 26 billion single reads per flow cell.
139+
meaning: https://www.illumina.com/systems/sequencing-platforms/novaseq-x-plus.html
140+
Illumina NovaSeq X Plus:
141+
description: A DNA sequencer which is manufactured by the Illumina corporation, with three flow cell types and up to 8 Tb outpet per run. Ultra-high-density flow cells and ultra-high-resolution optics enable output of up to 26 billion single reads per flow cell.
142+
meaning: https://www.illumina.com/systems/sequencing-platforms/novaseq-x-plus.html
137143
Illumina Omni2pt5M:
138144
description: ''
139145
Illumina Omni5M:

0 commit comments

Comments
 (0)