From 174374951d83f6137d4cc5a77c40b364571d61fc Mon Sep 17 00:00:00 2001 From: Christina Conrad <114612268+cconrad8@users.noreply.github.com> Date: Wed, 28 Aug 2024 11:27:11 -0400 Subject: [PATCH 1/2] Update Platform.yaml --- modules/Assay/Platform.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/Assay/Platform.yaml b/modules/Assay/Platform.yaml index 3535664d..7307c321 100644 --- a/modules/Assay/Platform.yaml +++ b/modules/Assay/Platform.yaml @@ -2,6 +2,9 @@ enums: PlatformEnum: permissible_values: + 7T Bruker Biospec: + description: A preclinical MRI system designed for advanced imaging of small animals + meaning: https://www.bruker.com/en/products-and-solutions/preclinical-imaging/mri/biospec-maxwell.html 10x Visium Spatial Gene Expression: description: '10x Genomics product that includes special slides, reagents and technology to allow whole transcriptome profiling with morphological (spatial) context in FFPE or fresh-frozen tissues. Vendor ref: https://www.10xgenomics.com/products/spatial-gene-expression' meaning: http://www.ebi.ac.uk/efo/EFO_0010961 From 82a1e1e58d22da0b3451c11f618209e3be2f8630 Mon Sep 17 00:00:00 2001 From: "nf-osi[bot]" Date: Wed, 28 Aug 2024 15:29:28 +0000 Subject: [PATCH 2/2] Rebuild NF.jsonld, json --- NF.jsonld | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/NF.jsonld b/NF.jsonld index 43d17877..af0221ff 100644 --- a/NF.jsonld +++ b/NF.jsonld @@ -4674,6 +4674,9 @@ "@id": "http://schema.biothings.io" }, "schema:rangeIncludes": [ + { + "@id": "bts:7TBrukerBiospec" + }, { "@id": "bts:10xVisiumSpatialGeneExpression" }, @@ -36615,6 +36618,23 @@ "sms:required": "sms:false", "sms:validationRules": [] }, + { + "@id": "bts:7TBrukerBiospec", + "@type": "rdfs:Class", + "rdfs:comment": "TBD", + "rdfs:label": "7TBrukerBiospec", + "rdfs:subClassOf": [ + { + "@id": "bts:Platform" + } + ], + "schema:isPartOf": { + "@id": "http://schema.biothings.io" + }, + "sms:displayName": "7T Bruker Biospec", + "sms:required": "sms:false", + "sms:validationRules": [] + }, { "@id": "bts:10xVisiumSpatialGeneExpression", "@type": "rdfs:Class",