From f36704d090ce3f8c805746743961776c6578a16d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= Date: Fri, 12 Feb 2021 13:42:24 +0000 Subject: [PATCH 1/5] chembl: removed diseaseFromSourceId --- opentargets.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/opentargets.json b/opentargets.json index 5e01128..b166956 100644 --- a/opentargets.json +++ b/opentargets.json @@ -66,9 +66,6 @@ "diseaseFromSource": { "$ref": "#/definitions/diseaseFromSource" }, - "diseaseFromSourceId": { - "$ref": "#/definitions/diseaseFromSourceId" - }, "diseaseFromSourceMappedId": { "$ref": "#/definitions/diseaseFromSourceMappedId" }, From 88bcfee3b21a9d1bacc9d24c47cacbcac2a2b523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= Date: Fri, 12 Feb 2021 13:43:49 +0000 Subject: [PATCH 2/5] chembl: add targetFromSource --- opentargets.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/opentargets.json b/opentargets.json index b166956..ad37419 100644 --- a/opentargets.json +++ b/opentargets.json @@ -72,15 +72,18 @@ "drugId": { "$ref": "#/definitions/drugId" }, - "targetFromSourceId": { - "$ref": "#/definitions/targetFromSourceId" - }, "studyStartDate": { "$ref": "#/definitions/studyStartDate" }, "studyStopReason": { "$ref": "#/definitions/studyStopReason" }, + "targetFromSource": { + "$ref": "#/definitions/targetFromSourceId" + }, + "targetFromSourceId": { + "$ref": "#/definitions/targetFromSourceId" + }, "urls": { "$ref": "#/definitions/urls" } From 2a119944de09c59d4604c3a7b7c886294094a45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= Date: Fri, 12 Feb 2021 13:46:21 +0000 Subject: [PATCH 3/5] intogen: delete diseaseFromSourceId --- opentargets.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/opentargets.json b/opentargets.json index ad37419..3a612de 100644 --- a/opentargets.json +++ b/opentargets.json @@ -480,9 +480,6 @@ "diseaseFromSource": { "$ref": "#/definitions/diseaseFromSource" }, - "diseaseFromSourceId": { - "$ref": "#/definitions/diseaseFromSourceId" - }, "mutatedSamples": { "$ref": "#/definitions/mutatedSamples" }, From 76e6ffbe6b0816a55a676d9982564a56b156cb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= Date: Fri, 12 Feb 2021 13:47:22 +0000 Subject: [PATCH 4/5] intogen: delete studyId --- opentargets.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/opentargets.json b/opentargets.json index 3a612de..9e16259 100644 --- a/opentargets.json +++ b/opentargets.json @@ -489,9 +489,6 @@ "significantDriverMethods": { "$ref": "#/definitions/significantDriverMethods" }, - "studyId": { - "$ref": "#/definitions/studyId" - }, "targetFromSourceId": { "$ref": "#/definitions/targetFromSourceId" }, From 867c407aaae5d5c70316776ab506218ec8624075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20L=C3=B3pez?= Date: Fri, 12 Feb 2021 13:53:27 +0000 Subject: [PATCH 5/5] numberMutatedSamples description --- opentargets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentargets.json b/opentargets.json index 9e16259..8c0dea2 100644 --- a/opentargets.json +++ b/opentargets.json @@ -1172,7 +1172,7 @@ }, "numberMutatedSamples": { "type": "integer", - "description": "Number of cohort samples in which target is mutated with a specific mutation type", + "description": "Number of cohort samples in which target is mutated with a mutation of any type", "exclusiveMinimum": 0 }, "numberSamplesTested": {