diff options
author | Peter Amstutz | 2020-04-07 15:28:42 -0400 |
---|---|---|
committer | Peter Amstutz | 2020-04-07 15:28:42 -0400 |
commit | 07bc4c65535437b8e9e0744f08da8cea541d0116 (patch) | |
tree | 201cd544a87aebf0ba6978c42d61df1e90d7d836 /example/dummyschema.yaml | |
parent | 4215a82af730ff05b8fe98e226b759413cdf95f7 (diff) | |
download | bh20-seq-resource-07bc4c65535437b8e9e0744f08da8cea541d0116.tar.gz bh20-seq-resource-07bc4c65535437b8e9e0744f08da8cea541d0116.tar.lz bh20-seq-resource-07bc4c65535437b8e9e0744f08da8cea541d0116.zip |
Add metadata validation with schema-salad
Diffstat (limited to 'example/dummyschema.yaml')
-rw-r--r-- | example/dummyschema.yaml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/example/dummyschema.yaml b/example/dummyschema.yaml deleted file mode 100644 index e428324..0000000 --- a/example/dummyschema.yaml +++ /dev/null @@ -1,16 +0,0 @@ -#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() |