Skip to content

Commit

Permalink
wip(graphql-api): update indices again
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Oct 16, 2024
1 parent c4d9a2f commit 7e2504f
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-12--17-47',
GRCh38: 'genes_grch38-2024-09-12--17-44',
GRCh37: 'genes_grch37-2024-09-30--20-56',
GRCh38: 'genes_grch38-2024-09-30--20-53',
}

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

0 comments on commit 7e2504f

Please sign in to comment.