diff options
author | lltommy | 2020-04-23 21:48:16 +0200 |
---|---|---|
committer | lltommy | 2020-04-23 21:48:16 +0200 |
commit | 4666ba880def50adef3ea23ad954cb4e7bf2693a (patch) | |
tree | 979b614443d165473f4ad8c97f58ddea97c8b12d /bh20sequploader/bh20seq-schema.yml | |
parent | f6270f29082642458558d77e6edd449f43b15d30 (diff) | |
download | bh20-seq-resource-4666ba880def50adef3ea23ad954cb4e7bf2693a.tar.gz bh20-seq-resource-4666ba880def50adef3ea23ad954cb4e7bf2693a.tar.lz bh20-seq-resource-4666ba880def50adef3ea23ad954cb4e7bf2693a.zip |
Adding a third sequence technology option
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 9a89979..a54ddb1 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -157,6 +157,13 @@ $graph: _id: http://purl.obolibrary.org/obo/OBI_0600047 _type: "@id" noLinkCheck: true + sample_sequencing_technology3: + doc: Technology that was used to sequence this sample (e.g Sanger, Nanopor MiniION) + type: string? + jsonldPredicate: + _id: http://purl.obolibrary.org/obo/OBI_0600047 + _type: "@id" + noLinkCheck: true sequence_assembly_method: doc: Protocol which provides instructions on the alignment of sequencing reads to reference genome type: string? |