aboutsummaryrefslogtreecommitdiff
path: root/example/dummyschema.yaml
diff options
context:
space:
mode:
authorlltommy2020-04-07 19:51:49 +0200
committerlltommy2020-04-07 19:51:49 +0200
commit40df65dec296b81650987c8ee4f832b703ab8f74 (patch)
tree7c66d6c8c3e836d08cd6a9361982385e7ffa0b1c /example/dummyschema.yaml
parent9b1c125f91469074c7586a1278d89b85919e3eae (diff)
downloadbh20-seq-resource-40df65dec296b81650987c8ee4f832b703ab8f74.tar.gz
bh20-seq-resource-40df65dec296b81650987c8ee4f832b703ab8f74.tar.lz
bh20-seq-resource-40df65dec296b81650987c8ee4f832b703ab8f74.zip
adding dummy metadata qc to the project
Diffstat (limited to 'example/dummyschema.yaml')
-rw-r--r--example/dummyschema.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/example/dummyschema.yaml b/example/dummyschema.yaml
new file mode 100644
index 0000000..e428324
--- /dev/null
+++ b/example/dummyschema.yaml
@@ -0,0 +1,16 @@
+#sampleInformation: include('sampleInformation')
+#InstituteInformation: include('InstituteInformation')
+---
+sampleInformation:
+ location : str()
+ host : str()
+ sequenceTechnology: str()
+ assemblyMethod: str()
+
+InstituteInformation:
+ OriginatingLab: str()
+ SubmittingLab: str()
+
+VirusDetail:
+ VirusName: str()
+ AccessionId: str()