diff options
author | AndreaGuarracino | 2020-11-12 22:51:14 +0100 |
---|---|---|
committer | AndreaGuarracino | 2020-11-12 22:51:14 +0100 |
commit | eaab30ea672b9e9d24ca4e74910fd7156b8ffcfa (patch) | |
tree | c4aab3818118c4dd88d2c0f4f35ea5a7db4830ac /bh20sequploader/bh20seq-schema.yml | |
parent | dbd32a3042099d52d30028364ffdadcd0f60ede2 (diff) | |
download | bh20-seq-resource-eaab30ea672b9e9d24ca4e74910fd7156b8ffcfa.tar.gz bh20-seq-resource-eaab30ea672b9e9d24ca4e74910fd7156b8ffcfa.tar.lz bh20-seq-resource-eaab30ea672b9e9d24ca4e74910fd7156b8ffcfa.zip |
added missing _type: "@id" to the assembly_method field in the schema
Diffstat (limited to 'bh20sequploader/bh20seq-schema.yml')
-rw-r--r-- | bh20sequploader/bh20seq-schema.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20sequploader/bh20seq-schema.yml b/bh20sequploader/bh20seq-schema.yml index bc652a6..0be5a50 100644 --- a/bh20sequploader/bh20seq-schema.yml +++ b/bh20sequploader/bh20seq-schema.yml @@ -196,6 +196,7 @@ $graph: type: string jsonldPredicate: _id: http://purl.obolibrary.org/obo/GENEPIO_0000090 + _type: "@id" alignment_protocol: doc: Field for additional information on the pipeline applied to obtain the assembly type: string? |