Skip to content

Commit

Permalink
feat(graphql-api): use clinvar variant indice aliases again
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Dec 3, 2024
1 parent c63e5be commit f94073e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions graphql-api/src/queries/clinvar-variant-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ 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',
// 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',
GRCh37: 'clinvar_grch37_variants',
GRCh38: 'clinvar_grch38_variants',
}

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

0 comments on commit f94073e

Please sign in to comment.