Skip to content

Commit

Permalink
Merge pull request #1500 from biolink/chemical_prefixes_redo
Browse files Browse the repository at this point in the history
make necessary changes to id_prefixes for chemical entity hierarchy
  • Loading branch information
sierra-moxon authored Jul 26, 2024
2 parents 1c297f3 + 3643138 commit 370e49a
Show file tree
Hide file tree
Showing 12 changed files with 22,064 additions and 22,019 deletions.
201 changes: 96 additions & 105 deletions biolink-model.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion project/graphql/biolink_model.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -6678,6 +6678,7 @@ type SiRNA

type SmallMolecule
{
id: String!
iri: IriType
type: [String]
name: LabelType
Expand All @@ -6695,7 +6696,6 @@ type SmallMolecule
isToxic: Boolean
hasChemicalRole: [ChemicalRole]
isMetabolite: Boolean
id: String!
}

type Snv
Expand Down
4 changes: 2 additions & 2 deletions project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-07-26T01:02:00",
"generation_date": "2024-07-25T18:08:32",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down Expand Up @@ -347,8 +347,8 @@
"@prefix": true
},
"PFAM": "http://identifiers.org/pfam/",
"PHARMGKB.CHEMICAL": "https://www.pharmgkb.org/chemical/",
"PHARMGKB.DISEASE": "https://www.pharmgkb.org/disease/",
"PHARMGKB.DRUG": "https://www.pharmgkb.org/chemical/",
"PHARMGKB.GENE": "https://www.pharmgkb.org/gene/",
"PHARMGKB.PATHWAYS": "https://www.pharmgkb.org/pathway/",
"PHARMGKB.VARIANT": "https://www.pharmgkb.org/variant/",
Expand Down
Loading

0 comments on commit 370e49a

Please sign in to comment.