diff options
author | AndreaGuarracino | 2021-01-07 23:55:14 +0100 |
---|---|---|
committer | AndreaGuarracino | 2021-01-07 23:55:14 +0100 |
commit | a7611739e08f80d55565e4f25e5cfa90dc1f8e71 (patch) | |
tree | 30e1486f91c884d1949e9c06b2e07e3b94b95e74 /example | |
parent | 4d841d279b2bf73da2ba815d53863c7f2861c956 (diff) | |
download | bh20-seq-resource-a7611739e08f80d55565e4f25e5cfa90dc1f8e71.tar.gz bh20-seq-resource-a7611739e08f80d55565e4f25e5cfa90dc1f8e71.tar.lz bh20-seq-resource-a7611739e08f80d55565e4f25e5cfa90dc1f8e71.zip |
made minimal_metadata_example.yaml and maximum_metadata_example.yaml valid
Diffstat (limited to 'example')
-rw-r--r-- | example/maximum_metadata_example.yaml | 3 | ||||
-rw-r--r-- | 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] |