Skip to content

Commit

Permalink
AMBR update
Browse files Browse the repository at this point in the history
  • Loading branch information
ddooley committed Feb 17, 2023
1 parent 24f44ba commit 8b4b71b
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 11 deletions.
24 changes: 20 additions & 4 deletions web/templates/ambr/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AMBR",
"description": "",
"id": "https://example.com/AMBR",
"version": "2.2.2",
"version": "2.2.3",
"prefixes": {
"linkml": {
"prefix_prefix": "linkml",
Expand Down Expand Up @@ -2201,9 +2201,9 @@
"text": "27F",
"meaning": "GENEPIO:0100640"
},
"375F": {
"text": "375F",
"meaning": "GENEPIO:0100641"
"357F": {
"text": "357F",
"meaning": "GENEPIO:0100645"
},
"543R": {
"text": "543R",
Expand All @@ -2216,6 +2216,22 @@
"1492R": {
"text": "1492R",
"meaning": "GENEPIO:0100644"
},
"ITS1F": {
"text": "ITS1F",
"meaning": "GENEPIO:0100668"
},
"ITS3F": {
"text": "ITS3F",
"meaning": "GENEPIO:0100646"
},
"ITS4F": {
"text": "ITS4F",
"meaning": "GENEPIO:0100647"
},
"ITS4R": {
"text": "ITS4R",
"meaning": "GENEPIO:0100669"
}
}
}
Expand Down
20 changes: 16 additions & 4 deletions web/templates/ambr/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: https://example.com/AMBR
name: AMBR
description: ''
version: 2.2.2
version: 2.2.3
imports:
- linkml:types
prefixes:
Expand Down Expand Up @@ -2657,9 +2657,9 @@ enums:
27F:
text: 27F
meaning: GENEPIO:0100640
375F:
text: 375F
meaning: GENEPIO:0100641
357F:
text: 357F
meaning: GENEPIO:0100645
543R:
text: 543R
meaning: GENEPIO:0100642
Expand All @@ -2669,6 +2669,18 @@ enums:
1492R:
text: 1492R
meaning: GENEPIO:0100644
ITS1F:
text: ITS1F
meaning: GENEPIO:0100668
ITS3F:
text: ITS3F
meaning: GENEPIO:0100646
ITS4F:
text: ITS4F
meaning: GENEPIO:0100647
ITS4R:
text: ITS4R
meaning: GENEPIO:0100669
types:
WhitespaceMinimizedString:
name: WhitespaceMinimizedString
Expand Down
2 changes: 1 addition & 1 deletion web/templates/ambr/schema_core.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: https://example.com/AMBR
name: AMBR
description: ""
version: 2.2.2
version: 2.2.3
imports:
- 'linkml:types'
prefixes:
Expand Down
8 changes: 6 additions & 2 deletions web/templates/ambr/schema_enums.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,11 @@ sequencing instrument menu GENEPIO:0100105 AMBR Illumina


amplicon pcr primer list menu GENEPIO:0100640 AMBR 27F
GENEPIO:0100641 AMBR 375F
GENEPIO:0100645 AMBR 357F
GENEPIO:0100642 AMBR 543R
GENEPIO:0100643 AMBR 926R
GENEPIO:0100644 AMBR 1492R
GENEPIO:0100644 AMBR 1492R
GENEPIO:0100668 AMBR ITS1F
GENEPIO:0100646 AMBR ITS3F
GENEPIO:0100647 AMBR ITS4F
GENEPIO:0100669 AMBR ITS4R

0 comments on commit 8b4b71b

Please sign in to comment.