diff options
author | lltommy | 2020-11-12 14:22:08 +0100 |
---|---|---|
committer | lltommy | 2020-11-12 14:22:08 +0100 |
commit | 1b5df01d2047ab5c591f2e0400a5c46cb2dc86ea (patch) | |
tree | 440c0dfab57cd184caad25542e42aa7bcbe1a9e5 /bh20sequploader/bh20seq-schema.yml | |
parent | 2cb5faa2b088cf36c8c41633db137fc020a34529 (diff) | |
download | bh20-seq-resource-1b5df01d2047ab5c591f2e0400a5c46cb2dc86ea.tar.gz bh20-seq-resource-1b5df01d2047ab5c591f2e0400a5c46cb2dc86ea.tar.lz bh20-seq-resource-1b5df01d2047ab5c591f2e0400a5c46cb2dc86ea.zip |
Proposed new technology shape/yaml structure
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 645be5e..2b36e99 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -191,11 +191,16 @@ $graph: _id: http://purl.obolibrary.org/obo/OBI_0600047 _type: "@id" noLinkCheck: true - sequence_assembly_method: + alignment_protocol: doc: Field for additional information on the pipeline applied to obtain the assembly type: string? jsonldPredicate: - _id: http://www.ebi.ac.uk/efo/EFO_0002699 + _id: http://www.ebi.ac.uk/efo/EFO_0004917 + assembly_method: + doc: Assembly method refers to how the reads were assembled into contigs for which either a de novo (http://purl.obolibrary.org/obo/GENEPIO_0001628) or mapping/reference based (http://purl.obolibrary.org/obo/GENEPIO_0002028) strategy is used. + type: string? + jsonldPredicate: + _id: http://purl.obolibrary.org/obo/GENEPIO_0000090 sequencing_coverage: doc: Sequence coverage defined as the average number of reads representing a given nucleotide (e.g. [100]) - if multiple technologies were used multiple float values can be submitted e.g. [100, 20] type: double[]? |