Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Platform.yaml #477

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -31746,6 +31746,12 @@
{
"@id": "bts:IlluminaNovaSeq6000"
},
{
"@id": "bts:IlluminaNovaSeqX"
},
{
"@id": "bts:IlluminaNovaSeqXPlus"
},
{
"@id": "bts:IlluminaOmni2pt5M"
},
Expand Down Expand Up @@ -32755,6 +32761,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
Loading