From d0ca18169487d3fd28530096a273ca1f840873ba Mon Sep 17 00:00:00 2001 From: AndreaGuarracino Date: Wed, 4 Nov 2020 16:21:39 +0100 Subject: added the assembly_method field to distinguish de-novo assemblies from reference-based approaches #94 --- bh20sequploader/bh20seq-schema.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index 861a5ca..7406f94 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -178,6 +178,11 @@ $graph: - name: technologySchema type: record fields: + assembly_method: + doc: Assembly method refers to how the reads were assembled into contigs for which either a de novo or mapping (reference based) strategy is used. + type: string + jsonldPredicate: + _id: http://purl.obolibrary.org/obo/GENEPIO_0000090 sample_sequencing_technology: doc: Technology that was used to sequence this sample (e.g Sanger, Nanopor MiniION) type: string[] -- cgit v1.2.3