diff --git a/instances/latest/contentTypes/text_x-fastq.jsonld b/instances/latest/contentTypes/text_x-fastq.jsonld index 9b015dd48c..33ab58d0b9 100644 --- a/instances/latest/contentTypes/text_x-fastq.jsonld +++ b/instances/latest/contentTypes/text_x-fastq.jsonld @@ -4,18 +4,20 @@ }, "@id": "https://openminds.om-i.org/instances/contentTypes/text_x-fastq", "@type": "https://openminds.om-i.org/types/ContentType", - "dataType": null, + "dataType": [ + { + "@id": "https://openminds.om-i.org/instances/dataType/table" + } + ], "definingSource": null, "description": "A text-based format for storing both a biological sequence (usually nucleotide sequence) and its corresponding quality scores.", - "displayLabel": null, + "displayLabel": "FASTQ Format", "fileExtension": [ - ".fg", - ".fg.gz" + ".fastq", + ".fq" ], "isBasedOn": null, "name": "text/x-fastq", - "specification": "https://en.wikipedia.org/wiki/FASTQ_format", - "synonym": [ - "FASTQ Format" - ] + "specification": "https://maq.sourceforge.net/fastq.shtml", + "synonym": null }