Skip to content

Commit

Permalink
feat(graphql-api): use gene indice aliases again
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Jan 15, 2025
1 parent 690fe34 commit 9450eef
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions graphql-api/src/queries/gene-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ import { withCache } from '../cache'
import { fetchAllSearchResults } from './helpers/elasticsearch-helpers'

const GENE_INDICES = {
// GRCh37: 'genes_grch37',
// GRCh38: 'genes_grch38',
GRCh37: 'genes_grch37-2024-11-15--15-23',
GRCh38: 'genes_grch38-2024-11-20--16-28',
GRCh37: 'genes_grch37',
GRCh38: 'genes_grch38',
}

const _fetchGeneById = async (esClient: any, geneId: any, referenceGenome: any) => {
Expand Down

0 comments on commit 9450eef

Please sign in to comment.