From 25a1132170315d1d949cdb7be2dbb0e9dd5ebc02 Mon Sep 17 00:00:00 2001 From: Adam Taylor Date: Thu, 28 Sep 2023 09:25:53 +0000 Subject: [PATCH 1/2] Split Seq Sat & MapQ30 with comma --- HTAN.model.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HTAN.model.csv b/HTAN.model.csv index b9e74fd9..09fe23a6 100644 --- a/HTAN.model.csv +++ b/HTAN.model.csv @@ -135,7 +135,7 @@ Positive norm factor,The Positive Control Normalization factor calculated using Surface area,Surface area of the ROI in square microns (µm2),,,,TRUE,"NanoString GeoMx DSP ROI RCC Segment Annotation Metadata, NanoString GeoMx DSP ROI DCC Segment Annotation Metadata",,, Nuclei count,Number of nuclei detected in the segment (if applicable),,,,TRUE,"NanoString GeoMx DSP ROI RCC Segment Annotation Metadata, NanoString GeoMx DSP ROI DCC Segment Annotation Metadata",,, Tissue Stain,e.g. CD45 or PanCK (if masking was performed),,,,FALSE,NanoString GeoMx DSP ROI RCC Segment Annotation Metadata,,, -NanoString GeoMx DSP ROI DCC Segment Annotation Metadata,GeoMx ROI and Segment Metadata Attributes. The assayed biospecimen should be reported one per row with the associated ROI coordinates. ,,"HTAN Parent Biospecimen ID, Scan name, Slide name, ROI name, Segment name, ROI X Coordinate,ROI Y Coordinate, Tags, Scan Height, Scan Width, Scan Offset X, Scan Offset Y, Surface area, Nuclei count, Sequencing Saturation MapQ30, Raw reads, Stitched reads, Aligned reads, Deduplicated reads, In Situ Negative median, Biological probe median",,FALSE,Assay,,, +NanoString GeoMx DSP ROI DCC Segment Annotation Metadata,GeoMx ROI and Segment Metadata Attributes. The assayed biospecimen should be reported one per row with the associated ROI coordinates. ,,"HTAN Parent Biospecimen ID, Scan name, Slide name, ROI name, Segment name, ROI X Coordinate,ROI Y Coordinate, Tags, Scan Height, Scan Width, Scan Offset X, Scan Offset Y, Surface area, Nuclei count, Sequencing Saturation, MapQ30, Raw reads, Stitched reads, Aligned reads, Deduplicated reads, In Situ Negative median, Biological probe median",,FALSE,Assay,,, Slide name,"Similar to a Run ID, the slide name indicates the slide a given ROI is linked to (as reported in Segment Summary).",,,,FALSE,NanoString GeoMx DSP ROI DCC Segment Annotation Metadata,,, Raw reads,Reads not yet analyzed in any way to be used for data analysis. The number of reads that pass filter from the flow cell represented in the FASTQ file. ,,,,FALSE,NanoString GeoMx DSP ROI DCC Segment Annotation Metadata,,, Stitched reads,"Represents consensus from the overlapping sequence of read 1 and 2. This is a % of the aligned reads that were overlapped and consensus confirmed, usually upward of 80% but less in terms of number of reads than aligned reads",,,,FALSE,NanoString GeoMx DSP ROI DCC Segment Annotation Metadata,,, From 39ea488fe5d46cbc88b9d2df2afdc423a232dcc8 Mon Sep 17 00:00:00 2001 From: adamjtaylor Date: Thu, 28 Sep 2023 09:37:54 +0000 Subject: [PATCH 2/2] GitHub Action: convert *.model.csv to *.model.jsonld --- HTAN.model.jsonld | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/HTAN.model.jsonld b/HTAN.model.jsonld index 332652ac..51fce5bd 100644 --- a/HTAN.model.jsonld +++ b/HTAN.model.jsonld @@ -9650,7 +9650,10 @@ "@id": "bts:Nucleicount" }, { - "@id": "bts:SequencingSaturationMapQ30" + "@id": "bts:SequencingSaturation" + }, + { + "@id": "bts:MapQ30" }, { "@id": "bts:Rawreads" @@ -52764,23 +52767,6 @@ "sms:required": "sms:false", "sms:validationRules": [] }, - { - "@id": "bts:SequencingSaturationMapQ30", - "@type": "rdfs:Class", - "rdfs:comment": "TBD", - "rdfs:label": "SequencingSaturationMapQ30", - "rdfs:subClassOf": [ - { - "@id": "bts:NanoStringGeoMxDSPROIDCCSegmentAnnotationMetadata" - } - ], - "schema:isPartOf": { - "@id": "http://schema.biothings.io" - }, - "sms:displayName": "Sequencing Saturation MapQ30", - "sms:required": "sms:false", - "sms:validationRules": [] - }, { "@id": "bts:Yes", "@type": "rdfs:Class",