Skip to content

Commit

Permalink
Merge branch 'master' into il-2701
Browse files Browse the repository at this point in the history
  • Loading branch information
ireneisdoomed authored Sep 5, 2022
2 parents 37d2a5e + 1a2bdb9 commit 136ff21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 10 additions & 1 deletion opentargets.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,9 @@
"literature": {
"$ref": "#/definitions/literature"
},
"publicationYear": {
"$ref": "#/definitions/publicationYear"
},
"resourceScore": {
"$ref": "#/definitions/resourceScore"
},
Expand All @@ -350,6 +353,7 @@
"required": [
"datasourceId",
"diseaseFromSourceMappedId",
"publicationYear",
"resourceScore",
"targetFromSourceId",
"textMiningSentences"
Expand Down Expand Up @@ -627,6 +631,9 @@
"diseaseFromSource": {
"$ref": "#/definitions/diseaseFromSource"
},
"diseaseFromSourceId": {
"$ref": "#/definitions/diseaseFromSourceId"
},
"diseaseFromSourceMappedId": {
"$ref": "#/definitions/diseaseFromSourceMappedId"
},
Expand Down Expand Up @@ -681,7 +688,6 @@
},
"required": [
"datasourceId",
"literature",
"pValueMantissa",
"resourceScore",
"statisticalMethod",
Expand Down Expand Up @@ -1562,14 +1568,17 @@
"conflicting data from submitters",
"conflicting interpretations of pathogenicity",
"drug response",
"established risk allele",
"likely benign",
"likely risk allele",
"likely pathogenic",
"low penetrance",
"not provided",
"other",
"pathogenic",
"protective",
"risk factor",
"uncertain risk allele",
"uncertain significance"
]
},
Expand Down
8 changes: 1 addition & 7 deletions opentargets_chemical_probe.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
"examples": ["CHEMBL1651534"],
"type": "string"
},
"inchiKey": {
"description": "ID that identifies the probe.",
"examples": ["JGRPKOGHYBAVMW-UHFFFAOYSA-N"],
"type": "string"
},
"urls": {
"type": "array",
"items": {
Expand Down Expand Up @@ -89,7 +84,6 @@
"required": [
"targetFromSourceId",
"id",
"inchiKey",
"urls",
"isHighQuality",
"origin"
Expand All @@ -112,4 +106,4 @@
"additionalProperties": false
}
}
}
}

0 comments on commit 136ff21

Please sign in to comment.