Skip to content

Commit f4b9b2d

Browse files
authored
Merge pull request #534 from opentargets/cc-remove-phewas
[Evidence]: Removing PheWAS from OpenTargets Platform
2 parents b2343b2 + de2ded5 commit f4b9b2d

File tree

8 files changed

+0
-268
lines changed

8 files changed

+0
-268
lines changed

src/dataSources.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ const dataSources = [
66
label: 'OT Genetics Portal',
77
isPrivate: isPrivateDataSource('ot_genetics_portal'),
88
},
9-
{
10-
id: 'phewas_catalog',
11-
label: 'PheWAS Catalog',
12-
isPrivate: isPrivateDataSource('phewas_catalog'),
13-
},
149
{ id: 'eva', label: 'ClinVar', isPrivate: isPrivateDataSource('eva') },
1510
{
1611
id: 'uniprot',

src/pages/EvidencePage/sections.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import * as GenomicsEngland from '../../sections/evidence/GenomicsEngland';
1212
import * as IntOgen from '../../sections/evidence/IntOgen';
1313
import * as OTGenetics from '../../sections/evidence/OTGenetics';
1414
import * as Impc from '../../sections/evidence/Impc';
15-
import * as PheWASCatalog from '../../sections/evidence/PheWASCatalog';
1615
import * as Progeny from '../../sections/evidence/Progeny';
1716
import * as Reactome from '../../sections/evidence/Reactome';
1817
import * as SlapEnrich from '../../sections/evidence/SlapEnrich';
@@ -29,7 +28,6 @@ import config from '../../config';
2928

3029
const sections = [
3130
OTGenetics,
32-
PheWASCatalog,
3331
EVA,
3432
GenomicsEngland,
3533
Gene2Phenotype,

src/sections/evidence/PheWASCatalog/Body.js

Lines changed: 0 additions & 172 deletions
This file was deleted.

src/sections/evidence/PheWASCatalog/Description.js

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/sections/evidence/PheWASCatalog/PheWASCatalogSummaryQuery.gql

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/sections/evidence/PheWASCatalog/PhewasCatalogQuery.gql

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/sections/evidence/PheWASCatalog/Summary.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/sections/evidence/PheWASCatalog/index.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)