Skip to content

Commit

Permalink
Merge pull request #3556 from onursumer/rename-signal-mutation-status
Browse files Browse the repository at this point in the history
Rename germline mutation status values for Signal
  • Loading branch information
onursumer authored Dec 29, 2020
2 parents 091d946 + 7e9d2ae commit e4a8ae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/cbioportal-utils/src/model/SignalMutationStatus.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export enum SignalMutationStatus {
SOMATIC = 'Somatic',
GERMLINE = 'Germline',
BENIGN_GERMLINE = 'Rare Benign/VUS Germline',
PATHOGENIC_GERMLINE = 'Pathogenic Germline',
BIALLELIC_PATHOGENIC_GERMLINE = 'Biallelic Pathogenic Germline',
BENIGN_GERMLINE = 'Germline - Benign/VUS',
PATHOGENIC_GERMLINE = 'Germline - Pathogenic',
BIALLELIC_PATHOGENIC_GERMLINE = 'Germline - Biallelic Pathogenic',
}

0 comments on commit e4a8ae3

Please sign in to comment.