Skip to content

Commit

Permalink
v1.0.0 - Change "array" by "object" in SPOT descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
M-casado committed Aug 9, 2024
1 parent 8bf07d6 commit 22a4a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/EGA.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
]
},
"SpotDescriptorType": {
"type": "array",
"type": "object",
"title": "Spot descriptor",
"description": "The 'SpotDescriptorType' specifies how to decode the individual reads of interest from the monolithic spot sequence. The spot descriptor contains aspects of the experimental design, platform, and processing information. There will be two methods of specification: one will be an index into a table of typical decodings, the other being an exact specification. This construct is needed for loading data and for interpreting the loaded sequencing assays. It can be omitted if the loader can infer read layout (from multiple input files or from one input files).",
"required": ["SPOT_DECODE_SPEC"],
Expand Down

0 comments on commit 22a4a06

Please sign in to comment.