Skip to content

Commit

Permalink
fixup(graphql-api): update indices
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Nov 15, 2024
1 parent 91d9ea0 commit 9cddd16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graphql-api/src/queries/gene-queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import { fetchAllSearchResults } from './helpers/elasticsearch-helpers'
const GENE_INDICES = {
// GRCh37: 'genes_grch37',
// GRCh38: 'genes_grch38',
GRCh37: 'genes_grch37-2024-09-30--21-33',
GRCh38: 'genes_grch38-2024-10-01--19-16',
GRCh37: 'genes_grch37-2024-11-15--15-23',
GRCh38: 'genes_grch38-2024-11-15--15-32',
}

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

0 comments on commit 9cddd16

Please sign in to comment.