Skip to content

Commit

Permalink
DONTMERGE: rig API to look at new index
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 15, 2024
1 parent e512b57 commit a56094b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graphql-api/src/queries/gene-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import { fetchAllSearchResults } from './helpers/elasticsearch-helpers'

const GENE_INDICES = {
GRCh37: 'genes_grch37',
GRCh38: 'genes_grch38',
// GRCh38: 'genes_grch38',
GRCh38: 'genes_grch38-2024-08-15--18-32',
}

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

0 comments on commit a56094b

Please sign in to comment.