aboutsummaryrefslogtreecommitdiff
path: root/example/dummyschema.yaml
blob: e4283247ff32eb4aa4e016005f3b8d7771d3be49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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()