diff options
author | lltommy | 2020-04-28 20:43:03 +0200 |
---|---|---|
committer | lltommy | 2020-04-28 20:43:03 +0200 |
commit | f795744116a9e86ab2a5c5e78761162e9d4ff7e0 (patch) | |
tree | 4f27574a20cb657f9c906041011a1220176480fd | |
parent | 6032a373003affa641ca1e70a44c29a232b5b3ed (diff) | |
download | bh20-seq-resource-f795744116a9e86ab2a5c5e78761162e9d4ff7e0.tar.gz bh20-seq-resource-f795744116a9e86ab2a5c5e78761162e9d4ff7e0.tar.lz bh20-seq-resource-f795744116a9e86ab2a5c5e78761162e9d4ff7e0.zip |
Adding field 'publication' to the maximum example
-rw-r--r-- | example/maximum_metadata_example.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/maximum_metadata_example.yaml b/example/maximum_metadata_example.yaml index 0a6d910..260e4e4 100644 --- a/example/maximum_metadata_example.yaml +++ b/example/maximum_metadata_example.yaml @@ -33,12 +33,13 @@ technology: additional_technology_information: Optional free text field for addtional information submitter: + authors: [John Doe, Joe Boe, Jonny Oe] submitter_name: [John Doe] submitter_address: John Doe's adress originating_lab: John Doe kitchen lab_address: John Doe's address provider_sample_id: XXX1 submitter_sample_id: XXX2 - authors: [John Doe, Joe Boe, Jonny Oe] + publication: PMID00001113 submitter_orcid: [https://orcid.org/0000-0000-0000-0000,https://orcid.org/0000-0000-0000-0001] additional_submitter_information: Optional free text field for addtional information
\ No newline at end of file |