about summary refs log tree commit diff
path: root/example
diff options
context:
space:
mode:
authorlltommy2020-04-10 15:39:56 +0200
committerlltommy2020-04-10 15:39:56 +0200
commitddabd9390d2b221786ef58a6d85200eecf82ca2f (patch)
tree63a08c1b8ac7330303d193211b38dced3cb7e168 /example
parentff3007e42b5a8a866de9f6c3e2864854cd8c822f (diff)
downloadbh20-seq-resource-ddabd9390d2b221786ef58a6d85200eecf82ca2f.tar.gz
bh20-seq-resource-ddabd9390d2b221786ef58a6d85200eecf82ca2f.tar.lz
bh20-seq-resource-ddabd9390d2b221786ef58a6d85200eecf82ca2f.zip
Updating schema and examples, including URIs
Diffstat (limited to 'example')
-rw-r--r--example/metadata.yaml4
-rw-r--r--example/minimal_example.yaml6
2 files changed, 9 insertions, 1 deletions
diff --git a/example/metadata.yaml b/example/metadata.yaml
index 41ff93e..a2f6e57 100644
--- a/example/metadata.yaml
+++ b/example/metadata.yaml
@@ -1,3 +1,5 @@
+submission: publicSequenceResource
+
 host:
     host_id: XX1
     host_species: string
@@ -10,6 +12,7 @@ host:
     additional_host_information: string
 
 sample:
+    sample_id: XXX
     collector_name: XXX
     collecting_institution: XXX
     specimen_source: XXX
@@ -36,3 +39,4 @@ submitter:
     submitter_sample_id: string
     authors: testAuthor
     submitter_id: X12
+    submitter_date: Subdate
diff --git a/example/minimal_example.yaml b/example/minimal_example.yaml
index 201b080..f312ab7 100644
--- a/example/minimal_example.yaml
+++ b/example/minimal_example.yaml
@@ -1,8 +1,11 @@
+submission: publicSequenceResource
+
 host:
     host_id: XX
     host_species: string
 
 sample:
+    sample_id: XXX
     collector_name: XXX
     collecting_institution: XXX
 
@@ -11,4 +14,5 @@ technology:
 
 submitter:
     submitter_name: tester
-    originating_lab: testLab
\ No newline at end of file
+    originating_lab: testLab
+    submitter_date: Subdate
\ No newline at end of file