diff options
author | Pjotr Prins | 2020-05-06 09:03:08 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-06 09:03:08 -0500 |
commit | 0031e778ee1ad8b934411da5082fcb3115646e67 (patch) | |
tree | be17fb9aff6351e967a9210cd4c58a60ad55a382 /example/minimal_metadata_example.yaml | |
parent | 7d7af6cde75d09da7a05cf5bc05ef2556c3aea92 (diff) | |
parent | b6d846b5de6c67b28adab1fa520953115a1a1e30 (diff) | |
download | bh20-seq-resource-0031e778ee1ad8b934411da5082fcb3115646e67.tar.gz bh20-seq-resource-0031e778ee1ad8b934411da5082fcb3115646e67.tar.lz bh20-seq-resource-0031e778ee1ad8b934411da5082fcb3115646e67.zip |
Merge branch 'master' of github.com:arvados/bh20-seq-resource
Diffstat (limited to 'example/minimal_metadata_example.yaml')
-rw-r--r-- | example/minimal_metadata_example.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/example/minimal_metadata_example.yaml b/example/minimal_metadata_example.yaml new file mode 100644 index 0000000..51f8a87 --- /dev/null +++ b/example/minimal_metadata_example.yaml @@ -0,0 +1,18 @@ +id: placeholder + +host: + host_species: http://purl.obolibrary.org/obo/NCBITaxon_9606 + +sample: + sample_id: XX + collection_date: "2020-01-01" + collection_location: http://www.wikidata.org/entity/Q148 + +virus: + virus_species: http://purl.obolibrary.org/obo/NCBITaxon_2697049 + +technology: + sample_sequencing_technology: [http://www.ebi.ac.uk/efo/EFO_0008632] + +submitter: + authors: [John Doe]
\ No newline at end of file |