From a7611739e08f80d55565e4f25e5cfa90dc1f8e71 Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Thu, 7 Jan 2021 23:55:14 +0100 Subject: made minimal_metadata_example.yaml and maximum_metadata_example.yaml valid --- example/maximum_metadata_example.yaml | 3 ++- example/minimal_metadata_example.yaml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/example/maximum_metadata_example.yaml b/example/maximum_metadata_example.yaml index 8bc08de..9c349ce 100644 --- a/example/maximum_metadata_example.yaml +++ b/example/maximum_metadata_example.yaml @@ -1,7 +1,7 @@ id: placeholder license: - license_type: http://creativecommons.org/licenses/by/4.0/ + license_type: https://creativecommons.org/licenses/by/4.0/ title: "Sample" attribution_name: "John doe, Joe Boe, Jonny Oe" attribution_url: http://covid19.genenetwork.org/id @@ -34,6 +34,7 @@ virus: virus_strain: SARS-CoV-2/human/CHN/HS_8/2020 technology: + assembly_method: "http://purl.obolibrary.org/obo/GENEPIO_0001628" sample_sequencing_technology: [http://www.ebi.ac.uk/efo/EFO_0009173,http://www.ebi.ac.uk/efo/EFO_0009173] alignment_protocol: Protocol used for assembly sequencing_coverage: [70.0, 100.0] diff --git a/example/minimal_metadata_example.yaml b/example/minimal_metadata_example.yaml index 1b46cc7..c79a6f9 100644 --- a/example/minimal_metadata_example.yaml +++ b/example/minimal_metadata_example.yaml @@ -2,7 +2,9 @@ id: placeholder license: - license_type: http://creativecommons.org/licenses/by/4.0/ + license_type: https://creativecommons.org/licenses/by/4.0/ + attribution_url: https://www.uthsc.edu/medicine/molecular-sciences/faculty-directory/jonsson.php + host: host_species: http://purl.obolibrary.org/obo/NCBITaxon_9606 @@ -16,7 +18,9 @@ virus: virus_species: http://purl.obolibrary.org/obo/NCBITaxon_2697049 technology: + assembly_method: "http://purl.obolibrary.org/obo/GENEPIO_0001628" sample_sequencing_technology: [http://www.ebi.ac.uk/efo/EFO_0008632] + submitter: authors: [John Doe] -- cgit v1.2.3