Skip to content

Commit

Permalink
change unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
Djokovic0311 committed Aug 25, 2023
1 parent ef4a91e commit e7ee918
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1647,15 +1647,6 @@
},
"ncitCode": {
"type": "string"
},
"synonyms": {
"type": "array",
"items": {
"type": "string"
}
},
"uuid": {
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,6 @@ export type Drug = {

'ncitCode': string

'synonyms': Array < string >

'uuid': string

};
export type EnsemblFilter = {
'geneIds': Array < string >
Expand Down
2 changes: 1 addition & 1 deletion src/pages/resultsView/enrichments/EnrichmentsUtil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===
Expand Down

0 comments on commit e7ee918

Please sign in to comment.