From e7ee918267a2670e624740490314d5b90c2a43a8 Mon Sep 17 00:00:00 2001 From: Djokovic0311 <55948986+Djokovic0311@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:09:04 -0400 Subject: [PATCH] change unused files --- .../src/generated/GenomeNexusAPI-docs.json | 9 --------- .../src/generated/GenomeNexusAPI.ts | 4 ---- src/pages/resultsView/enrichments/EnrichmentsUtil.tsx | 2 +- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI-docs.json b/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI-docs.json index 673f61c1e6c..d5808296224 100644 --- a/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI-docs.json +++ b/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI-docs.json @@ -1647,15 +1647,6 @@ }, "ncitCode": { "type": "string" - }, - "synonyms": { - "type": "array", - "items": { - "type": "string" - } - }, - "uuid": { - "type": "string" } } }, diff --git a/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI.ts b/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI.ts index 48a5aef0808..6cfd0060b69 100644 --- a/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI.ts +++ b/packages/genome-nexus-ts-api-client/src/generated/GenomeNexusAPI.ts @@ -210,10 +210,6 @@ export type Drug = { 'ncitCode': string - 'synonyms': Array < string > - - 'uuid': string - }; export type EnsemblFilter = { 'geneIds': Array < string > diff --git a/src/pages/resultsView/enrichments/EnrichmentsUtil.tsx b/src/pages/resultsView/enrichments/EnrichmentsUtil.tsx index cce82782cb7..d9dea1cfe54 100644 --- a/src/pages/resultsView/enrichments/EnrichmentsUtil.tsx +++ b/src/pages/resultsView/enrichments/EnrichmentsUtil.tsx @@ -765,7 +765,7 @@ export function pickMethylationEnrichmentProfiles( export function pickAllGenericAssayEnrichmentProfiles( profiles: MolecularProfile[] ) { - // TODO: Pick profiles from all Generic Assay dataTypes after we implement related features + // TODO: enable all patient-level profile after confirming patient-level data is compatible with enrichment feature return profiles.filter(p => { return ( p.molecularAlterationType ===