Skip to content

Commit

Permalink
storage-core: Added ANNOTATION_PHARMACOGENOMICS to VariantField.java …
Browse files Browse the repository at this point in the history
…#TASK-4848
  • Loading branch information
juanfeSanahuja committed Aug 11, 2023
1 parent 3e42c2e commit 3213ffe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ public enum VariantField {
ANNOTATION_CONSERVATION(ANNOTATION, "annotation.conservation"),
ANNOTATION_CANCER_HOTSPOTS(ANNOTATION, "annotation.cancerHotspots"),
ANNOTATION_GENE_EXPRESSION(ANNOTATION, "annotation.geneExpression"),
ANNOTATION_PHARMACOGENOMICS(ANNOTATION, "annotation.pharmacogenomics"),
ANNOTATION_GENE_TRAIT_ASSOCIATION(ANNOTATION, "annotation.geneTraitAssociation"),
ANNOTATION_GENE_DRUG_INTERACTION(ANNOTATION, "annotation.geneDrugInteraction"),
ANNOTATION_GENE_CANCER_ASSOCIATIONS(ANNOTATION, "annotation.geneCancerAssociations"),
Expand Down

0 comments on commit 3213ffe

Please sign in to comment.