diff options
author | lltommy | 2020-04-19 20:12:21 +0200 |
---|---|---|
committer | lltommy | 2020-04-19 20:12:21 +0200 |
commit | 8f97a0e0d8d2d7e32c396d3b9881d770e58ab832 (patch) | |
tree | b71a2a1d17ea90338a22b2fff4cd2a4cdbda7d3b /example/minimal_example.yaml | |
parent | 47666ab547da0c2fbdc2026f955d7d7b615d11fb (diff) | |
download | bh20-seq-resource-8f97a0e0d8d2d7e32c396d3b9881d770e58ab832.tar.gz bh20-seq-resource-8f97a0e0d8d2d7e32c396d3b9881d770e58ab832.tar.lz bh20-seq-resource-8f97a0e0d8d2d7e32c396d3b9881d770e58ab832.zip |
small updates to the yaml schema, updating the example files
Diffstat (limited to 'example/minimal_example.yaml')
-rw-r--r-- | example/minimal_example.yaml | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/example/minimal_example.yaml b/example/minimal_example.yaml index 0080c6d..f4118d1 100644 --- a/example/minimal_example.yaml +++ b/example/minimal_example.yaml @@ -1,21 +1,20 @@ id: placeholder host: - host_id: XX + host_id: XX1 host_species: http://purl.obolibrary.org/obo/NCBITaxon_9606 - host_sex: http://purl.obolibrary.org/obo/NCIT_C20197 sample: - sample_id: XXX - collector_name: XXX - collecting_institution: XXX + sample_id: XX + collector_name: John Doe + collecting_institution: Doe university virus: virus_species: http://purl.obolibrary.org/obo/NCBITaxon_2697049 technology: - sample_sequencing_technology: XX + sample_sequencing_technology: http://www.ebi.ac.uk/efo/EFO_0008632 submitter: - submitter_name: tester - originating_lab: testLab
\ No newline at end of file + submitter_name: John Doe + originating_lab: John Doe's kitchen
\ No newline at end of file |