aboutsummaryrefslogtreecommitdiff
path: root/example/dummyschema.yaml
diff options
context:
space:
mode:
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()