diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/metadata.json | 0 | ||||
-rw-r--r-- | example/metadata.yaml | 38 | ||||
-rw-r--r-- | example/minimal_example.yaml | 14 |
3 files changed, 52 insertions, 0 deletions
diff --git a/example/metadata.json b/example/metadata.json deleted file mode 100644 index e69de29..0000000 --- a/example/metadata.json +++ /dev/null diff --git a/example/metadata.yaml b/example/metadata.yaml new file mode 100644 index 0000000..41ff93e --- /dev/null +++ b/example/metadata.yaml @@ -0,0 +1,38 @@ +host: + host_id: XX1 + host_species: string + host_common_name: string + host_sex: string + host_age: 20 + host_age_unit: string + host_health_status: string + host_treatment: string + additional_host_information: string + +sample: + collector_name: XXX + collecting_institution: XXX + specimen_source: XXX + collection_date: XXX + collection_location: XXX + sample_storage_conditions: XXX + additional_collection_information: XXX + +virus: + virus_species: XX + virus_strain: XX + +technology: + sample_sequencing_technology: XX + sequence_assembly_method: XX + sequencing_coverage: 70x + +submitter: + submitter_name: tester + submitter_address: testerAdd + originating_lab: testLab + lab_address: labAdd + provider_sample_id: string + submitter_sample_id: string + authors: testAuthor + submitter_id: X12 diff --git a/example/minimal_example.yaml b/example/minimal_example.yaml new file mode 100644 index 0000000..201b080 --- /dev/null +++ b/example/minimal_example.yaml @@ -0,0 +1,14 @@ +host: + host_id: XX + host_species: string + +sample: + collector_name: XXX + collecting_institution: XXX + +technology: + sample_sequencing_technology: XX + +submitter: + submitter_name: tester + originating_lab: testLab
\ No newline at end of file |