Skip to content

Commit

Permalink
Merge pull request #477 from nf-osi/allaway-patch-5
Browse files Browse the repository at this point in the history
Update Platform.yaml
  • Loading branch information
anngvu authored Jul 12, 2024
2 parents bd76cfb + f401dea commit 04c4da9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
40 changes: 40 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -31798,6 +31798,12 @@
{
"@id": "bts:IlluminaNovaSeq6000"
},
{
"@id": "bts:IlluminaNovaSeqX"
},
{
"@id": "bts:IlluminaNovaSeqXPlus"
},
{
"@id": "bts:IlluminaOmni2pt5M"
},
Expand Down Expand Up @@ -32807,6 +32813,40 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:IlluminaNovaSeqX",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "IlluminaNovaSeqX",
"rdfs:subClassOf": [
{
"@id": "bts:Platform"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Illumina NovaSeq X",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:IlluminaNovaSeqXPlus",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "IlluminaNovaSeqXPlus",
"rdfs:subClassOf": [
{
"@id": "bts:Platform"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Illumina NovaSeq X Plus",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:IlluminaOmni2pt5M",
"@type": "rdfs:Class",
Expand Down
6 changes: 6 additions & 0 deletions modules/Assay/Platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ enums:
Illumina NovaSeq 6000:
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.
meaning: http://purl.obolibrary.org/obo/OBI_0002630
Illumina NovaSeq X:
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.
meaning: https://www.illumina.com/systems/sequencing-platforms/novaseq-x-plus.html
Illumina NovaSeq X Plus:
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.
meaning: https://www.illumina.com/systems/sequencing-platforms/novaseq-x-plus.html
Illumina Omni2pt5M:
description: ''
Illumina Omni5M:
Expand Down

0 comments on commit 04c4da9

Please sign in to comment.