Skip to content

Commit

Permalink
Add test data annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
lkuchenb committed May 14, 2024
1 parent f4d6fc1 commit 14f40b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ resources:
format: FASTQ
checksum: 1a5ac10ab42911dc0224172c118a326d9a4c03969112a2f3eb1ad971e96e92b8
size: 12321
additional_information:
additional_information: # <-
compression: false
file_b:
content:
filename: file_b.fastq
format: FASTQ
checksum: 2b5ac10ab42911dc0224172c118a326d9a4c03969112a2f3eb1ad971e96e92c9
size: 12314
additional_information:
additional_information: # <-
compression: false
file_c:
content:
filename: file_c.fastq
format: FASTQ
checksum: a9c24870071da03f78515e6197048f3a2172e90e597e9250cd01a0cb8f0986ed
size: 12123
additional_information:
additional_information: # <-
compression: false
Dataset:
dataset_1:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# a more advanced schemapack:
schemapack: 0.3.0
classes:
File:
id:
propertyName: alias
content: { # <-
content: {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "A file is an object that contains information generated from a process, either an Experiment or an Analysis.",
Expand All @@ -21,7 +20,7 @@ classes:
"size": {
"type": "integer"
},
"additional_information": {
"additional_information": { # <-
"type": "object",
"additionalProperties": false,
"properties": {
Expand Down

0 comments on commit 14f40b9

Please sign in to comment.