Skip to content

Commit

Permalink
Add Oxford Nanopore (#411)
Browse files Browse the repository at this point in the history
* Add Oxford Nanopore

* Rebuild NF.jsonld, json

* Add prep kit

* Rebuild NF.jsonld, json

---------

Co-authored-by: nf-osi[bot] <nf-osi@sagebionetworks.org>
  • Loading branch information
anngvu and nfosi-service authored Mar 20, 2024
1 parent b27fad3 commit 8a7e811
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
39 changes: 39 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -4945,6 +4945,8 @@
"@id" : "bts:TruSeq"
}, {
"@id" : "bts:TruSeqstandardtotalRNAlibrarykit"
}, {
"@id" : "bts:OxfordNanoporeDirectRNASequencingKit"
}, {
"@id" : "bts:unknown"
} ],
Expand Down Expand Up @@ -9623,6 +9625,10 @@
"@id" : "bts:VarioskanLUX"
}, {
"@id" : "bts:Panorama1.0T"
}, {
"@id" : "bts:OxfordNanopore"
}, {
"@id" : "bts:OtherPlatform"
}, {
"@id" : "bts:NotApplicable"
} ],
Expand Down Expand Up @@ -9685,6 +9691,17 @@
},
"sms:displayName" : "sNF94.3",
"sms:required" : "sms:false"
}, {
"@id" : "bts:OtherPlatform",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "OtherPlatform",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "Other Platform",
"sms:required" : "sms:false"
}, {
"@id" : "bts:unilateral",
"@type" : "rdfs:Class",
Expand Down Expand Up @@ -18507,6 +18524,17 @@
},
"sms:displayName" : "University of South Dakota",
"sms:required" : "sms:false"
}, {
"@id" : "bts:OxfordNanopore",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "OxfordNanopore",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "Oxford Nanopore",
"sms:required" : "sms:false"
}, {
"@id" : "bts:EnVision2103MultiplateReader",
"@type" : "rdfs:Class",
Expand Down Expand Up @@ -22808,6 +22836,17 @@
},
"sms:displayName" : "jpg",
"sms:required" : "sms:false"
}, {
"@id" : "bts:OxfordNanoporeDirectRNASequencingKit",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "OxfordNanoporeDirectRNASequencingKit",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "Oxford Nanopore Direct RNA Sequencing Kit",
"sms:required" : "sms:false"
}, {
"@id" : "bts:GermlineVariants",
"@type" : "rdfs:Class",
Expand Down
3 changes: 3 additions & 0 deletions modules/Assay/Parameter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ enums:
TruSeq standard total RNA library kit:
description: ''
source: https://www.illumina.com/products/by-type/sequencing-kits/library-prep-kits/truseq-stranded-total-rna.html
Oxford Nanopore Direct RNA Sequencing Kit:
description: Vendor catalog SQK-RNA004.
source: https://store.nanoporetech.com/us/sequencing-kits.html
unknown:
description: information not provided
MRISequenceEnum:
Expand Down
4 changes: 4 additions & 0 deletions modules/Assay/Platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,9 @@ enums:
source: https://www.thermofisher.com/us/en/home/life-science/lab-equipment/microplate-instruments/plate-readers/models/varioskan.html
Panorama 1.0T:
description: A conventional MRI scanner from Philips.
Oxford Nanopore:
description: Nanopore sequencing allows a much larger read length range, with easy prep from native or amplified DNA and RNA.
source: https://nanoporetech.com/platform
Other Platform:
Not Applicable:
description: ''

0 comments on commit 8a7e811

Please sign in to comment.