Skip to content

Commit

Permalink
feat(graphql-api): modify ClinVar ES indices to allow rollbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Nov 8, 2024
1 parent 464c64e commit 7d193e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions graphql-api/src/queries/clinvar-variant-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ import { getConsequenceForContext } from './variant-datasets/shared/transcriptCo
import largeGenes from './helpers/large-genes'

const CLINVAR_VARIANT_INDICES = {
GRCh37: 'clinvar_grch37_variants',
GRCh38: 'clinvar_grch38_variants',
// GRCh37: 'clinvar_grch37_variants',
// GRCh38: 'clinvar_grch38_variants',
// TODO: revert back to using alias'ed indexes once we are confident this is
// stable in production
GRCh37: 'clinvar_grch37_variants-2024-11-08--19-22',
GRCh38: 'clinvar_grch38_variants-2024-11-08--13-08',
}

// ================================================================================================
Expand Down

0 comments on commit 7d193e0

Please sign in to comment.