From ceb34edf0449cca328dfe8cf61277d7f05ea7cf9 Mon Sep 17 00:00:00 2001
From: lltommy
Date: Tue, 28 Apr 2020 22:09:37 +0200
Subject: Decision to settle for float instead of integers for the coverage

---
 example/maximum_metadata_example.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'example')

diff --git a/example/maximum_metadata_example.yaml b/example/maximum_metadata_example.yaml
index 260e4e4..0ba9ada 100644
--- a/example/maximum_metadata_example.yaml
+++ b/example/maximum_metadata_example.yaml
@@ -29,7 +29,7 @@ virus:
 technology:
     sample_sequencing_technology: [http://www.ebi.ac.uk/efo/EFO_0009173,http://www.ebi.ac.uk/efo/EFO_0009173]
     sequence_assembly_method: Protocol used for assembly
-    sequencing_coverage: [70, 100]
+    sequencing_coverage: [70.0, 100.0]
     additional_technology_information: Optional free text field for addtional information
 
 submitter:
-- 
cgit v1.2.3