Skip to content

Commit

Permalink
updated service-info.json
Browse files Browse the repository at this point in the history
  • Loading branch information
waterflow80 committed Aug 25, 2023
1 parent 069bc6e commit a79961e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/static/service-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": {
"group": "org.ga4gh",
"artifact": "seqcol",
"version": "0.0.0"
"version": "1.0.0"
},
"organization": {
"name": "European Variation Archive",
Expand All @@ -14,7 +14,7 @@
"documentationUrl": "https://www.ebi.ac.uk/eva/....",
"updatedAt": "08-24-2023",
"environment": "dev",
"version": "tagged version",
"version": "1.0.0",
"seqcol": {
"schema": {
"description": "A collection of sequences, representing biological sequences including nucleotide or amino acid sequences. For example, a sequence collection may represent the set of chromosomes in a reference genome, the set of transcripts in a transcriptome, a collection of reference microbial sequences of a specific gene, or any other set of sequences.",
Expand Down Expand Up @@ -44,17 +44,17 @@
"type": "string"
}
},
"md5_sequences":{
"md5-sequences":{
"type": "array",
"description": "Digests of sequences computed using md5 digest algorithm.",
"collated": "true",
"items":{
"type": "string"
}
},
"sorted_names_length_pairs":{
"sorted-name-length-pairs":{
"type": "array",
"description": "objects composed of length and name of a sequence digested and ordered lexicographically",
"description": "Objects composed of length and name of a sequence digested and ordered lexicographically",
"collated": "false",
"items":{
"type": "string"
Expand Down

0 comments on commit a79961e

Please sign in to comment.